cli-v3.0.36

searxng/searxngcli-v3.0.36Jul 3, 2026by github-actions[bot]

AI Summary

Fixed critical bugs where switching to act mode or toggling modes would not execute correctly or would execute unexpectedly.

Key Highlights

  • Fixed `switch_to_act_mode` tool not taking effect until the end of the turn
  • Fixed race condition where Tab mode toggle could auto-start plan execution

New Features

  • Act mode tool execution fix
  • Race condition fix for mode toggling

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