Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2602,6 +2602,7 @@ define({
"AI_CHAT_NEW_SESSION_TITLE": "Start a new conversation",
"AI_CHAT_NEW_BTN": "New",
"AI_CHAT_THINKING": "Thinking...",
"AI_CHAT_SCROLL_TO_BOTTOM": "Scroll to bottom",
"AI_CHAT_PLACEHOLDER": "Ask Claude...",
"AI_CHAT_PLACEHOLDER_MODEL": "Ask {0}...",
"AI_CHAT_SEND_TITLE": "Send message",
Expand Down Expand Up @@ -2681,6 +2682,12 @@ define({
"AI_CHAT_TOOL_EDIT_FILE": "Edit {0}",
"AI_CHAT_TOOL_WRITE_FILE": "Write {0}",
"AI_CHAT_TOOL_RAN_CMD": "Ran command",
"AI_CHAT_TOOL_GROUP_STEPS": "{0} steps",
"AI_CHAT_TOOL_GROUP_FAILED": "{0} failed",
"AI_CHAT_TOOL_GROUP_READ_FILES": "Read {0}",
"AI_CHAT_TOOL_GROUP_MORE": "+{0} more",
"AI_CHAT_TOOL_FAILED_TAG": "failed",
"AI_CHAT_TOOL_DETAIL_TRUNCATED": "Truncated: only the first {0} characters were kept in the chat history",
"AI_CHAT_TOOL_SKILL_NAME": "Skill: {0}",
"AI_CHAT_TOOL_IN_PATH": "in {0}",
"AI_CHAT_TOOL_INCLUDE": "include {0}",
Expand Down
Loading
Loading