You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read-only was conflated with plan mode: picking it pushed the agent
toward proposing a plan even when the user just wanted to talk safely.
- Mode.DISCUSS: same read-only enforcement as plan mode, but no
planning contract — the agent explores and describes changes in
chat instead of proposing them
- propose_plan is now always registered (the GUI flips a live
session's mode via set_mode) and rejected outside plan mode, with
a discuss-appropriate message
- GUI mode menu: Discuss / Plan / Ask for approval / Full access /
Custom, ordered by how much the agent may do
0 commit comments