File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments