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
feat(vscode): show the permission mode in the chat
`/yolo` and `/auto` toggle when sent without an argument, and the chat never
showed which mode was in effect. Sending `/yolo` to make sure YOLO was on
turned it off instead, and nothing on screen said so — the next tool call
asked for approval and the command looked broken rather than inverted.
The host already fetched the mode for every status announce and dropped it
before sending. It now rides along, a mode change announces itself to every
attached view, and the composer carries a red badge for YOLO and AUTO in the
same danger colour the terminal footer uses. Manual stays unlabelled.
0 commit comments