cli-v3.0.36
kubernetes-sigs/agent-sandboxcli-v3.0.36Jul 3, 2026by github-actions[bot]
AI Summary
A critical bug fix ensuring that switching to act mode actually applies the full toolset immediately and doesn't require a restart of the turn.
Key Highlights
- Fixed switch_to_act_mode tool taking effect immediately instead of at the end of the turn
- Prevents auto-start of plan execution when a Tab mode toggle races a completing turn
- Fixed race condition between Tab toggle and turn completion
Full Release Notes
- Fixed plan mode's `switch_to_act_mode` tool not taking effect until the end of the turn: the model would keep running with plan-mode tools (no file editor) and fall back to editing files through shell commands. Switching to act mode now ends the plan-mode run and automatically continues with the approved plan using the full act-mode toolset. A Tab mode toggle racing a completing turn can no longer auto-start plan execution you didn't approve. **Full Changelog**: https://github.com/cline/cline/compare/cli-v3.0.35...cli-v3.0.36