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
fix(vscode): allow /yolo and /auto before the first message
The permission commands take a control path to the extension host, which
resolved the view's session and bailed when there was none. A session is
created lazily by the first message, so the command failed with "Could
not change the permission mode." every time it was used to set the mode
up front.
The request is now parked on the view and applied to the session that
view opens next. Also brightens the dark-theme periwinkle accent used for
inline code in chat.
Let `/yolo` and `/auto` be used in the VS Code extension before the first message is sent — the request now applies to the session that chat opens next instead of failing with "Could not change the permission mode."
0 commit comments