Skip to content

Commit 34809ff

Browse files
committed
docs(changelog): note auto-deliberation scoping
1 parent eea2b93 commit 34809ff

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ GitHub Releases page; `0.8.0` is the new starting line.
1515

1616
## Unreleased
1717

18+
- **Auto-mode destructive actions deliberate per turn and context.** Auto-deliberation now
19+
scopes destructive-command one-shots to the active execution context and LLM generation,
20+
so duplicate destructive calls in one response keep bouncing while later deliberate retries
21+
and isolated subagent calls are handled independently.
1822
- **Release packaging keeps SDK/core pins in lockstep.** The SDK's `pythinker-core`
1923
dependency is now updated by release automation and checked by CI/release validation,
2024
preventing no-sources binary builds from resolving against a stale core pin.

docs/en/release-notes/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ GitHub Releases page; `0.8.0` is the new starting line.
1717

1818
## Unreleased
1919

20+
- **Auto-mode destructive actions deliberate per turn and context.** Auto-deliberation now
21+
scopes destructive-command one-shots to the active execution context and LLM generation,
22+
so duplicate destructive calls in one response keep bouncing while later deliberate retries
23+
and isolated subagent calls are handled independently.
2024
- **Release packaging keeps SDK/core pins in lockstep.** The SDK's `pythinker-core`
2125
dependency is now updated by release automation and checked by CI/release validation,
2226
preventing no-sources binary builds from resolving against a stale core pin.

0 commit comments

Comments
 (0)