Skip to content

Commit 83192e5

Browse files
committed
chore(ai-chat): clarify mode-info hints with explicit click-to-switch
Append "(Click to switch)" to each AI_CHAT_MODE_INFO_* string so the mode-info row reads as actionable, and shorten the keyboard hint to "[or Shift+Tab]".
1 parent 014d954 commit 83192e5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/nls/root/strings.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2270,10 +2270,10 @@ define({
22702270
"AI_CHAT_MODE_PLAN": "Plan Mode",
22712271
"AI_CHAT_MODE_EDIT": "Edit Mode",
22722272
"AI_CHAT_MODE_FULL_AUTO": "Full Auto",
2273-
"AI_CHAT_MODE_INFO_PLAN": "AI will propose a plan before making changes",
2274-
"AI_CHAT_MODE_INFO_EDIT": "AI can edit files. Shell commands need approval",
2275-
"AI_CHAT_MODE_INFO_FULL_AUTO": "AI can edit files and run commands without approval",
2276-
"AI_CHAT_MODE_SWITCH_HINT": "(Shift+Tab to switch)",
2273+
"AI_CHAT_MODE_INFO_PLAN": "AI will propose a plan before making changes (Click to switch)",
2274+
"AI_CHAT_MODE_INFO_EDIT": "AI can edit files. Shell commands need approval (Click to switch)",
2275+
"AI_CHAT_MODE_INFO_FULL_AUTO": "AI can edit files and run commands without approval (Click to switch)",
2276+
"AI_CHAT_MODE_SWITCH_HINT": "[or Shift+Tab]",
22772277
"AI_CHAT_INPUT_HINT": "Press {0} to send · {1} for new line",
22782278
"AI_CHAT_BASH_CONFIRM_TITLE": "Allow command?",
22792279
"AI_CHAT_BASH_ALLOW": "Allow",

0 commit comments

Comments
 (0)