wip: agui integration

This commit is contained in:
2026-02-25 19:51:58 +01:00
parent 5efbcfe03a
commit fcdf869a7c
59 changed files with 3467 additions and 267 deletions

View File

@@ -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",