wip: agui integration
This commit is contained in:
@@ -830,6 +830,19 @@
|
||||
"windowTitleBar.togglePanel": "Toggle Panel",
|
||||
"windowTitleBar.hidePanel": "Hide Panel (Ctrl+J)",
|
||||
"windowTitleBar.showPanel": "Show Panel (Ctrl+J)",
|
||||
"windowTitleBar.toggleAssistantSidebar": "Toggle Assistant Sidebar",
|
||||
"windowTitleBar.hideAssistantSidebar": "Hide Assistant Sidebar (Ctrl+\\)",
|
||||
"windowTitleBar.showAssistantSidebar": "Show Assistant Sidebar (Ctrl+\\)",
|
||||
"assistantSidebar.title": "AI Assistant",
|
||||
"assistantSidebar.description": "Start with a focused prompt and include your current editor context.",
|
||||
"assistantSidebar.context.label": "Current context",
|
||||
"assistantSidebar.context.none": "No active editor context",
|
||||
"assistantSidebar.prompt.placeholder": "Ask the assistant to analyze or query your current work…",
|
||||
"assistantSidebar.button.start": "Start with context",
|
||||
"assistantSidebar.button.starting": "Starting…",
|
||||
"assistantSidebar.conversationTitle": "Assistant Session",
|
||||
"assistantSidebar.error.startFailed": "Failed to start assistant session",
|
||||
"assistantSidebar.error.actionFailed": "Assistant action could not be executed",
|
||||
"tagInput.alreadyAdded": "Tag already added",
|
||||
"tagInput.remove": "Remove {tag}",
|
||||
"tagInput.createdTag": "Tag \"{name}\" created",
|
||||
|
||||
Reference in New Issue
Block a user