@theia/core 1.75.0-next.8 → 1.75.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +27 -24
- package/i18n/nls.cs.json +334 -98
- package/i18n/nls.de.json +335 -99
- package/i18n/nls.es.json +337 -101
- package/i18n/nls.fr.json +335 -99
- package/i18n/nls.hu.json +337 -101
- package/i18n/nls.it.json +334 -98
- package/i18n/nls.ja.json +335 -99
- package/i18n/nls.json +338 -102
- package/i18n/nls.ko.json +335 -99
- package/i18n/nls.pl.json +335 -99
- package/i18n/nls.pt-br.json +338 -102
- package/i18n/nls.ru.json +338 -102
- package/i18n/nls.tr.json +337 -101
- package/i18n/nls.zh-cn.json +337 -101
- package/i18n/nls.zh-tw.json +337 -101
- package/lib/browser/about-dialog.js +6 -35
- package/lib/browser/about-dialog.js.map +1 -1
- package/lib/browser/authentication-service.js +1 -1
- package/lib/browser/authentication-service.js.map +1 -1
- package/lib/browser/breadcrumbs/breadcrumb-renderer.js +2 -22
- package/lib/browser/breadcrumbs/breadcrumb-renderer.js.map +1 -1
- package/lib/browser/breadcrumbs/breadcrumbs-renderer.js +2 -17
- package/lib/browser/breadcrumbs/breadcrumbs-renderer.js.map +1 -1
- package/lib/browser/browser-clipboard-service.js +1 -0
- package/lib/browser/browser-clipboard-service.js.map +1 -1
- package/lib/browser/catalog.json +148 -37
- package/lib/browser/components/card.js +4 -10
- package/lib/browser/components/card.js.map +1 -1
- package/lib/browser/connection-status-service.d.ts +1 -0
- package/lib/browser/connection-status-service.d.ts.map +1 -1
- package/lib/browser/connection-status-service.js +7 -0
- package/lib/browser/connection-status-service.js.map +1 -1
- package/lib/browser/dialogs/react-dialog.js +2 -17
- package/lib/browser/dialogs/react-dialog.js.map +1 -1
- package/lib/browser/dialogs/react-dialog.spec.js +3 -3
- package/lib/browser/dialogs/react-dialog.spec.js.map +1 -1
- package/lib/browser/dialogs.d.ts +1 -1
- package/lib/browser/dialogs.d.ts.map +1 -1
- package/lib/browser/dialogs.js +4 -3
- package/lib/browser/dialogs.js.map +1 -1
- package/lib/browser/frontend-application-state.js +1 -0
- package/lib/browser/frontend-application-state.js.map +1 -1
- package/lib/browser/hover-service.d.ts.map +1 -1
- package/lib/browser/hover-service.js +13 -0
- package/lib/browser/hover-service.js.map +1 -1
- package/lib/browser/icon-theme-service.d.ts +5 -3
- package/lib/browser/icon-theme-service.d.ts.map +1 -1
- package/lib/browser/icon-theme-service.js +7 -1
- package/lib/browser/icon-theme-service.js.map +1 -1
- package/lib/browser/keyboard/browser-keyboard-layout-provider.js +1 -0
- package/lib/browser/keyboard/browser-keyboard-layout-provider.js.map +1 -1
- package/lib/browser/markdown-rendering/markdown-link-handler.d.ts +11 -0
- package/lib/browser/markdown-rendering/markdown-link-handler.d.ts.map +1 -1
- package/lib/browser/markdown-rendering/markdown-link-handler.js +23 -1
- package/lib/browser/markdown-rendering/markdown-link-handler.js.map +1 -1
- package/lib/browser/markdown-rendering/markdown-renderer.d.ts +11 -0
- package/lib/browser/markdown-rendering/markdown-renderer.d.ts.map +1 -1
- package/lib/browser/markdown-rendering/markdown-renderer.js +41 -0
- package/lib/browser/markdown-rendering/markdown-renderer.js.map +1 -1
- package/lib/browser/markdown-rendering/markdown-renderer.spec.d.ts +2 -0
- package/lib/browser/markdown-rendering/markdown-renderer.spec.d.ts.map +1 -0
- package/lib/browser/markdown-rendering/markdown-renderer.spec.js +79 -0
- package/lib/browser/markdown-rendering/markdown-renderer.spec.js.map +1 -0
- package/lib/browser/markdown-rendering/markdown.js +6 -5
- package/lib/browser/markdown-rendering/markdown.js.map +1 -1
- package/lib/browser/markdown-rendering/markdown.spec.js +16 -16
- package/lib/browser/markdown-rendering/markdown.spec.js.map +1 -1
- package/lib/browser/messaging/ws-connection-source.d.ts.map +1 -1
- package/lib/browser/messaging/ws-connection-source.js +3 -0
- package/lib/browser/messaging/ws-connection-source.js.map +1 -1
- package/lib/browser/open-with-service.d.ts +2 -1
- package/lib/browser/open-with-service.d.ts.map +1 -1
- package/lib/browser/open-with-service.js +6 -1
- package/lib/browser/open-with-service.js.map +1 -1
- package/lib/browser/performance/frontend-stopwatch.d.ts +2 -1
- package/lib/browser/performance/frontend-stopwatch.d.ts.map +1 -1
- package/lib/browser/performance/frontend-stopwatch.js +6 -1
- package/lib/browser/performance/frontend-stopwatch.js.map +1 -1
- package/lib/browser/perspective-service.js +1 -1
- package/lib/browser/perspective-service.js.map +1 -1
- package/lib/browser/preferences/preference-proxy.spec.js +3 -0
- package/lib/browser/preferences/preference-proxy.spec.js.map +1 -1
- package/lib/browser/preferences/preference-service.spec.js +3 -0
- package/lib/browser/preferences/preference-service.spec.js.map +1 -1
- package/lib/browser/preferences/preference-validation-service.js +1 -1
- package/lib/browser/preferences/preference-validation-service.js.map +1 -1
- package/lib/browser/saveable-service.d.ts +2 -1
- package/lib/browser/saveable-service.d.ts.map +1 -1
- package/lib/browser/saveable-service.js +6 -1
- package/lib/browser/saveable-service.js.map +1 -1
- package/lib/browser/shell/application-shell.js +3 -3
- package/lib/browser/shell/application-shell.js.map +1 -1
- package/lib/browser/shell/application-shell.spec.d.ts +2 -0
- package/lib/browser/shell/application-shell.spec.d.ts.map +1 -0
- package/lib/browser/shell/application-shell.spec.js +57 -0
- package/lib/browser/shell/application-shell.spec.js.map +1 -0
- package/lib/browser/shell/shell-layout-restorer.d.ts +1 -1
- package/lib/browser/shell/shell-layout-restorer.d.ts.map +1 -1
- package/lib/browser/shell/shell-layout-restorer.js +5 -4
- package/lib/browser/shell/shell-layout-restorer.js.map +1 -1
- package/lib/browser/shell/sidebar-menu-widget.js +6 -7
- package/lib/browser/shell/sidebar-menu-widget.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.d.ts.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.js +4 -22
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.d.ts +2 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.d.ts.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.js +6 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.js +8 -10
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.js +2 -20
- package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.js.map +1 -1
- package/lib/browser/source-tree/source-tree-widget.js +3 -18
- package/lib/browser/source-tree/source-tree-widget.js.map +1 -1
- package/lib/browser/status-bar/status-bar-view-model.d.ts +2 -1
- package/lib/browser/status-bar/status-bar-view-model.d.ts.map +1 -1
- package/lib/browser/status-bar/status-bar-view-model.js +6 -1
- package/lib/browser/status-bar/status-bar-view-model.js.map +1 -1
- package/lib/browser/status-bar/status-bar.js +10 -11
- package/lib/browser/status-bar/status-bar.js.map +1 -1
- package/lib/browser/storage-service.d.ts +1 -1
- package/lib/browser/storage-service.d.ts.map +1 -1
- package/lib/browser/storage-service.js +1 -0
- package/lib/browser/storage-service.js.map +1 -1
- package/lib/browser/tooltip-service.js +5 -5
- package/lib/browser/tooltip-service.js.map +1 -1
- package/lib/browser/tree/search-box.js +9 -16
- package/lib/browser/tree/search-box.js.map +1 -1
- package/lib/browser/tree/tree-compression/compressed-tree-widget.js +7 -9
- package/lib/browser/tree/tree-compression/compressed-tree-widget.js.map +1 -1
- package/lib/browser/tree/tree-model.d.ts.map +1 -1
- package/lib/browser/tree/tree-model.js +1 -0
- package/lib/browser/tree/tree-model.js.map +1 -1
- package/lib/browser/tree/tree-view-welcome-widget.js +8 -30
- package/lib/browser/tree/tree-view-welcome-widget.js.map +1 -1
- package/lib/browser/tree/tree-widget.js +30 -42
- package/lib/browser/tree/tree-widget.js.map +1 -1
- package/lib/browser/widget-manager.js +1 -0
- package/lib/browser/widget-manager.js.map +1 -1
- package/lib/browser/widgets/alert-message.js +4 -8
- package/lib/browser/widgets/alert-message.js.map +1 -1
- package/lib/browser/widgets/react-renderer.js +5 -4
- package/lib/browser/widgets/react-renderer.js.map +1 -1
- package/lib/browser/widgets/react-widget.js +5 -4
- package/lib/browser/widgets/react-widget.js.map +1 -1
- package/lib/browser/widgets/select-component.d.ts +2 -2
- package/lib/browser/widgets/select-component.d.ts.map +1 -1
- package/lib/browser/widgets/select-component.js +14 -19
- package/lib/browser/widgets/select-component.js.map +1 -1
- package/lib/browser/window/default-secondary-window-service.d.ts +2 -1
- package/lib/browser/window/default-secondary-window-service.d.ts.map +1 -1
- package/lib/browser/window/default-secondary-window-service.js +9 -4
- package/lib/browser/window/default-secondary-window-service.js.map +1 -1
- package/lib/browser-only/frontend-only-application-module.d.ts.map +1 -1
- package/lib/browser-only/frontend-only-application-module.js +25 -1
- package/lib/browser-only/frontend-only-application-module.js.map +1 -1
- package/lib/common/command.d.ts +37 -0
- package/lib/common/command.d.ts.map +1 -1
- package/lib/common/command.js +74 -4
- package/lib/common/command.js.map +1 -1
- package/lib/common/command.spec.js +109 -0
- package/lib/common/command.spec.js.map +1 -1
- package/lib/common/message-service-protocol.d.ts +2 -0
- package/lib/common/message-service-protocol.d.ts.map +1 -1
- package/lib/common/message-service-protocol.js +8 -2
- package/lib/common/message-service-protocol.js.map +1 -1
- package/lib/common/performance/stopwatch.js +1 -0
- package/lib/common/performance/stopwatch.js.map +1 -1
- package/lib/common/preferences/preference-schema-service.d.ts +2 -0
- package/lib/common/preferences/preference-schema-service.d.ts.map +1 -1
- package/lib/common/preferences/preference-schema-service.js +11 -5
- package/lib/common/preferences/preference-schema-service.js.map +1 -1
- package/lib/common/preferences/preference-service.d.ts +2 -0
- package/lib/common/preferences/preference-service.d.ts.map +1 -1
- package/lib/common/preferences/preference-service.js +7 -1
- package/lib/common/preferences/preference-service.js.map +1 -1
- package/lib/electron-browser/window/window-zoom-action-bar.js +6 -11
- package/lib/electron-browser/window/window-zoom-action-bar.js.map +1 -1
- package/lib/node/backend-application.js +6 -6
- package/lib/node/backend-application.js.map +1 -1
- package/lib/node/backend-application.spec.js +6 -3
- package/lib/node/backend-application.spec.js.map +1 -1
- package/lib/node/console-logger-server.d.ts.map +1 -1
- package/lib/node/console-logger-server.js +2 -0
- package/lib/node/console-logger-server.js.map +1 -1
- package/lib/node/env-variables/env-variables-server.d.ts +2 -0
- package/lib/node/env-variables/env-variables-server.d.ts.map +1 -1
- package/lib/node/env-variables/env-variables-server.js +7 -1
- package/lib/node/env-variables/env-variables-server.js.map +1 -1
- package/lib/node/hosting/browser-connection-token.d.ts +2 -0
- package/lib/node/hosting/browser-connection-token.d.ts.map +1 -1
- package/lib/node/hosting/browser-connection-token.js +14 -1
- package/lib/node/hosting/browser-connection-token.js.map +1 -1
- package/lib/node/hosting/browser-connection-token.spec.js +25 -2
- package/lib/node/hosting/browser-connection-token.spec.js.map +1 -1
- package/lib/node/key-store-server.d.ts +2 -0
- package/lib/node/key-store-server.d.ts.map +1 -1
- package/lib/node/key-store-server.js +6 -1
- package/lib/node/key-store-server.js.map +1 -1
- package/lib/node/logger-cli-contribution.d.ts.map +1 -1
- package/lib/node/logger-cli-contribution.js.map +1 -1
- package/lib/node/messaging/default-messaging-service.js +1 -1
- package/lib/node/messaging/default-messaging-service.js.map +1 -1
- package/lib/node/messaging/ipc-connection-provider.js +1 -0
- package/lib/node/messaging/ipc-connection-provider.js.map +1 -1
- package/lib/node/messaging/websocket-endpoint.js +1 -1
- package/lib/node/messaging/websocket-endpoint.js.map +1 -1
- package/lib/node/messaging/websocket-frontend-connection-service.d.ts +2 -1
- package/lib/node/messaging/websocket-frontend-connection-service.d.ts.map +1 -1
- package/lib/node/messaging/websocket-frontend-connection-service.js +11 -6
- package/lib/node/messaging/websocket-frontend-connection-service.js.map +1 -1
- package/lib/node/setting-service.js +1 -0
- package/lib/node/setting-service.js.map +1 -1
- package/package.json +32 -29
- package/shared/react/jsx-dev-runtime/index.d.ts +1 -0
- package/shared/react/jsx-dev-runtime/index.js +1 -0
- package/shared/react/jsx-runtime/index.d.ts +1 -0
- package/shared/react/jsx-runtime/index.js +1 -0
- package/shared/react-dom/server/index.d.ts +1 -0
- package/shared/react-dom/server/index.js +1 -0
- package/src/browser/authentication-service.ts +1 -1
- package/src/browser/browser-clipboard-service.ts +2 -2
- package/src/browser/connection-status-service.ts +7 -3
- package/src/browser/dialogs.ts +3 -2
- package/src/browser/frontend-application-state.ts +2 -2
- package/src/browser/hover-service.ts +13 -0
- package/src/browser/icon-theme-service.ts +6 -2
- package/src/browser/keyboard/browser-keyboard-layout-provider.ts +2 -2
- package/src/browser/markdown-rendering/markdown-link-handler.ts +23 -1
- package/src/browser/markdown-rendering/markdown-renderer.spec.ts +88 -0
- package/src/browser/markdown-rendering/markdown-renderer.ts +43 -0
- package/src/browser/messaging/ws-connection-source.ts +4 -0
- package/src/browser/open-with-service.ts +6 -3
- package/src/browser/performance/frontend-stopwatch.ts +6 -3
- package/src/browser/perspective-service.ts +1 -1
- package/src/browser/preferences/preference-proxy.spec.ts +3 -0
- package/src/browser/preferences/preference-service.spec.ts +3 -0
- package/src/browser/preferences/preference-validation-service.ts +1 -1
- package/src/browser/saveable-service.ts +5 -2
- package/src/browser/shell/application-shell.spec.ts +62 -0
- package/src/browser/shell/application-shell.ts +4 -4
- package/src/browser/shell/shell-layout-restorer.ts +6 -5
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.tsx +3 -2
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.ts +5 -2
- package/src/browser/status-bar/status-bar-view-model.ts +7 -3
- package/src/browser/storage-service.ts +4 -2
- package/src/browser/style/sidepanel.css +2 -0
- package/src/browser/style/tabs.css +2 -0
- package/src/browser/style/view-container.css +2 -0
- package/src/browser/tree/tree-model.ts +4 -2
- package/src/browser/widget-manager.ts +1 -1
- package/src/browser/window/default-secondary-window-service.ts +9 -6
- package/src/browser-only/frontend-only-application-module.ts +25 -1
- package/src/common/command.spec.ts +125 -0
- package/src/common/command.ts +77 -4
- package/src/common/i18n/nls.metadata.json +3933 -1186
- package/src/common/message-service-protocol.ts +7 -3
- package/src/common/performance/stopwatch.ts +2 -2
- package/src/common/preferences/preference-schema-service.ts +9 -5
- package/src/common/preferences/preference-service.ts +6 -2
- package/src/node/backend-application.spec.ts +6 -3
- package/src/node/backend-application.ts +6 -6
- package/src/node/console-logger-server.ts +3 -0
- package/src/node/env-variables/env-variables-server.ts +6 -2
- package/src/node/hosting/browser-connection-token.spec.ts +30 -3
- package/src/node/hosting/browser-connection-token.ts +13 -2
- package/src/node/key-store-server.ts +6 -3
- package/src/node/logger-cli-contribution.ts +3 -0
- package/src/node/messaging/default-messaging-service.ts +1 -1
- package/src/node/messaging/ipc-connection-provider.ts +2 -2
- package/src/node/messaging/websocket-endpoint.ts +1 -1
- package/src/node/messaging/websocket-frontend-connection-service.ts +11 -8
- package/src/node/setting-service.ts +2 -2
package/i18n/nls.json
CHANGED
|
@@ -108,6 +108,9 @@
|
|
|
108
108
|
"title": "Indicates whether the model supports prompt caching. `true` by default"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
|
+
"customProvider": {
|
|
112
|
+
"label": "{0} (Custom)"
|
|
113
|
+
},
|
|
111
114
|
"models": {
|
|
112
115
|
"description": "Official Anthropic models to use"
|
|
113
116
|
}
|
|
@@ -148,6 +151,9 @@
|
|
|
148
151
|
"clipboardSeparator": "clipboard",
|
|
149
152
|
"confirmApplySuggestion": "The file {0} has changed since this suggestion was created. Are you certain you wish to apply the change?",
|
|
150
153
|
"confirmRevertSuggestion": "The file {0} has changed since this suggestion was created. Are you certain you wish to revert the change?",
|
|
154
|
+
"contextSummaryVariable": {
|
|
155
|
+
"description": "A JSON summary of every element in the current chat session context, listing each element's type and identifiers."
|
|
156
|
+
},
|
|
151
157
|
"couldNotFindMatchingLM": "Couldn't find a matching language model. Please check your setup!",
|
|
152
158
|
"couldNotFindReadyLMforAgent": "Couldn't find a ready language model for agent {0}. Please check your setup!",
|
|
153
159
|
"customAgents": {
|
|
@@ -385,7 +391,6 @@
|
|
|
385
391
|
"tokenUsageWarning": "Token usage warning threshold reached.",
|
|
386
392
|
"tokenUsageWarningEnabled": "Controls whether a notification is shown when a chat session's token usage crosses the configured threshold. Requires the language model provider to report token usage.",
|
|
387
393
|
"tokenUsageWarningMessage": "Chat session token usage has reached {0}% of the context window. Consider summarizing this session or starting a new one to avoid hitting the limit.",
|
|
388
|
-
"tokenUsageWarningNewSessionAction": "Start New Chat",
|
|
389
394
|
"tokenUsageWarningSummarizeAction": "Summarize Current Session",
|
|
390
395
|
"tokenUsageWarningThresholdPercentage": "Percentage of the model's context window at which the token usage warning is triggered. This value also drives the warning/error color bands of the token usage indicator. Currently resolves against an assumed 200k context window; will use the real per-model context size once available.",
|
|
391
396
|
"toolcall-part-renderer": {
|
|
@@ -443,7 +448,6 @@
|
|
|
443
448
|
},
|
|
444
449
|
"currentDirectory": "current directory",
|
|
445
450
|
"differentAgentRequestWarning": "The previous chat request was handled by a different agent. Claude Code does not see those other messages.",
|
|
446
|
-
"edit": "Edit {0}",
|
|
447
451
|
"editAutomatically": "Edit automatically",
|
|
448
452
|
"editing": "Editing",
|
|
449
453
|
"editsCount": "{0} edits",
|
|
@@ -619,9 +623,6 @@
|
|
|
619
623
|
"description": "The code after the current cursor position. Only available in code completion context."
|
|
620
624
|
}
|
|
621
625
|
},
|
|
622
|
-
"configuration": {
|
|
623
|
-
"selectItem": "Please select an item."
|
|
624
|
-
},
|
|
625
626
|
"copilot": {
|
|
626
627
|
"auth": {
|
|
627
628
|
"aiConfiguration": "AI Configuration",
|
|
@@ -667,30 +668,44 @@
|
|
|
667
668
|
"agentConfiguration": {
|
|
668
669
|
"addCustomAgent": "Add Custom Agent",
|
|
669
670
|
"availableCapabilities": "Available Capabilities",
|
|
670
|
-
"
|
|
671
|
+
"completionNotificationIntro": "How you want to be notified when this agent needs your attention (it completes its task or requests input). \"Default\" uses the global ",
|
|
671
672
|
"defaultNotificationDescription": "Uses the global AI notification setting",
|
|
672
673
|
"enableAgent": "Enable Agent",
|
|
673
|
-
"llmRequirements": "LLM Requirements",
|
|
674
674
|
"notUsedInPrompt": "Not used in prompt",
|
|
675
675
|
"notUsedInPromptTooltip": "This variable is declared by the agent but not referenced in the current prompt template.",
|
|
676
676
|
"notificationSettings": "Notification Settings",
|
|
677
677
|
"notificationSettingsLink": "AI notification setting",
|
|
678
|
-
"promptTemplates": "Prompt Templates",
|
|
679
|
-
"selectAgentMessage": "Please select an Agent first!",
|
|
680
678
|
"showInChat": "Show in Chat",
|
|
681
|
-
"templateName": "Template",
|
|
682
679
|
"undeclared": "Undeclared",
|
|
683
680
|
"undeclaredTooltip": "This variable is used in the prompt but has no description declared by the agent.",
|
|
684
681
|
"usedAgentSpecificVariables": "Used Agent-Specific Variables",
|
|
685
|
-
"usedFunctions": "Used Functions",
|
|
686
682
|
"usedGlobalVariables": "Used Global Variables",
|
|
687
|
-
"
|
|
683
|
+
"usedTools": "Used Tools"
|
|
688
684
|
},
|
|
689
685
|
"agentsVariable": {
|
|
690
686
|
"description": "Returns the list of agents available in the system"
|
|
691
687
|
},
|
|
692
688
|
"aiConfiguration": {
|
|
693
|
-
"
|
|
689
|
+
"addValue": "Add Value...",
|
|
690
|
+
"categoryComingSoon": "{0} configuration is not available yet.",
|
|
691
|
+
"collectionEmpty": "No items to configure yet.",
|
|
692
|
+
"contributedByExtensions": "Contributed by extensions",
|
|
693
|
+
"decrease": "Decrease",
|
|
694
|
+
"increase": "Increase",
|
|
695
|
+
"label": "AI Configuration",
|
|
696
|
+
"models": {
|
|
697
|
+
"label": "Providers & Models"
|
|
698
|
+
},
|
|
699
|
+
"origin": {
|
|
700
|
+
"fromRegistry": "From registry",
|
|
701
|
+
"openAgentPlugin": "Open the Agent Plugin that provides this: {0}",
|
|
702
|
+
"openInRegistry": "Open in AI registry: {0}",
|
|
703
|
+
"registryEntry": "AI registry entry: {0}",
|
|
704
|
+
"viaAgentPlugin": "via {0}"
|
|
705
|
+
},
|
|
706
|
+
"scopeBanner": "Editing the {0} scope.",
|
|
707
|
+
"searchPlaceholder": "Search AI settings",
|
|
708
|
+
"selectCategory": "Select a category to configure."
|
|
694
709
|
},
|
|
695
710
|
"blinkTitle": {
|
|
696
711
|
"agentCompleted": "{0} - Agent Completed",
|
|
@@ -753,8 +768,10 @@
|
|
|
753
768
|
},
|
|
754
769
|
"languageModelRenderer": {
|
|
755
770
|
"alias": "[alias] {0}",
|
|
756
|
-
"
|
|
757
|
-
"
|
|
771
|
+
"purposeTitle": "Purpose: {0}",
|
|
772
|
+
"reasoningInherited": "Reasoning effort this agent asks the model for. Not set, so \"{0}\" applies, from the reasoning defaults preference or the model.",
|
|
773
|
+
"reasoningStored": "Reasoning effort this agent asks the model for. Set here or by the chat input's selector, which writes the same setting.",
|
|
774
|
+
"serverTools": "Server Tools"
|
|
758
775
|
},
|
|
759
776
|
"maxRetries": {
|
|
760
777
|
"mdDescription": "The maximum number of retry attempts when a request to an AI provider fails. A value of 0 means no retries.",
|
|
@@ -762,16 +779,17 @@
|
|
|
762
779
|
},
|
|
763
780
|
"modelAliasesConfiguration": {
|
|
764
781
|
"agents": "Agents using this Alias",
|
|
782
|
+
"aliasTypeLabel": "Model Alias",
|
|
765
783
|
"defaultList": "[Default list]",
|
|
784
|
+
"description": "Named references to a preferred model, so agents can target a role instead of a specific model.",
|
|
766
785
|
"evaluatesTo": "Evaluates to",
|
|
767
786
|
"label": "Model Aliases",
|
|
768
|
-
"modelNotReadyTooltip": "Not ready",
|
|
769
|
-
"modelReadyTooltip": "Ready",
|
|
770
787
|
"noAgents": "No agents use this alias.",
|
|
771
|
-
"
|
|
788
|
+
"noModel": "No model",
|
|
772
789
|
"noResolvedModel": "No model ready for this alias.",
|
|
790
|
+
"notReady": "Not ready",
|
|
773
791
|
"priorityList": "Priority List",
|
|
774
|
-
"
|
|
792
|
+
"resolvesTo": "Resolves to {0}",
|
|
775
793
|
"selectedModelId": "Selected Model",
|
|
776
794
|
"unavailableModel": "Selected model is no longer available"
|
|
777
795
|
},
|
|
@@ -803,39 +821,15 @@
|
|
|
803
821
|
"description": "The name of the product/application the user is working with"
|
|
804
822
|
},
|
|
805
823
|
"promptFragmentsConfiguration": {
|
|
806
|
-
"
|
|
807
|
-
"
|
|
808
|
-
"
|
|
809
|
-
"
|
|
810
|
-
"
|
|
811
|
-
"
|
|
812
|
-
"editTemplateTitle": "Edit template",
|
|
813
|
-
"headerTitle": "Prompt Fragments",
|
|
814
|
-
"label": "Prompt Fragments",
|
|
815
|
-
"noFragmentsAvailable": "No prompt fragments available.",
|
|
816
|
-
"otherPromptFragmentsHeader": "Other Prompt Fragments",
|
|
817
|
-
"promptTemplateText": "Prompt Template Text",
|
|
818
|
-
"promptVariantsHeader": "Prompt Variant Sets",
|
|
819
|
-
"removeCustomizationDialogMsg": "Are you sure you want to remove the {0} customization for prompt fragment \"{1}\"?",
|
|
820
|
-
"removeCustomizationDialogTitle": "Remove Customization",
|
|
821
|
-
"removeCustomizationWithDescDialogMsg": "Are you sure you want to remove the {0} customization for prompt fragment \"{1}\" ({2})?",
|
|
822
|
-
"resetAllButton": "Reset All",
|
|
823
|
-
"resetAllCustomizationsDialogMsg": "Are you sure you want to reset all prompt fragments to their built-in versions? This will remove all customizations.",
|
|
824
|
-
"resetAllCustomizationsDialogTitle": "Reset All Customizations",
|
|
825
|
-
"resetAllCustomizationsTitle": "Reset all customizations",
|
|
826
|
-
"resetAllPromptFragments": "Reset all prompt fragments",
|
|
824
|
+
"editPromptTemplate": "Edit prompt template",
|
|
825
|
+
"removePromptTemplate": "Remove prompt template",
|
|
826
|
+
"removePromptTemplateDialogMsg": "Are you sure you want to remove the {0} customization for prompt template \"{1}\"? It has no built-in version, so it will be gone entirely.",
|
|
827
|
+
"removePromptTemplateDialogTitle": "Remove Prompt Template",
|
|
828
|
+
"removePromptTemplateWithDescDialogMsg": "Are you sure you want to remove the {0} customization for prompt template \"{1}\" ({2})? It has no built-in version, so it will be gone entirely.",
|
|
829
|
+
"resetPromptTemplate": "Reset prompt template",
|
|
827
830
|
"resetToBuiltInDialogMsg": "Are you sure you want to reset the prompt fragment \"{0}\" to its built-in version? This will remove all customizations.",
|
|
828
831
|
"resetToBuiltInDialogTitle": "Reset to Built-in",
|
|
829
|
-
"
|
|
830
|
-
"resetToCustomizationDialogMsg": "Are you sure you want to reset the prompt fragment \"{0}\" to use the {1} customization? This will remove all higher-priority customizations.",
|
|
831
|
-
"resetToCustomizationDialogTitle": "Reset to Customization",
|
|
832
|
-
"resetToCustomizationTitle": "Reset to this customization",
|
|
833
|
-
"selectedVariantLabel": "Selected",
|
|
834
|
-
"selectedVariantTitle": "Selected variant",
|
|
835
|
-
"usedByAgentTitle": "Used by agent: {0}",
|
|
836
|
-
"variantSetError": "The selected variant does not exist and no default could be found. Please check your configuration.",
|
|
837
|
-
"variantSetWarning": "The selected variant does not exist. The default variant is being used instead.",
|
|
838
|
-
"variantsOfSystemPrompt": "Variants of this prompt variant set:"
|
|
832
|
+
"variantSetError": "The selected variant does not exist and no default could be found. Please check your configuration."
|
|
839
833
|
},
|
|
840
834
|
"promptTemplates": {
|
|
841
835
|
"description": "Folder for storing customized prompt templates. If not customized the user config directory is used. Please consider to use a folder, which is under version control to manage your variants of prompt templates."
|
|
@@ -899,12 +893,8 @@
|
|
|
899
893
|
"taskContextSummary": {
|
|
900
894
|
"description": "Resolves all task context items present in the session context."
|
|
901
895
|
},
|
|
902
|
-
"templateSettings": {
|
|
903
|
-
"edited": "edited",
|
|
904
|
-
"unavailableVariant": "Unavailable"
|
|
905
|
-
},
|
|
906
896
|
"todayVariable": {
|
|
907
|
-
"
|
|
897
|
+
"dateDescription": "The current date. Resolves to a human-readable date string by default, or to ISO 8601 or Unix seconds via the format argument.",
|
|
908
898
|
"format": {
|
|
909
899
|
"description": "The format of the date"
|
|
910
900
|
}
|
|
@@ -913,12 +903,18 @@
|
|
|
913
903
|
"unableToResolveVariable": "Unable to resolve variable.",
|
|
914
904
|
"variable-contribution": {
|
|
915
905
|
"builtInVariable": "{0} Built-in Variable",
|
|
916
|
-
"currentAbsoluteFilePath": "The absolute path of the
|
|
917
|
-
"currentFileContent": "The plain content of the
|
|
918
|
-
"currentRelativeDirPath": "The workspace-relative path of the directory
|
|
919
|
-
"currentRelativeFilePath": "The workspace-relative path of the
|
|
920
|
-
"currentSelectedText": "The plain text that is currently selected in the
|
|
921
|
-
"dotRelativePath": "Short reference to the workspace-relative path of the
|
|
906
|
+
"currentAbsoluteFilePath": "The absolute path of the currently opened file.",
|
|
907
|
+
"currentFileContent": "The plain content of the currently opened file. This excludes the information where the content is coming from.",
|
|
908
|
+
"currentRelativeDirPath": "The workspace-relative path of the directory containing the currently opened file (e.g., my-project/src).",
|
|
909
|
+
"currentRelativeFilePath": "The workspace-relative path of the currently opened file (e.g., my-project/src/index.ts).",
|
|
910
|
+
"currentSelectedText": "The plain text that is currently selected in the opened file. This excludes the information where the content is coming from.",
|
|
911
|
+
"dotRelativePath": "Short reference to the workspace-relative path of the currently opened file ('currentRelativeFilePath')."
|
|
912
|
+
},
|
|
913
|
+
"variantSet": {
|
|
914
|
+
"templateLabel": "Template",
|
|
915
|
+
"unavailableVariant": "{0} (unavailable)",
|
|
916
|
+
"variantCount": "{0} variants",
|
|
917
|
+
"variantCountSingular": "1 variant"
|
|
922
918
|
}
|
|
923
919
|
},
|
|
924
920
|
"editor": {
|
|
@@ -1000,10 +996,16 @@
|
|
|
1000
996
|
"ide": {
|
|
1001
997
|
"agent-description": "Configure AI agent settings including enablement, LLM selection, prompt template customization, and custom agent creation in the [AI Configuration View]({0}).",
|
|
1002
998
|
"agentConfiguration": {
|
|
999
|
+
"agentMode": "Agent mode for Coder",
|
|
1000
|
+
"behavior": "Behavior",
|
|
1003
1001
|
"customAgentLocationQuickPick": {
|
|
1004
1002
|
"placeholder": "Choose where to create the agents/<id>/agent.md file",
|
|
1005
1003
|
"title": "Select location for the new custom agent"
|
|
1006
1004
|
},
|
|
1005
|
+
"defaultChatAgent": "Default Chat Agent",
|
|
1006
|
+
"defaultChatAgentNone": "Built-in default",
|
|
1007
|
+
"defaultChatAgentNoneDescription": "No explicit default; Theia picks the default Chat Agent.",
|
|
1008
|
+
"defaults": "Defaults",
|
|
1007
1009
|
"genericCapabilitiesSettings": "Generic Capabilities",
|
|
1008
1010
|
"genericCapabilityType": {
|
|
1009
1011
|
"agentDelegation": "Agent Delegation",
|
|
@@ -1020,10 +1022,14 @@
|
|
|
1020
1022
|
"idTitle": "New custom agent",
|
|
1021
1023
|
"noLocation": "Cannot create a custom agent: no prompt-templates location is configured. Set a global or workspace prompt-templates folder and try again."
|
|
1022
1024
|
},
|
|
1023
|
-
"
|
|
1025
|
+
"noAgents": "No agents are available.",
|
|
1026
|
+
"orchestratorExclude": "Agents hidden from the orchestrator",
|
|
1027
|
+
"orchestratorExcludePlaceholder": "Add agent ID...",
|
|
1024
1028
|
"resetAllCapabilities": "Reset all capabilities to their default values",
|
|
1025
|
-
"
|
|
1026
|
-
"
|
|
1029
|
+
"resetAllGenericCapabilities": "Reset all generic capability selections",
|
|
1030
|
+
"resetAllServerTools": "Turn off every server tool of this provider",
|
|
1031
|
+
"showCapabilitySnippet": "Show snippet",
|
|
1032
|
+
"showToolSettings": "Show tool"
|
|
1027
1033
|
},
|
|
1028
1034
|
"agentMode": {
|
|
1029
1035
|
"enabled": {
|
|
@@ -1037,6 +1043,15 @@
|
|
|
1037
1043
|
"msg": "You are about to use **Agent Mode**. In this mode, the agent can **read, create, and modify files** in your workspace autonomously, without asking for confirmation on each change.\n\nWe recommend using **version control** (e.g. Git) so you can easily review and revert any changes.\n\nIf you prefer more control, you can continue with **Edit Mode** instead, where changes are presented as suggestions for you to apply.\n\nHow would you like to proceed?",
|
|
1038
1044
|
"waiting": "Waiting for confirmation..."
|
|
1039
1045
|
},
|
|
1046
|
+
"agentsConfiguration": {
|
|
1047
|
+
"description": "The AI agents available in the IDE. Open an agent to configure its prompts, model and capabilities."
|
|
1048
|
+
},
|
|
1049
|
+
"aiConfiguration": {
|
|
1050
|
+
"breadcrumbRoot": "AI Configuration",
|
|
1051
|
+
"manageMenu": "AI Configuration",
|
|
1052
|
+
"openButton": "Open AI Configuration",
|
|
1053
|
+
"pageTypeLabel": "Page"
|
|
1054
|
+
},
|
|
1040
1055
|
"allowAllMode": {
|
|
1041
1056
|
"stripTooltip": "AI tool calls run without confirmation in this session. Only enable in environments you trust.",
|
|
1042
1057
|
"stripTooltipFooter": "Set via --session-preference. Restart without the flag to restore your saved settings.",
|
|
@@ -1132,6 +1147,25 @@
|
|
|
1132
1147
|
"exploreAgent": {
|
|
1133
1148
|
"description": "A codebase exploration assistant that extracts and distills information from the codebase. Reports facts about what exists, provides code excerpts, and describes observed patterns."
|
|
1134
1149
|
},
|
|
1150
|
+
"generalConfiguration": {
|
|
1151
|
+
"aboutCosts": "About costs and data usage",
|
|
1152
|
+
"bypassModelTitle": "Skip language model check",
|
|
1153
|
+
"configureProvider": "Configure a provider",
|
|
1154
|
+
"costsBody": "AI features send requests to the language model providers you configure. Depending on your provider and usage, this can incur costs — monitor them closely. Requests may run continuously while agents are active. See [the documentation]({0}) for details.",
|
|
1155
|
+
"description": "Turn AI features on or off and configure how the assistant behaves across the IDE.",
|
|
1156
|
+
"dontPersist": "Don't persist",
|
|
1157
|
+
"enableAiDescription": "Turns on all AI capabilities of {0}. Requires at least one configured language model provider.",
|
|
1158
|
+
"gateNote": "The settings below take effect once Enable AI features is turned on.",
|
|
1159
|
+
"hideList": "Hide list",
|
|
1160
|
+
"homeSessionsTitle": "Sessions on the home view",
|
|
1161
|
+
"label": "General",
|
|
1162
|
+
"noProvider": "No language model provider is configured yet.",
|
|
1163
|
+
"persistedSessionsTitle": "Persisted chat sessions",
|
|
1164
|
+
"pinAgentTitle": "Pin mentioned agents",
|
|
1165
|
+
"providerReady": "A language model provider is configured and ready.",
|
|
1166
|
+
"sessionStorageTitle": "Session storage location",
|
|
1167
|
+
"unlimited": "Unlimited"
|
|
1168
|
+
},
|
|
1135
1169
|
"github": {
|
|
1136
1170
|
"configureGitHubServer": {
|
|
1137
1171
|
"canceled": "GitHub server configuration cancelled. Please configure the GitHub MCP server to use this agent.",
|
|
@@ -1158,12 +1192,25 @@
|
|
|
1158
1192
|
"description": "The GitHub repositories associated with the workspace roots (e.g., \"eclipse-theia/theia\")"
|
|
1159
1193
|
},
|
|
1160
1194
|
"howToGetStarted": "How to get started",
|
|
1195
|
+
"memoryCapability": {
|
|
1196
|
+
"description": "Lets the agent maintain a persistent, wiki-style knowledge base for the workspace, so this and future sessions build on what came before instead of starting from scratch.",
|
|
1197
|
+
"name": "Memory"
|
|
1198
|
+
},
|
|
1199
|
+
"memoryDirectoryVariable": {
|
|
1200
|
+
"description": "The absolute path of the directory in which the agent keeps its memory for the current workspace."
|
|
1201
|
+
},
|
|
1161
1202
|
"model-selection-description": "Choose which Large Language Models (LLMs) are used by each AI agent in the [AI Configuration View]({0}).",
|
|
1203
|
+
"modelsConfiguration": {
|
|
1204
|
+
"description": "Configure language-model providers and the models available to agents.",
|
|
1205
|
+
"modelSettings": "Model Settings",
|
|
1206
|
+
"noProviders": "No language-model providers are installed.",
|
|
1207
|
+
"providers": "Providers"
|
|
1208
|
+
},
|
|
1162
1209
|
"moreAgentsAvailable": {
|
|
1163
1210
|
"header": "More agents are available"
|
|
1164
1211
|
},
|
|
1165
1212
|
"noRecommendedAgents": "No recommended agents are available.",
|
|
1166
|
-
"
|
|
1213
|
+
"openAiConfiguration": "Open AI Configuration",
|
|
1167
1214
|
"orchestrator": {
|
|
1168
1215
|
"error": {
|
|
1169
1216
|
"noAgents": "No chat agent available to handle request. Please check your configuration whether any are enabled."
|
|
@@ -1204,6 +1251,37 @@
|
|
|
1204
1251
|
"description": "An AI-powered PR review agent that orchestrates a full code review workflow: fetches PR info, explores the codebase, performs structured analysis, interactively walks the user through findings with diff viewers, and optionally creates a pending review on GitHub."
|
|
1205
1252
|
},
|
|
1206
1253
|
"prompt-template-description": "Select prompt variants and customize prompt templates for AI agents in the [AI Configuration View]({0}).",
|
|
1254
|
+
"promptSnippetsConfiguration": {
|
|
1255
|
+
"capabilitiesGroupDescription": "Instructions an agent adds to its prompt when enabled. They are shared, so an edit affects every agent using them.",
|
|
1256
|
+
"capabilityTypeLabel": "Capability",
|
|
1257
|
+
"customized": "Customized",
|
|
1258
|
+
"description": "Reusable prompt text: your own snippets plus the capability snippets agents pull in. Editing a snippet affects every agent that uses it.",
|
|
1259
|
+
"editSnippet": "Edit snippet",
|
|
1260
|
+
"empty": "No prompt snippets are available.",
|
|
1261
|
+
"filterPlaceholder": "Filter prompt snippets by name, id or description",
|
|
1262
|
+
"genericCapabilitiesGroup": "Generic Capabilities",
|
|
1263
|
+
"genericCapabilitiesGroupDescription": "Basic instructions to integrate the selected capabilities into the agent's prompt. They are shared, so an edit affects every agent using them.",
|
|
1264
|
+
"genericCapabilityTypeLabel": "Generic capability",
|
|
1265
|
+
"label": "Prompt Snippets",
|
|
1266
|
+
"noMatches": "No prompt snippets match \"{0}\".",
|
|
1267
|
+
"removeDialogMsg": "Are you sure you want to remove the {0} customization for snippet \"{1}\"? It has no built-in version, so it will be gone entirely.",
|
|
1268
|
+
"removeDialogTitle": "Remove Snippet",
|
|
1269
|
+
"removeSnippet": "Remove snippet",
|
|
1270
|
+
"removeWithDescDialogMsg": "Are you sure you want to remove the {0} customization for snippet \"{1}\" ({2})? It has no built-in version, so it will be gone entirely.",
|
|
1271
|
+
"resetAll": "Reset All Customizations",
|
|
1272
|
+
"resetAllDialogMsg": "Are you sure you want to reset every customized prompt fragment to its built-in version? This includes the agents' prompt templates, not only the snippets listed here. Snippets that have no built-in version are kept.",
|
|
1273
|
+
"resetAllDialogTitle": "Reset All Customizations",
|
|
1274
|
+
"resetAllMessage": "Some prompt fragments are customized. Resetting reverts every one of them to its built-in version, including the agents' prompt templates. Snippets that have no built-in version are kept.",
|
|
1275
|
+
"resetDialogMsg": "Are you sure you want to reset the snippet \"{0}\" to its built-in version? This will remove all customizations.",
|
|
1276
|
+
"resetDialogTitle": "Reset Snippet to Built-in",
|
|
1277
|
+
"resetSnippet": "Reset snippet to built-in",
|
|
1278
|
+
"snippetsGroupDescription": "Prompt text you maintain yourself, referenced from other prompts with {{prompt:id}}.",
|
|
1279
|
+
"usedByAgents": "Used by Agents"
|
|
1280
|
+
},
|
|
1281
|
+
"promptsAndSkillsConfiguration": {
|
|
1282
|
+
"label": "Skills & Slash Commands",
|
|
1283
|
+
"pageSubtitle": "Skills the model can use and slash commands you invoke with /. Open a skill to edit its SKILL.md, or edit a slash command’s template."
|
|
1284
|
+
},
|
|
1207
1285
|
"requiresApproval": "Requires your approval",
|
|
1208
1286
|
"restoredSession": "Restored session",
|
|
1209
1287
|
"restrictedModeDetails": "AI chat, inline suggestions, code actions, and prompt templates are disabled",
|
|
@@ -1214,22 +1292,27 @@
|
|
|
1214
1292
|
"toolConfirmation": "Per-tool confirmation overrides: {0}",
|
|
1215
1293
|
"toolConfirmationGeneric": "Per-tool confirmation overrides set"
|
|
1216
1294
|
},
|
|
1217
|
-
"shellAllowlist": {
|
|
1218
|
-
"placeholder": "e.g., \"git log\" (exact) or \"git log *\" (with args)"
|
|
1219
|
-
},
|
|
1220
|
-
"shellDenylist": {
|
|
1221
|
-
"placeholder": "e.g., \"git push *\" or \"rm -rf /\""
|
|
1222
|
-
},
|
|
1223
1295
|
"shellExecutionCapability": {
|
|
1224
1296
|
"description": "Allows the agent to run arbitrary shell commands on the host system. The agent can then delegate to execute scripts that are not available as tasks, query system information, and perform operations for which no dedicated tool exists.",
|
|
1225
1297
|
"name": "Shell Execution"
|
|
1226
1298
|
},
|
|
1227
1299
|
"skillsConfiguration": {
|
|
1228
|
-
"
|
|
1229
|
-
"
|
|
1300
|
+
"compatibility": "Compatibility",
|
|
1301
|
+
"editCommandTemplate": "Edit prompt template",
|
|
1302
|
+
"empty": "No skills or slash commands are available.",
|
|
1303
|
+
"filterPlaceholder": "Filter skills and slash commands by name or description",
|
|
1304
|
+
"frontmatter": "Frontmatter",
|
|
1305
|
+
"noAllowedTools": "No allowed tools declared. The skill may use any tool the agent already has.",
|
|
1306
|
+
"noMatches": "No skills or slash commands match \"{0}\".",
|
|
1307
|
+
"noSkillAgents": "No agent currently surfaces skills, so none of these are reached: a skill needs the {{skills}} variable or the skill usage capability in an agent's prompt.",
|
|
1308
|
+
"openSkillFile": "Open SKILL.md",
|
|
1309
|
+
"skillsGroupDescription": "File-based SKILL.md units the model can choose to follow, surfaced via the {{skills}} variable and the skill usage capability.",
|
|
1230
1310
|
"slashCommand": {
|
|
1231
|
-
"allAgents": "All agents"
|
|
1311
|
+
"allAgents": "All agents",
|
|
1312
|
+
"allAgentsTooltip": "This command declares no agents, so it is available to every agent.",
|
|
1313
|
+
"availableForAgents": "Available for agents"
|
|
1232
1314
|
},
|
|
1315
|
+
"slashCommandsGroupDescription": "Prompt fragments you invoke by typing /name in chat, available to one or more agents.",
|
|
1233
1316
|
"slashCommandsSectionHeader": "Slash Commands"
|
|
1234
1317
|
},
|
|
1235
1318
|
"toolConfirmationInfo": {
|
|
@@ -1249,8 +1332,10 @@
|
|
|
1249
1332
|
"label": "Confirmation Mode"
|
|
1250
1333
|
},
|
|
1251
1334
|
"default": {
|
|
1252
|
-
"
|
|
1335
|
+
"rowLabel": "Default Tool Confirmation Mode"
|
|
1253
1336
|
},
|
|
1337
|
+
"description": "Choose which tools agents may call and whether each one needs confirmation before it runs.",
|
|
1338
|
+
"filterPlaceholder": "Filter tools",
|
|
1254
1339
|
"recommendedDefaults": {
|
|
1255
1340
|
"apply": "Allow Default Tools",
|
|
1256
1341
|
"dialogConfirm": "I understand, allow",
|
|
@@ -1270,16 +1355,7 @@
|
|
|
1270
1355
|
"title": "Reset All Tool Confirmation Modes"
|
|
1271
1356
|
},
|
|
1272
1357
|
"resetAllTooltip": "Reset all tools to default",
|
|
1273
|
-
"
|
|
1274
|
-
"description": "Commands matching these patterns will be automatically allowed without confirmation. Use * as wildcard: \"git log\" (exact match), \"git log *\" (with any arguments). Wildcard must be preceded by a space.",
|
|
1275
|
-
"empty": "No patterns configured. All shell commands will require confirmation.",
|
|
1276
|
-
"title": "Shell Execute Allowlist"
|
|
1277
|
-
},
|
|
1278
|
-
"shellDenylist": {
|
|
1279
|
-
"description": "Commands matching these patterns will be automatically denied without confirmation. Use this to block dangerous commands like 'git push *' or 'rm -rf /'.",
|
|
1280
|
-
"empty": "No patterns configured. No shell commands will be automatically denied.",
|
|
1281
|
-
"title": "Shell Execute Denylist"
|
|
1282
|
-
},
|
|
1358
|
+
"shellExecution": "Shell Command Execution",
|
|
1283
1359
|
"toolOptions": {
|
|
1284
1360
|
"confirm": {
|
|
1285
1361
|
"label": "Confirm"
|
|
@@ -1295,7 +1371,21 @@
|
|
|
1295
1371
|
"unread": "Unread"
|
|
1296
1372
|
},
|
|
1297
1373
|
"variableConfiguration": {
|
|
1298
|
-
"
|
|
1374
|
+
"argCountPlural": "{0} arguments",
|
|
1375
|
+
"argCountSingular": "1 argument",
|
|
1376
|
+
"argEnum": "One of: {0}",
|
|
1377
|
+
"contextGroup": "Context Variables",
|
|
1378
|
+
"contextGroupDescription": "Referenced with {0}name in a prompt and also attachable to a request as context that the agent and its tools can inspect.",
|
|
1379
|
+
"copyVariableName": "Copy variable name",
|
|
1380
|
+
"filterPlaceholder": "Filter variables by name or description",
|
|
1381
|
+
"noMatches": "No variables match \"{0}\".",
|
|
1382
|
+
"noVariables": "No variables are available.",
|
|
1383
|
+
"openAgent": "Open agent {0}",
|
|
1384
|
+
"optional": "optional",
|
|
1385
|
+
"pageSubtitle": "Values you can reference with {0}name in a prompt. They are resolved and inserted at request time.",
|
|
1386
|
+
"plainGroup": "Plain Variables",
|
|
1387
|
+
"plainGroupDescription": "Referenced with {0}name in a prompt and resolved inline to a text value at request time.",
|
|
1388
|
+
"required": "required",
|
|
1299
1389
|
"usedByAgents": "Used by Agents"
|
|
1300
1390
|
},
|
|
1301
1391
|
"waitingForInput": "Waiting for your input"
|
|
@@ -1407,12 +1497,20 @@
|
|
|
1407
1497
|
},
|
|
1408
1498
|
"registryMetadata": {
|
|
1409
1499
|
"configHash": {
|
|
1410
|
-
"mdDescription": "Content hash of the registry approval used to install this server.",
|
|
1500
|
+
"mdDescription": "Content hash of the registry approval used to install this server, or of the Agent Plugin that contributed it.",
|
|
1411
1501
|
"title": "Registry Config Hash"
|
|
1412
1502
|
},
|
|
1503
|
+
"installedAt": {
|
|
1504
|
+
"mdDescription": "When the Agent Plugin that contributed this server was last written to disk. Changing it restarts the server, which is what makes an update take effect. Written by `@theia/ai-registry`; not user-editable.",
|
|
1505
|
+
"title": "Agent Plugin Installed At"
|
|
1506
|
+
},
|
|
1413
1507
|
"mdDescription": "Provenance metadata for a server installed from an AI registry. Written by `@theia/ai-registry`; not user-editable.",
|
|
1508
|
+
"pluginId": {
|
|
1509
|
+
"mdDescription": "Identifies the installed Agent Plugin that contributed this server. Written by `@theia/ai-registry`; not user-editable.",
|
|
1510
|
+
"title": "Agent Plugin Id"
|
|
1511
|
+
},
|
|
1414
1512
|
"serverId": {
|
|
1415
|
-
"mdDescription": "Identifies the AI registry entry this server was installed from.",
|
|
1513
|
+
"mdDescription": "Identifies the AI registry entry this server was installed from. Absent for a server contributed by an Agent Plugin, which carries `pluginId` instead.",
|
|
1416
1514
|
"title": "Registry Server Id"
|
|
1417
1515
|
},
|
|
1418
1516
|
"title": "Registry Metadata",
|
|
@@ -1457,6 +1555,9 @@
|
|
|
1457
1555
|
}
|
|
1458
1556
|
},
|
|
1459
1557
|
"mcpConfiguration": {
|
|
1558
|
+
"addArgument": "Add argument…",
|
|
1559
|
+
"addKeyValue": "Add KEY=value…",
|
|
1560
|
+
"addScope": "Add scope…",
|
|
1460
1561
|
"autostart": "Autostart",
|
|
1461
1562
|
"browseAIRegistry": "Browse AI registry",
|
|
1462
1563
|
"browseAIRegistryTooltip": "Open the Extensions view to browse AI registry entries",
|
|
@@ -1464,8 +1565,9 @@
|
|
|
1464
1565
|
"addServer": "Add local MCP config..."
|
|
1465
1566
|
},
|
|
1466
1567
|
"copiedAllList": "Copied all tools to clipboard (list of all tools)",
|
|
1467
|
-
"copiedAllSingle": "Copied all tools to clipboard (single prompt fragment with
|
|
1468
|
-
"
|
|
1568
|
+
"copiedAllSingle": "Copied all tools to clipboard (single prompt fragment with all tools)",
|
|
1569
|
+
"copiedForPrompt": "Copied {0} to clipboard (for chat or prompt template)",
|
|
1570
|
+
"copiedForPromptTemplate": "Copied all tools to clipboard for prompt template (single prompt fragment with all tools)",
|
|
1469
1571
|
"copyAllList": "Copy all (list of all tools)",
|
|
1470
1572
|
"copyAllSingle": "Copy all for chat (single prompt fragment with all tools)",
|
|
1471
1573
|
"copyForPrompt": "Copy tool (for chat or prompt template)",
|
|
@@ -1475,8 +1577,6 @@
|
|
|
1475
1577
|
"deleteServerDialogMsg": "Are you sure you want to delete the server \"{0}\"?",
|
|
1476
1578
|
"deleteServerDialogTitle": "Delete MCP Server",
|
|
1477
1579
|
"deleteServerError": "Failed to delete MCP server: {0}",
|
|
1478
|
-
"editServer": "Edit Server",
|
|
1479
|
-
"editServerTitle": "Edit MCP Server",
|
|
1480
1580
|
"environmentVariables": "Environment Variables",
|
|
1481
1581
|
"form": {
|
|
1482
1582
|
"argsPlaceholder": "Space-separated, e.g., -y @modelcontextprotocol/server-brave-search",
|
|
@@ -1509,7 +1609,6 @@
|
|
|
1509
1609
|
"serverUrlPlaceholder": "e.g., https://mcp.example.com",
|
|
1510
1610
|
"serverUrlRequired": "Server URL is required for remote servers"
|
|
1511
1611
|
},
|
|
1512
|
-
"fromRegistryLink": "From registry",
|
|
1513
1612
|
"oauth": "OAuth",
|
|
1514
1613
|
"oauthAuthorizationServer": "Authorization Server",
|
|
1515
1614
|
"oauthClientId": "OAuth Client ID",
|
|
@@ -1517,11 +1616,15 @@
|
|
|
1517
1616
|
"oauthRedirectUrl": "Redirect URL",
|
|
1518
1617
|
"oauthResource": "OAuth Resource",
|
|
1519
1618
|
"oauthScopes": "OAuth Scopes",
|
|
1520
|
-
"
|
|
1619
|
+
"pluginData": "Plugin Data",
|
|
1620
|
+
"pluginRoot": "Plugin Root",
|
|
1521
1621
|
"saveServerError": "Failed to save MCP server configuration: {0}",
|
|
1522
1622
|
"serverAuthToken": "Auth Token",
|
|
1523
1623
|
"serverAuthTokenHeader": "Auth Header Name",
|
|
1624
|
+
"serverTypeLabel": "MCP server",
|
|
1524
1625
|
"serverUrl": "Server URL",
|
|
1626
|
+
"serversListTitle": "Servers",
|
|
1627
|
+
"showToolSettings": "Show tool",
|
|
1525
1628
|
"signInServerFailed": "Failed to sign in to MCP server \"{0}\".",
|
|
1526
1629
|
"signInServerNotCompleted": "Sign-in to MCP server \"{0}\" was not completed.",
|
|
1527
1630
|
"signInServerSucceeded": "Signed in to MCP server \"{0}\".",
|
|
@@ -1530,7 +1633,7 @@
|
|
|
1530
1633
|
"signOutServerFailed": "Failed to sign out from MCP server \"{0}\".",
|
|
1531
1634
|
"startServerFailed": "Failed to start MCP server \"{0}\".",
|
|
1532
1635
|
"stopServerFailed": "Failed to stop MCP server \"{0}\".",
|
|
1533
|
-
"
|
|
1636
|
+
"typeRemoteOAuth": "Remote (OAuth)"
|
|
1534
1637
|
},
|
|
1535
1638
|
"openai": {
|
|
1536
1639
|
"apiKey": {
|
|
@@ -1581,6 +1684,9 @@
|
|
|
1581
1684
|
"title": "Use the newer OpenAI Response API instead of the Chat Completion API. `false` by default for custom providers.Note: Will automatically fall back to Chat Completions API when tools are used."
|
|
1582
1685
|
}
|
|
1583
1686
|
},
|
|
1687
|
+
"customProvider": {
|
|
1688
|
+
"label": "{0} (Custom)"
|
|
1689
|
+
},
|
|
1584
1690
|
"models": {
|
|
1585
1691
|
"description": "Official OpenAI models to use"
|
|
1586
1692
|
},
|
|
@@ -1683,7 +1789,7 @@
|
|
|
1683
1789
|
},
|
|
1684
1790
|
"tokenUsage": {
|
|
1685
1791
|
"cachedInputTokens": "Input Tokens Written to Cache",
|
|
1686
|
-
"
|
|
1792
|
+
"description": "Review token consumption across providers and models.",
|
|
1687
1793
|
"failedToGetTokenUsageData": "Failed to fetch token usage data: {0}",
|
|
1688
1794
|
"inputTokens": "Input Tokens",
|
|
1689
1795
|
"label": "Token Usage",
|
|
@@ -1691,9 +1797,7 @@
|
|
|
1691
1797
|
"noData": "No token usage data available yet.",
|
|
1692
1798
|
"note": "Token usage is tracked since the start of the application and is not persisted.",
|
|
1693
1799
|
"outputTokens": "Output Tokens",
|
|
1694
|
-
"readCachedInputTokens": "Input Tokens Read From Cache"
|
|
1695
|
-
"readCachedInputTokensTooltip": "Tracked additionally to 'Input Token'. Usually much less expensive than not cached. Usually does not count to rate limits.",
|
|
1696
|
-
"totalTokensTooltip": "'Input Tokens' + 'Output Tokens'"
|
|
1800
|
+
"readCachedInputTokens": "Input Tokens Read From Cache"
|
|
1697
1801
|
},
|
|
1698
1802
|
"vercelai": {
|
|
1699
1803
|
"anthropicApiKey": {
|
|
@@ -1736,7 +1840,7 @@
|
|
|
1736
1840
|
},
|
|
1737
1841
|
"workspace": {
|
|
1738
1842
|
"allowedExternalPaths": {
|
|
1739
|
-
"description": "List of absolute paths or file URIs (directories or files) outside the workspace that AI tools may
|
|
1843
|
+
"description": "List of absolute paths or file URIs (directories or files) outside the workspace that AI tools may access. Supports `~` to refer to the user home directory. Empty by default; opt-in only. Honored by every tool that takes a path, including the tools that write files. Workspace-scoped values are ignored when the workspace is not trusted. Symbolic links inside allow-listed directories are followed and may point to files outside the allow-list; only add directories whose contents you trust.",
|
|
1740
1844
|
"title": "Allowed External Paths"
|
|
1741
1845
|
},
|
|
1742
1846
|
"coderAgent": {
|
|
@@ -1807,6 +1911,9 @@
|
|
|
1807
1911
|
"agentInputNeededMessageWithSession": "Agent \"{0}\" needs your input in \"{1}\".",
|
|
1808
1912
|
"agentInputNeededTitle": "Agent \"{0}\" Needs Your Input",
|
|
1809
1913
|
"aiDisabledInRestrictedMode": "AI features are not available in untrusted workspaces.",
|
|
1914
|
+
"openConfiguration": {
|
|
1915
|
+
"description": "AI settings have moved to the AI Configuration view. Open it to configure providers, models, agents, and more."
|
|
1916
|
+
},
|
|
1810
1917
|
"preferences": {
|
|
1811
1918
|
"linuxEnvHint": "On Linux, make sure the variable is defined in `~/.profile` (not just `~/.bashrc`) if you launch the application from a desktop shortcut. See the [documentation](https://theia-ide.org/docs/user_ai/#setting-api-keys) for details.",
|
|
1812
1919
|
"title": "AI Features"
|
|
@@ -1890,11 +1997,129 @@
|
|
|
1890
1997
|
},
|
|
1891
1998
|
"ai-registry": {
|
|
1892
1999
|
"action": {
|
|
2000
|
+
"copyId": "Copy ID",
|
|
1893
2001
|
"fix": "Fix config",
|
|
1894
2002
|
"link": "Link to registry",
|
|
1895
2003
|
"unlink": "Unlink",
|
|
1896
2004
|
"updateTooltip": "Update from {0} to {1}"
|
|
1897
2005
|
},
|
|
2006
|
+
"autoUpdate": {
|
|
2007
|
+
"ask": "Notify when an update is available for an installed skill, MCP server or Agent Plugin.",
|
|
2008
|
+
"changeLater": "You can change this later in {0}.",
|
|
2009
|
+
"configureDefault": "Configure the default in {0}.",
|
|
2010
|
+
"defaultPrompt": "Update skills, MCP servers and Agent Plugins from the AI registry automatically from now on?",
|
|
2011
|
+
"description": "Default update behavior for skills, MCP servers and Agent Plugins installed from the AI registry. Updates are checked once per window load. Individual artifacts can override this from the gear menu in the Extensions view.",
|
|
2012
|
+
"enableDefault": "Enable Auto Update",
|
|
2013
|
+
"keepAsking": "Keep Asking",
|
|
2014
|
+
"mcpAvailable": "MCP server \"{0}\" has an update available.",
|
|
2015
|
+
"off": "Never update installed skills, MCP servers and Agent Plugins, and never notify about available updates.",
|
|
2016
|
+
"on": "Update installed skills, MCP servers and Agent Plugins automatically.",
|
|
2017
|
+
"pluginAvailable": "Agent Plugin \"{0}\" has an update available.",
|
|
2018
|
+
"skillAvailable": "Skill \"{0}\" has an update available.",
|
|
2019
|
+
"summary": "{0} AI registry updates are available.",
|
|
2020
|
+
"updateAll": "Update All",
|
|
2021
|
+
"updateFailed": "Could not auto-update {0} AI registry items.",
|
|
2022
|
+
"updatedMany": "Updated {0} AI registry items."
|
|
2023
|
+
},
|
|
2024
|
+
"autoUpdateOverrides": {
|
|
2025
|
+
"mdDescription": "Per-artifact overrides of `#ai-features.registry.autoUpdate#`, keyed by `skill:<skillId>`, `mcp:<serverId>` or `plugin:<pluginId>`. Entries are normally maintained through the gear menu in the Extensions view; an artifact without an entry follows the default."
|
|
2026
|
+
},
|
|
2027
|
+
"mcp": {
|
|
2028
|
+
"updated": "Updated MCP server \"{0}\"."
|
|
2029
|
+
},
|
|
2030
|
+
"plugin": {
|
|
2031
|
+
"action": {
|
|
2032
|
+
"fix": "Fix Plugin",
|
|
2033
|
+
"link": "Link to registry",
|
|
2034
|
+
"unlink": "Unlink"
|
|
2035
|
+
},
|
|
2036
|
+
"diagnostics": {
|
|
2037
|
+
"manySkipped": "{0} components skipped",
|
|
2038
|
+
"mcpDisabled": "MCP configuration ignored",
|
|
2039
|
+
"mcpDisabledAndSkipped": "MCP configuration ignored, {0}",
|
|
2040
|
+
"oneSkipped": "Component \"{0}\" skipped: {1}"
|
|
2041
|
+
},
|
|
2042
|
+
"dialog": {
|
|
2043
|
+
"contains": "Contains",
|
|
2044
|
+
"endorsedBy": "Endorsed by",
|
|
2045
|
+
"from": "From",
|
|
2046
|
+
"install": {
|
|
2047
|
+
"title": "Install Agent Plugin \"{0}\""
|
|
2048
|
+
},
|
|
2049
|
+
"mcpWarning": "This plugin's MCP servers can run arbitrary commands on your machine. The endorsement covers the plugin as a whole - no contained server is endorsed on its own. The servers start automatically after the install.",
|
|
2050
|
+
"mismatch": {
|
|
2051
|
+
"actual": "received",
|
|
2052
|
+
"endorsed": "The files downloaded for \"{0}\" do not match what {1} endorsed on {2}.",
|
|
2053
|
+
"expected": "endorsed",
|
|
2054
|
+
"explanation": "This is expected for up to a day after the plugin's authors commit, because the registry re-reads sources daily and pins no commit, and a repository that excludes files from its archives produces it permanently. It is also what a compromised source looks like.",
|
|
2055
|
+
"installAnyway": "Install anyway",
|
|
2056
|
+
"title": "Source has changed",
|
|
2057
|
+
"unendorsed": "The files downloaded for \"{0}\" do not match the content hash the registry publishes."
|
|
2058
|
+
},
|
|
2059
|
+
"noEndorsements": "No endorsing organization",
|
|
2060
|
+
"viaTrust": "via {0}"
|
|
2061
|
+
},
|
|
2062
|
+
"fixed": "Restored Agent Plugin \"{0}\".",
|
|
2063
|
+
"installUri": {
|
|
2064
|
+
"fetchFailed": "Could not load the AI registry to install Agent Plugin \"{0}\".",
|
|
2065
|
+
"missingId": "Install link is missing the required \"id\" parameter.",
|
|
2066
|
+
"success": "Installed Agent Plugin \"{0}\" from the AI registry.",
|
|
2067
|
+
"unknownId": "Agent Plugin \"{0}\" is not listed in your AI registry."
|
|
2068
|
+
},
|
|
2069
|
+
"installed": "Installed Agent Plugin \"{0}\".",
|
|
2070
|
+
"invalidDirectoryName": "Invalid plugin directory name \"{0}\": it must be a single path segment without separators.",
|
|
2071
|
+
"linked": "Linked Agent Plugin \"{0}\".",
|
|
2072
|
+
"manifestFieldNotString": "The \"plugin.json\" field \"{0}\" must be a string.",
|
|
2073
|
+
"manifestInvalidAuthor": "The \"plugin.json\" field \"author\" must be an object with the optional string fields \"name\", \"email\" and \"url\".",
|
|
2074
|
+
"manifestInvalidKeywords": "The \"plugin.json\" field \"keywords\" must be an array of strings.",
|
|
2075
|
+
"manifestInvalidName": "The plugin name \"{0}\" is invalid: it must be 1 to 64 lowercase alphanumeric characters, hyphens or periods, must start and end with an alphanumeric character and must not contain \"--\" or \"..\".",
|
|
2076
|
+
"manifestNotJson": "\"plugin.json\" is not valid JSON.",
|
|
2077
|
+
"manifestNotObject": "\"plugin.json\" must contain a top-level JSON object.",
|
|
2078
|
+
"manifestRequiredField": "The \"plugin.json\" field \"{0}\" is required and must be a non-empty string.",
|
|
2079
|
+
"manifestUnsupportedVersion": "\"plugin.json\" targets the unsupported Agent Plugins schema \"{0}\".",
|
|
2080
|
+
"mcpInvalidDocument": "\"mcp.json\" must contain a top-level JSON object with exactly the required \"$schema\" and \"mcpServers\" fields.",
|
|
2081
|
+
"mcpNotJson": "\"mcp.json\" is not valid JSON.",
|
|
2082
|
+
"mcpUnsupportedVersion": "\"mcp.json\" targets the unsupported Agent Plugins schema \"{0}\".",
|
|
2083
|
+
"mcpVersionMismatch": "\"mcp.json\" targets Agent Plugins version \"{0}\" but \"plugin.json\" targets \"{1}\".",
|
|
2084
|
+
"nonObjectExtensions": "Ignoring the \"extensions\" field of \"plugin.json\" because it is not an object.",
|
|
2085
|
+
"progress": {
|
|
2086
|
+
"text": "Agent Plugin \"{0}\": {1}"
|
|
2087
|
+
},
|
|
2088
|
+
"registrationFailed": "Agent Plugin \"{0}\" was installed, but its MCP servers could not be registered: {1}. Uninstall and install it again to retry.",
|
|
2089
|
+
"serverDuplicateHeader": "The header name \"{0}\" is declared more than once.",
|
|
2090
|
+
"serverEmptyField": "The server configuration field \"{0}\" must not be empty.",
|
|
2091
|
+
"serverFieldNotString": "The server configuration field \"{0}\" must be a string.",
|
|
2092
|
+
"serverInvalid": "The server configuration is invalid.",
|
|
2093
|
+
"serverInvalidArgs": "The \"args\" field must be an array of strings.",
|
|
2094
|
+
"serverInvalidCommand": "The \"command\" value \"{0}\" must be a bare executable name or a plugin-relative path beginning with \"./\".",
|
|
2095
|
+
"serverInvalidCwd": "The \"cwd\" value \"{0}\" must begin with \"./\", \"${PLUGIN_ROOT}\" or \"${PLUGIN_DATA}\".",
|
|
2096
|
+
"serverInvalidEnv": "The \"env\" field must be an object of strings.",
|
|
2097
|
+
"serverInvalidHeader": "The header \"{0}\" is not a valid HTTP header field.",
|
|
2098
|
+
"serverInvalidHeaders": "The \"headers\" field must be an object of strings.",
|
|
2099
|
+
"serverInvalidUrl": "The \"url\" value \"{0}\" must be an absolute http or https URL without user information and without a fragment, and a non-loopback URL must use https.",
|
|
2100
|
+
"serverMissingField": "The server configuration is missing the required \"{0}\" field.",
|
|
2101
|
+
"serverNotObject": "The server configuration is not a JSON object.",
|
|
2102
|
+
"serverPathEscapes": "The \"{0}\" value \"{1}\" resolves outside \"{2}\".",
|
|
2103
|
+
"serverReservedEnv": "The \"env\" entry \"{0}\" is reserved and must not be declared by a plugin.",
|
|
2104
|
+
"serverUnknownField": "The server configuration declares the field \"{0}\", which is not permitted for its transport type.",
|
|
2105
|
+
"serverUnknownType": "The server configuration declares the unknown transport type \"{0}\".",
|
|
2106
|
+
"serverUnsupportedTransport": "The MCP transport \"{0}\" is not supported.",
|
|
2107
|
+
"stat": {
|
|
2108
|
+
"oneServer": "1 MCP server",
|
|
2109
|
+
"servers": "{0} MCP servers"
|
|
2110
|
+
},
|
|
2111
|
+
"uninstalled": "Uninstalled Agent Plugin \"{0}\".",
|
|
2112
|
+
"unknownManifestField": "Ignoring the unknown \"plugin.json\" field \"{0}\".",
|
|
2113
|
+
"unlinked": "Unlinked Agent Plugin \"{0}\".",
|
|
2114
|
+
"updated": "Updated Agent Plugin \"{0}\".",
|
|
2115
|
+
"warning": {
|
|
2116
|
+
"fix": "This plugin's files differ from what was installed. Click 'Fix Plugin' to download the endorsed content again.",
|
|
2117
|
+
"linkStale": "This plugin was installed from the registry, but the registry no longer lists it. Click Unlink to drop the registry link and keep the files, or Uninstall to remove the plugin.",
|
|
2118
|
+
"manual": "This directory was not installed from the registry. Linking records where it came from without changing its files.",
|
|
2119
|
+
"notInRegistry": "Not in registry"
|
|
2120
|
+
},
|
|
2121
|
+
"watcherStopped": "Stopped watching the Agent Plugins folder for changes. Installed plugins may no longer refresh automatically. Reload the window to resume."
|
|
2122
|
+
},
|
|
1898
2123
|
"skill": {
|
|
1899
2124
|
"action": {
|
|
1900
2125
|
"fix": "Fix Skill",
|
|
@@ -2184,7 +2409,6 @@
|
|
|
2184
2409
|
"missingConfiguration": "Dynamic configuration '{0}:{1}' is missing or not applicable",
|
|
2185
2410
|
"pause": "pause",
|
|
2186
2411
|
"pauseAll": "Pause All",
|
|
2187
|
-
"reveal": "Reveal",
|
|
2188
2412
|
"step": "step",
|
|
2189
2413
|
"taskTerminatedBySignal": "Task '{0}' terminated by signal {1}.",
|
|
2190
2414
|
"taskTerminatedForUnknownReason": "Task '{0}' terminated for unknown reason.",
|
|
@@ -2295,12 +2519,17 @@
|
|
|
2295
2519
|
"openAIChatView": "Open the AI Chat View now to learn how to start!"
|
|
2296
2520
|
},
|
|
2297
2521
|
"apiComparator": "{0} API Compatibility",
|
|
2522
|
+
"markStepUndone": "Mark Undone",
|
|
2298
2523
|
"newExtension": "Building a New Extension",
|
|
2299
2524
|
"newPlugin": "Building a New Plugin",
|
|
2525
|
+
"noWalkthroughs": "No walkthroughs are available.",
|
|
2526
|
+
"openAiConfiguration": "Open AI Configuration",
|
|
2527
|
+
"resetWalkthroughProgress": "Reset Walkthrough Progress",
|
|
2300
2528
|
"startup-editor": {
|
|
2301
2529
|
"welcomePage": "Open the Welcome page, with content to aid in getting started with {0} and extensions."
|
|
2302
2530
|
},
|
|
2303
|
-
"telemetry": "Data Usage & Telemetry"
|
|
2531
|
+
"telemetry": "Data Usage & Telemetry",
|
|
2532
|
+
"walkthroughLinkFailed": "Could not open '{0}': {1}"
|
|
2304
2533
|
},
|
|
2305
2534
|
"keybinding-schema-updater": {
|
|
2306
2535
|
"deprecation": "Use `when` clause instead."
|
|
@@ -2570,6 +2799,7 @@
|
|
|
2570
2799
|
"amendHeadCommit": "HEAD Commit",
|
|
2571
2800
|
"amendLastCommit": "Amend last commit",
|
|
2572
2801
|
"changeRepository": "Change Repository...",
|
|
2802
|
+
"copyCommitHash": "Copy Commit Hash",
|
|
2573
2803
|
"dirtyDiff": {
|
|
2574
2804
|
"close": "Close Change Peek View"
|
|
2575
2805
|
},
|
|
@@ -2580,7 +2810,13 @@
|
|
|
2580
2810
|
"noChanges": "No changed files.",
|
|
2581
2811
|
"noHistory": "No source control history available.",
|
|
2582
2812
|
"noHistoryForError": "There is no history available for {0}",
|
|
2813
|
+
"openCommit": "Open Commit",
|
|
2814
|
+
"pickHistoryItemRefs": "Pick History Item Reference...",
|
|
2815
|
+
"pickHistoryItemRefsPlaceholder": "Select one or more history item references",
|
|
2583
2816
|
"prepositionIn": "in",
|
|
2817
|
+
"refPickerBranches": "branches",
|
|
2818
|
+
"refPickerRemoteBranches": "remote branches",
|
|
2819
|
+
"refPickerTags": "tags",
|
|
2584
2820
|
"unamend": "Unamend",
|
|
2585
2821
|
"unamendCommit": "Unamend commit"
|
|
2586
2822
|
},
|