@theia/core 1.74.0-next.9 → 1.74.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 +10 -10
- package/i18n/nls.cs.json +143 -16
- package/i18n/nls.de.json +143 -16
- package/i18n/nls.es.json +143 -16
- package/i18n/nls.fr.json +143 -16
- package/i18n/nls.hu.json +143 -16
- package/i18n/nls.it.json +143 -16
- package/i18n/nls.ja.json +143 -16
- package/i18n/nls.json +143 -16
- package/i18n/nls.ko.json +143 -16
- package/i18n/nls.pl.json +143 -16
- package/i18n/nls.pt-br.json +143 -16
- package/i18n/nls.ru.json +143 -16
- package/i18n/nls.tr.json +143 -16
- package/i18n/nls.zh-cn.json +143 -16
- package/i18n/nls.zh-tw.json +143 -16
- package/lib/browser/browser-clipboard-service.d.ts +3 -0
- package/lib/browser/browser-clipboard-service.d.ts.map +1 -1
- package/lib/browser/browser-clipboard-service.js +8 -1
- package/lib/browser/browser-clipboard-service.js.map +1 -1
- package/lib/browser/catalog.json +419 -41
- package/lib/browser/clipboard-service.d.ts +11 -0
- package/lib/browser/clipboard-service.d.ts.map +1 -1
- package/lib/browser/clipboard-service.js.map +1 -1
- package/lib/browser/common-frontend-contribution.d.ts.map +1 -1
- package/lib/browser/common-frontend-contribution.js +7 -7
- package/lib/browser/common-frontend-contribution.js.map +1 -1
- package/lib/browser/frontend-application-module.d.ts.map +1 -1
- package/lib/browser/frontend-application-module.js +9 -0
- package/lib/browser/frontend-application-module.js.map +1 -1
- package/lib/browser/frontend-application.d.ts.map +1 -1
- package/lib/browser/frontend-application.js +12 -2
- package/lib/browser/frontend-application.js.map +1 -1
- package/lib/browser/index.d.ts +1 -0
- package/lib/browser/index.d.ts.map +1 -1
- package/lib/browser/index.js +1 -0
- package/lib/browser/index.js.map +1 -1
- package/lib/browser/keybinding.d.ts.map +1 -1
- package/lib/browser/keybinding.js +12 -7
- package/lib/browser/keybinding.js.map +1 -1
- package/lib/browser/perspective-service.d.ts +173 -0
- package/lib/browser/perspective-service.d.ts.map +1 -0
- package/lib/browser/perspective-service.js +484 -0
- package/lib/browser/perspective-service.js.map +1 -0
- package/lib/browser/perspective-service.spec.d.ts +2 -0
- package/lib/browser/perspective-service.spec.d.ts.map +1 -0
- package/lib/browser/perspective-service.spec.js +1806 -0
- package/lib/browser/perspective-service.spec.js.map +1 -0
- package/lib/browser/preferences/preference-contribution.d.ts.map +1 -1
- package/lib/browser/preferences/preference-contribution.js +9 -1
- package/lib/browser/preferences/preference-contribution.js.map +1 -1
- package/lib/browser/preferences/preference-service.spec.js +63 -0
- package/lib/browser/preferences/preference-service.spec.js.map +1 -1
- package/lib/browser/shell/application-shell.d.ts +7 -0
- package/lib/browser/shell/application-shell.d.ts.map +1 -1
- package/lib/browser/shell/application-shell.js +38 -28
- package/lib/browser/shell/application-shell.js.map +1 -1
- package/lib/browser/shell/shell-layout-restorer.d.ts +9 -0
- package/lib/browser/shell/shell-layout-restorer.d.ts.map +1 -1
- package/lib/browser/shell/shell-layout-restorer.js +124 -14
- package/lib/browser/shell/shell-layout-restorer.js.map +1 -1
- package/lib/browser/shell/shell-layout-restorer.spec.d.ts +2 -0
- package/lib/browser/shell/shell-layout-restorer.spec.d.ts.map +1 -0
- package/lib/browser/shell/shell-layout-restorer.spec.js +539 -0
- package/lib/browser/shell/shell-layout-restorer.spec.js.map +1 -0
- package/lib/browser/shell/view-contribution.d.ts +2 -0
- package/lib/browser/shell/view-contribution.d.ts.map +1 -1
- package/lib/browser/shell/view-contribution.js +5 -1
- package/lib/browser/shell/view-contribution.js.map +1 -1
- package/lib/browser/status-bar/status-bar.d.ts +2 -0
- package/lib/browser/status-bar/status-bar.d.ts.map +1 -1
- package/lib/browser/status-bar/status-bar.js +11 -3
- package/lib/browser/status-bar/status-bar.js.map +1 -1
- package/lib/browser/tree/tree-widget.d.ts +7 -33
- package/lib/browser/tree/tree-widget.d.ts.map +1 -1
- package/lib/browser/tree/tree-widget.js +7 -54
- package/lib/browser/tree/tree-widget.js.map +1 -1
- package/lib/browser/widgets/index.d.ts +1 -0
- package/lib/browser/widgets/index.d.ts.map +1 -1
- package/lib/browser/widgets/index.js +1 -0
- package/lib/browser/widgets/index.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 +42 -12
- package/lib/browser/widgets/select-component.js.map +1 -1
- package/lib/browser/widgets/tab-bar-tracker.d.ts +23 -0
- package/lib/browser/widgets/tab-bar-tracker.d.ts.map +1 -0
- package/lib/browser/widgets/tab-bar-tracker.js +65 -0
- package/lib/browser/widgets/tab-bar-tracker.js.map +1 -0
- package/lib/browser/widgets/tab-bar-tracker.spec.d.ts +2 -0
- package/lib/browser/widgets/tab-bar-tracker.spec.d.ts.map +1 -0
- package/lib/browser/widgets/tab-bar-tracker.spec.js +109 -0
- package/lib/browser/widgets/tab-bar-tracker.spec.js.map +1 -0
- package/lib/browser-only/messaging/frontend-only-service-connection-provider.d.ts +13 -2
- package/lib/browser-only/messaging/frontend-only-service-connection-provider.d.ts.map +1 -1
- package/lib/browser-only/messaging/frontend-only-service-connection-provider.js +31 -3
- package/lib/browser-only/messaging/frontend-only-service-connection-provider.js.map +1 -1
- package/lib/common/preferences/index.d.ts +1 -0
- package/lib/common/preferences/index.d.ts.map +1 -1
- package/lib/common/preferences/index.js +1 -0
- package/lib/common/preferences/index.js.map +1 -1
- package/lib/common/preferences/preference-provider.d.ts +15 -0
- package/lib/common/preferences/preference-provider.d.ts.map +1 -1
- package/lib/common/preferences/preference-provider.js +21 -1
- package/lib/common/preferences/preference-provider.js.map +1 -1
- package/lib/common/preferences/preference-provider.spec.js +17 -0
- package/lib/common/preferences/preference-provider.spec.js.map +1 -1
- package/lib/common/preferences/preference-scope.d.ts +6 -1
- package/lib/common/preferences/preference-scope.d.ts.map +1 -1
- package/lib/common/preferences/preference-scope.js +5 -0
- package/lib/common/preferences/preference-scope.js.map +1 -1
- package/lib/common/preferences/preference-scope.spec.js +5 -3
- package/lib/common/preferences/preference-scope.spec.js.map +1 -1
- package/lib/common/preferences/preference-service.d.ts +19 -0
- package/lib/common/preferences/preference-service.d.ts.map +1 -1
- package/lib/common/preferences/preference-service.js +34 -5
- package/lib/common/preferences/preference-service.js.map +1 -1
- package/lib/common/preferences/session-preference-provider.d.ts +17 -0
- package/lib/common/preferences/session-preference-provider.d.ts.map +1 -0
- package/lib/common/preferences/session-preference-provider.js +77 -0
- package/lib/common/preferences/session-preference-provider.js.map +1 -0
- package/lib/common/preferences/session-preference-provider.spec.d.ts +2 -0
- package/lib/common/preferences/session-preference-provider.spec.d.ts.map +1 -0
- package/lib/common/preferences/session-preference-provider.spec.js +71 -0
- package/lib/common/preferences/session-preference-provider.spec.js.map +1 -0
- package/lib/electron-browser/electron-clipboard-service.d.ts +3 -0
- package/lib/electron-browser/electron-clipboard-service.d.ts.map +1 -1
- package/lib/electron-browser/electron-clipboard-service.js +6 -0
- package/lib/electron-browser/electron-clipboard-service.js.map +1 -1
- package/lib/electron-browser/preload.d.ts.map +1 -1
- package/lib/electron-browser/preload.js +2 -1
- package/lib/electron-browser/preload.js.map +1 -1
- package/lib/electron-common/electron-api.d.ts +2 -0
- package/lib/electron-common/electron-api.d.ts.map +1 -1
- package/lib/electron-common/electron-api.js +2 -1
- package/lib/electron-common/electron-api.js.map +1 -1
- package/lib/electron-main/electron-api-main.d.ts.map +1 -1
- package/lib/electron-main/electron-api-main.js +43 -0
- package/lib/electron-main/electron-api-main.js.map +1 -1
- package/lib/electron-main/electron-main-application.d.ts.map +1 -1
- package/lib/electron-main/electron-main-application.js +3 -0
- package/lib/electron-main/electron-main-application.js.map +1 -1
- package/lib/electron-node/hosting/electron-backend-hosting-module.d.ts.map +1 -1
- package/lib/electron-node/hosting/electron-backend-hosting-module.js +7 -0
- package/lib/electron-node/hosting/electron-backend-hosting-module.js.map +1 -1
- package/lib/electron-node/hosting/electron-backend-hosting-module.spec.d.ts +2 -0
- package/lib/electron-node/hosting/electron-backend-hosting-module.spec.d.ts.map +1 -0
- package/lib/electron-node/hosting/electron-backend-hosting-module.spec.js +39 -0
- package/lib/electron-node/hosting/electron-backend-hosting-module.spec.js.map +1 -0
- package/lib/node/hosting/backend-hosting-module.d.ts.map +1 -1
- package/lib/node/hosting/backend-hosting-module.js +4 -1
- package/lib/node/hosting/backend-hosting-module.js.map +1 -1
- package/lib/node/hosting/browser-connection-token.d.ts +29 -1
- package/lib/node/hosting/browser-connection-token.d.ts.map +1 -1
- package/lib/node/hosting/browser-connection-token.js +25 -1
- package/lib/node/hosting/browser-connection-token.js.map +1 -1
- package/lib/node/hosting/browser-connection-token.spec.js +70 -0
- package/lib/node/hosting/browser-connection-token.spec.js.map +1 -1
- package/lib/node/index.d.ts +1 -0
- package/lib/node/index.d.ts.map +1 -1
- package/lib/node/index.js +3 -1
- package/lib/node/index.js.map +1 -1
- package/package.json +11 -11
- package/src/browser/browser-clipboard-service.ts +7 -1
- package/src/browser/clipboard-service.ts +11 -0
- package/src/browser/common-frontend-contribution.ts +7 -7
- package/src/browser/frontend-application-module.ts +11 -1
- package/src/browser/frontend-application.ts +12 -4
- package/src/browser/index.ts +1 -0
- package/src/browser/keybinding.ts +12 -7
- package/src/browser/perspective-service.spec.ts +2270 -0
- package/src/browser/perspective-service.ts +625 -0
- package/src/browser/preferences/preference-contribution.ts +9 -1
- package/src/browser/preferences/preference-service.spec.ts +72 -0
- package/src/browser/shell/application-shell.ts +41 -26
- package/src/browser/shell/shell-layout-restorer.spec.ts +746 -0
- package/src/browser/shell/shell-layout-restorer.ts +134 -13
- package/src/browser/shell/view-contribution.ts +6 -1
- package/src/browser/status-bar/status-bar.tsx +13 -3
- package/src/browser/style/select-component.css +16 -0
- package/src/browser/style/sidepanel.css +5 -0
- package/src/browser/style/status-bar.css +1 -1
- package/src/browser/tree/tree-widget.tsx +12 -78
- package/src/browser/widgets/index.ts +1 -0
- package/src/browser/widgets/select-component.tsx +41 -12
- package/src/browser/widgets/tab-bar-tracker.spec.ts +121 -0
- package/src/browser/widgets/tab-bar-tracker.ts +68 -0
- package/src/browser-only/messaging/frontend-only-service-connection-provider.ts +32 -3
- package/src/common/i18n/nls.metadata.json +4149 -888
- package/src/common/preferences/index.ts +1 -0
- package/src/common/preferences/preference-provider.spec.ts +17 -0
- package/src/common/preferences/preference-provider.ts +22 -1
- package/src/common/preferences/preference-scope.spec.ts +5 -3
- package/src/common/preferences/preference-scope.ts +6 -1
- package/src/common/preferences/preference-service.ts +39 -5
- package/src/common/preferences/session-preference-provider.spec.ts +78 -0
- package/src/common/preferences/session-preference-provider.ts +69 -0
- package/src/electron-browser/electron-clipboard-service.ts +5 -0
- package/src/electron-browser/menu/electron-menu-style.css +3 -1
- package/src/electron-browser/preload.ts +5 -2
- package/src/electron-common/electron-api.ts +4 -0
- package/src/electron-main/electron-api-main.ts +56 -3
- package/src/electron-main/electron-main-application.ts +3 -0
- package/src/electron-node/hosting/electron-backend-hosting-module.spec.ts +42 -0
- package/src/electron-node/hosting/electron-backend-hosting-module.ts +8 -0
- package/src/node/hosting/backend-hosting-module.ts +5 -2
- package/src/node/hosting/browser-connection-token.spec.ts +92 -0
- package/src/node/hosting/browser-connection-token.ts +45 -1
- package/src/node/index.ts +1 -0
package/i18n/nls.json
CHANGED
|
@@ -75,6 +75,15 @@
|
|
|
75
75
|
"apiKey": {
|
|
76
76
|
"description": "Enter an API Key of your official Anthropic Account. **Please note:** By using this preference the Anthropic API key will be stored in clear text on the machine running Theia. Use the environment variable `ANTHROPIC_API_KEY` to set the key securely."
|
|
77
77
|
},
|
|
78
|
+
"compaction": {
|
|
79
|
+
"default": "Follow the global chat server-side compaction setting.",
|
|
80
|
+
"description": "Override provider-native server-side compaction for Anthropic models. \"default\" follows the global chat setting ({0}). When effectively enabled, the Anthropic Beta Messages API is used so the provider can summarize older turns once the conversation grows past its threshold.",
|
|
81
|
+
"disabled": "Never request server-side compaction for Anthropic models.",
|
|
82
|
+
"enabled": "Always request server-side compaction for Anthropic models."
|
|
83
|
+
},
|
|
84
|
+
"compactionTokenThreshold": {
|
|
85
|
+
"description": "Override the global input-token threshold for server-side compaction for Anthropic models. When unset, the global setting or provider default applies. If set, the value must be at least 50,000 tokens."
|
|
86
|
+
},
|
|
78
87
|
"customEndpoints": {
|
|
79
88
|
"apiKey": {
|
|
80
89
|
"title": "Either the key to access the API served at the given url or `true` to use the global Anthropic API key"
|
|
@@ -142,7 +151,12 @@
|
|
|
142
151
|
"couldNotFindMatchingLM": "Couldn't find a matching language model. Please check your setup!",
|
|
143
152
|
"couldNotFindReadyLMforAgent": "Couldn't find a ready language model for agent {0}. Please check your setup!",
|
|
144
153
|
"customAgents": {
|
|
145
|
-
"
|
|
154
|
+
"migratePrompt": {
|
|
155
|
+
"message": "Your custom agents still use the older `customAgents.yml` format. We recommend migrating them to the new per-agent format (`agents/<id>/agent.md`), which {0} uses going forward. Each agent gets its own file next to your `customAgents.yml`, and the original is kept as a `customAgents.yml.bak` backup."
|
|
156
|
+
},
|
|
157
|
+
"migrationResult": {
|
|
158
|
+
"empty": "Custom-agent migration: nothing to migrate."
|
|
159
|
+
},
|
|
146
160
|
"rerunMigration": "Re-run custom-agent migration"
|
|
147
161
|
},
|
|
148
162
|
"defaultAgent": {
|
|
@@ -230,8 +244,10 @@
|
|
|
230
244
|
},
|
|
231
245
|
"chat-ui": {
|
|
232
246
|
"addContextVariable": "Add context variable",
|
|
247
|
+
"agentDefaultModel": "agent default",
|
|
233
248
|
"agentDelegationDescription": "Other AI agents that can be delegated to",
|
|
234
249
|
"aiDisabled": "AI features are disabled",
|
|
250
|
+
"allowedResourceUrls": "External resources (images, stylesheets, media, etc.) referenced in AI chat responses are blocked by default and replaced with a placeholder until explicitly allowed. Resources whose URL starts with one of the configured prefixes are rendered directly without being blocked. Include the full origin with a trailing slash (e.g. \"https://example.com/\") to avoid unintended matches. Only add sources you fully trust.",
|
|
235
251
|
"applyAll": "Apply All",
|
|
236
252
|
"applyAllTitle": "Apply all pending changes",
|
|
237
253
|
"askQuestion": "Ask a question",
|
|
@@ -265,8 +281,12 @@
|
|
|
265
281
|
"command-part-renderer": {
|
|
266
282
|
"commandNotExecutable": "The command has the id \"{0}\" but it is not executable from the Chat window."
|
|
267
283
|
},
|
|
284
|
+
"compaction-part-renderer": {
|
|
285
|
+
"compactionMarker": "Conversation compacted"
|
|
286
|
+
},
|
|
268
287
|
"copyCodeBlock": "Copy Code Block",
|
|
269
288
|
"couldNotSendRequestToSession": "Was not able to send request \"{0}\" to session {1}",
|
|
289
|
+
"delegatedSession": "Delegated",
|
|
270
290
|
"delegation-response-renderer": {
|
|
271
291
|
"interactionNeeded": "User interaction needed",
|
|
272
292
|
"prompt": {
|
|
@@ -279,13 +299,11 @@
|
|
|
279
299
|
"starting": "Starting delegation...",
|
|
280
300
|
"status": {
|
|
281
301
|
"canceled": "canceled",
|
|
282
|
-
"error": "error",
|
|
283
302
|
"generating": "generating...",
|
|
284
303
|
"starting": "starting..."
|
|
285
304
|
}
|
|
286
305
|
},
|
|
287
306
|
"deleteChangeSet": "Delete Change Set",
|
|
288
|
-
"deleteChat": "Delete Chat",
|
|
289
307
|
"editRequest": "Edit",
|
|
290
308
|
"edited": "edited",
|
|
291
309
|
"editedTooltipHint": "This prompt variant has been edited. You can reset it in the AI Configuration view.",
|
|
@@ -312,6 +330,8 @@
|
|
|
312
330
|
"title": "Mermaid Diagram",
|
|
313
331
|
"wheelZoomHint": "{0} + Scroll"
|
|
314
332
|
},
|
|
333
|
+
"modelBadgeTooltip": "Language model used for this response: {0}",
|
|
334
|
+
"modelUnavailable": "unavailable",
|
|
315
335
|
"noChatAgentsAvailable": "No chat agents available.",
|
|
316
336
|
"noMatchingCapabilities": "No matching capabilities",
|
|
317
337
|
"openDiff": "Open Diff",
|
|
@@ -344,6 +364,9 @@
|
|
|
344
364
|
"serverTools": "Server Tools",
|
|
345
365
|
"serverToolsDescription": "Server tools are executed server-side by the LLM on the vendor's infrastructure.",
|
|
346
366
|
"serverToolsWarning": "These tools are auto-approved when selected. They may be executed by the model at any time.",
|
|
367
|
+
"sessionModel": "Model for this chat",
|
|
368
|
+
"sessionModelDefault": "Model for this chat ({0})",
|
|
369
|
+
"sessionModelUnavailable": "Model for this chat is unavailable ({0}); requests use the agent default",
|
|
347
370
|
"sessionNotFoundForRetry": "Session not found for retry",
|
|
348
371
|
"skillsDescription": "Reusable skill instructions that can be added to the conversation",
|
|
349
372
|
"switchAgentMode": "Switch Agent Mode",
|
|
@@ -356,6 +379,8 @@
|
|
|
356
379
|
"tokenUsageOverflow": "Token usage well past the warning threshold. Consider compacting or starting a new session.",
|
|
357
380
|
"tokenUsageTooltipCacheCreate": "Cache creation: {0}",
|
|
358
381
|
"tokenUsageTooltipCacheRead": "Cache read: {0}",
|
|
382
|
+
"tokenUsageTooltipCompactions": "Compacted {0}x",
|
|
383
|
+
"tokenUsageTooltipCumulative": "Cumulative: {0}",
|
|
359
384
|
"tokenUsageTooltipTotal": "Total: {0} / {1} ({2}%)",
|
|
360
385
|
"tokenUsageWarning": "Token usage warning threshold reached.",
|
|
361
386
|
"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.",
|
|
@@ -486,7 +511,6 @@
|
|
|
486
511
|
"openFileTooltip": "Click to open file in editor",
|
|
487
512
|
"optionsCount": "{0} options",
|
|
488
513
|
"partial": "Partial",
|
|
489
|
-
"pattern": "Pattern",
|
|
490
514
|
"plan": "Plan mode",
|
|
491
515
|
"project": "project",
|
|
492
516
|
"projectRoot": "project root",
|
|
@@ -860,6 +884,12 @@
|
|
|
860
884
|
},
|
|
861
885
|
"title": "Custom Request Settings"
|
|
862
886
|
},
|
|
887
|
+
"serverSideCompaction": {
|
|
888
|
+
"description": "Enable provider-native server-side compaction by default for chat requests. When on, models that support it may automatically summarize older turns once the conversation grows past their own threshold, letting long sessions continue past the context limit. Each provider offers its own override, and individual chat sessions can override this in their session settings. Models without support ignore it."
|
|
889
|
+
},
|
|
890
|
+
"serverSideCompactionTokenThreshold": {
|
|
891
|
+
"description": "Default input-token threshold at which provider-native server-side compaction should run. Providers and individual chat sessions can override this value. When unset, the provider chooses its default threshold. If set, the value must be at least 50,000 tokens."
|
|
892
|
+
},
|
|
863
893
|
"skillDirectories": {
|
|
864
894
|
"description": "Additional directories containing skill definitions (SKILL.md files). Skills provide reusable instructions that can be referenced by AI agents. The .prompts/skills and .agents/skills directories in your workspace, the .agents/skills directory in your home directory, and the skills directory in your product's configuration folder are always included."
|
|
865
895
|
},
|
|
@@ -932,7 +962,6 @@
|
|
|
932
962
|
"open-history-tooltip": "Open AI Agent History",
|
|
933
963
|
"request-card": {
|
|
934
964
|
"promptVariant": "Prompt Variant",
|
|
935
|
-
"response": "Response",
|
|
936
965
|
"timestamp": "Timestamp"
|
|
937
966
|
},
|
|
938
967
|
"sortChronologically": {
|
|
@@ -1008,6 +1037,11 @@
|
|
|
1008
1037
|
"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?",
|
|
1009
1038
|
"waiting": "Waiting for confirmation..."
|
|
1010
1039
|
},
|
|
1040
|
+
"allowAllMode": {
|
|
1041
|
+
"stripTooltip": "AI tool calls run without confirmation in this session. Only enable in environments you trust.",
|
|
1042
|
+
"stripTooltipFooter": "Set via --session-preference. Restart without the flag to restore your saved settings.",
|
|
1043
|
+
"title": "Theia AI Allow-All Mode"
|
|
1044
|
+
},
|
|
1011
1045
|
"app-tester": {
|
|
1012
1046
|
"errorCheckingDevToolsServerStatus": "Error checking DevTools MCP server status: {0}",
|
|
1013
1047
|
"errorCheckingPlaywrightServerStatus": "Error checking Playwright MCP server status: {0}",
|
|
@@ -1045,6 +1079,7 @@
|
|
|
1045
1079
|
"chatRestrictedMessage": {
|
|
1046
1080
|
"title": "AI Features are Restricted"
|
|
1047
1081
|
},
|
|
1082
|
+
"childInteractionNeeded": "A delegated session needs your attention",
|
|
1048
1083
|
"codeReviewerAgent": {
|
|
1049
1084
|
"description": "A code review assistant that analyzes code changes and returns structured verdicts. Checks completion criteria, build/lint/test evidence, and code quality."
|
|
1050
1085
|
},
|
|
@@ -1061,6 +1096,7 @@
|
|
|
1061
1096
|
"startNewChat": "Keep chats short and focused. [Start a new chat]({0}) for a new task or [start a new chat with a summary of this one]({1})."
|
|
1062
1097
|
}
|
|
1063
1098
|
},
|
|
1099
|
+
"collapseSession": "Collapse {0}",
|
|
1064
1100
|
"commandAgent": {
|
|
1065
1101
|
"commandCallback": {
|
|
1066
1102
|
"confirmAction": "Got it",
|
|
@@ -1089,10 +1125,10 @@
|
|
|
1089
1125
|
"edit": "Default Mode"
|
|
1090
1126
|
}
|
|
1091
1127
|
},
|
|
1092
|
-
"deleteChat": "Delete Chat",
|
|
1093
1128
|
"enableAI": {
|
|
1094
1129
|
"mdDescription": "This setting allows you to access the AI capabilities of Theia IDE. \n Please be aware that AI features may generate continuous requests to the language models (LLMs) you provide access to. This might incur costs that you need to monitor closely. By enabling this option, you acknowledge these risks. \n **Please note! The settings below in this section will only take effect\n once the main feature setting is enabled. After enabling the feature, you need to configure at least one LLM provider below. Also see [the documentation](https://theia-ide.org/docs/user_ai/)**."
|
|
1095
1130
|
},
|
|
1131
|
+
"expandSession": "Expand {0}",
|
|
1096
1132
|
"exploreAgent": {
|
|
1097
1133
|
"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."
|
|
1098
1134
|
},
|
|
@@ -1168,10 +1204,16 @@
|
|
|
1168
1204
|
"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."
|
|
1169
1205
|
},
|
|
1170
1206
|
"prompt-template-description": "Select prompt variants and customize prompt templates for AI agents in the [AI Configuration View]({0}).",
|
|
1207
|
+
"requiresApproval": "Requires your approval",
|
|
1171
1208
|
"restoredSession": "Restored session",
|
|
1172
1209
|
"restrictedModeDetails": "AI chat, inline suggestions, code actions, and prompt templates are disabled",
|
|
1173
1210
|
"restrictedModeLabel": "AI Features (disabled in Restricted Mode)",
|
|
1174
1211
|
"sectionRestored": "Restored",
|
|
1212
|
+
"sessionOverride": {
|
|
1213
|
+
"defaultToolConfirmation": "Default tool confirmation: {0}",
|
|
1214
|
+
"toolConfirmation": "Per-tool confirmation overrides: {0}",
|
|
1215
|
+
"toolConfirmationGeneric": "Per-tool confirmation overrides set"
|
|
1216
|
+
},
|
|
1175
1217
|
"shellAllowlist": {
|
|
1176
1218
|
"placeholder": "e.g., \"git log\" (exact) or \"git log *\" (with args)"
|
|
1177
1219
|
},
|
|
@@ -1193,6 +1235,10 @@
|
|
|
1193
1235
|
"toolConfirmationInfo": {
|
|
1194
1236
|
"header": "Tool confirmation"
|
|
1195
1237
|
},
|
|
1238
|
+
"toolConfirmationOverrides": {
|
|
1239
|
+
"stripTooltip": "One or more AI tools are auto-approved for this session via command-line flags.",
|
|
1240
|
+
"title": "AI Tool Confirmation Overrides"
|
|
1241
|
+
},
|
|
1196
1242
|
"toolsConfiguration": {
|
|
1197
1243
|
"confirmAlwaysAllow": {
|
|
1198
1244
|
"confirm": "I understand, enable auto-approval",
|
|
@@ -1244,7 +1290,6 @@
|
|
|
1244
1290
|
"errorMessage": "Error message",
|
|
1245
1291
|
"lastActivity": "Last activity",
|
|
1246
1292
|
"lastMessage": "Last message",
|
|
1247
|
-
"messages": "Messages",
|
|
1248
1293
|
"multipleExchanges": "{0} exchanges",
|
|
1249
1294
|
"oneExchange": "1 exchange",
|
|
1250
1295
|
"unread": "Unread"
|
|
@@ -1333,8 +1378,7 @@
|
|
|
1333
1378
|
"title": "Environment variables"
|
|
1334
1379
|
},
|
|
1335
1380
|
"headers": {
|
|
1336
|
-
"mdDescription": "Optional additional headers included with each request to the server. Header values are stored in preferences as plain text; avoid workspace settings if they contain sensitive values."
|
|
1337
|
-
"title": "Headers"
|
|
1381
|
+
"mdDescription": "Optional additional headers included with each request to the server. Header values are stored in preferences as plain text; avoid workspace settings if they contain sensitive values."
|
|
1338
1382
|
},
|
|
1339
1383
|
"mdDescription": "Configure MCP servers either local with command, arguments and optionally environment variables, or remote with server URL, authentication token, OAuth configuration and optionally an authentication header name. Additionally it is possible to configure autostart (true by default). Each server is identified by a unique key, such as \"brave-search\" or \"filesystem\". To start a server, use the \"MCP: Start MCP Server\" command, which enables you to select the desired server. To stop a server, use the \"MCP: Stop MCP Server\" command. Please note that autostart will only take effect after a restart, you need to start a server manually for the first time. Servers installed from an AI registry carry an additional `registryMetadata` block that is managed automatically and is not meant to be edited manually.\nExample configuration:\n```{\n \"brave-search\": {\n \"command\": \"npx\",\n \"args\": [\n \"-y\",\n \"@modelcontextprotocol/server-brave-search\"\n ],\n \"env\": {\n \"BRAVE_API_KEY\": \"YOUR_API_KEY\"\n },\n },\n \"filesystem\": {\n \"command\": \"npx\",\n \"args\": [\"-y\", \"@modelcontextprotocol/server-filesystem\", \"/Users/YOUR_USERNAME/Desktop\"],\n \"env\": {\n \"CUSTOM_ENV_VAR\": \"custom-value\"\n },\n \"autostart\": false\n },\n \"jira\": {\n \"serverUrl\": \"YOUR_JIRA_MCP_SERVER_URL\",\n \"serverAuthToken\": \"YOUR_JIRA_MCP_SERVER_TOKEN\"\n },\n \"oauth-protected-server\": {\n \"serverUrl\": \"YOUR_OAUTH_PROTECTED_MCP_SERVER_URL\",\n \"oauth\": {\n \"clientId\": \"OPTIONAL_CLIENT_ID\",\n \"scopes\": [\"OPTIONAL_SCOPE\"]\n }\n }\n }\n```",
|
|
1340
1384
|
"oauth": {
|
|
@@ -1403,9 +1447,6 @@
|
|
|
1403
1447
|
"stop": {
|
|
1404
1448
|
"label": "MCP: Stop MCP Server"
|
|
1405
1449
|
},
|
|
1406
|
-
"tool": {
|
|
1407
|
-
"noTools": "No tools available."
|
|
1408
|
-
},
|
|
1409
1450
|
"useWorkspaceAsRoot": {
|
|
1410
1451
|
"mdDescription": "Roots define the boundaries of where servers can operate within the filesystem. If enabled, the workspace folders will be used as roots, otherwise the MCP servers will have access to the entire filesystem. Changing this setting will restart all running MCP servers to apply the new roots configuration.",
|
|
1411
1452
|
"title": "Use Workspace as Root"
|
|
@@ -1422,7 +1463,6 @@
|
|
|
1422
1463
|
"command": {
|
|
1423
1464
|
"addServer": "Add local MCP config..."
|
|
1424
1465
|
},
|
|
1425
|
-
"connectingServer": "Connecting...",
|
|
1426
1466
|
"copiedAllList": "Copied all tools to clipboard (list of all tools)",
|
|
1427
1467
|
"copiedAllSingle": "Copied all tools to clipboard (single prompt fragment with all tools)",
|
|
1428
1468
|
"copiedForPromptTemplate": "Copied all tools to clipboard for prompt template (single prompt fragment with all tools)",
|
|
@@ -1466,12 +1506,10 @@
|
|
|
1466
1506
|
"saveChanges": "Save Changes",
|
|
1467
1507
|
"serverName": "Server Name",
|
|
1468
1508
|
"serverNamePlaceholder": "e.g., my-mcp-server",
|
|
1469
|
-
"serverType": "Server Type",
|
|
1470
1509
|
"serverUrlPlaceholder": "e.g., https://mcp.example.com",
|
|
1471
1510
|
"serverUrlRequired": "Server URL is required for remote servers"
|
|
1472
1511
|
},
|
|
1473
1512
|
"fromRegistryLink": "From registry",
|
|
1474
|
-
"headers": "Headers",
|
|
1475
1513
|
"oauth": "OAuth",
|
|
1476
1514
|
"oauthAuthorizationServer": "Authorization Server",
|
|
1477
1515
|
"oauthClientId": "OAuth Client ID",
|
|
@@ -1498,6 +1536,15 @@
|
|
|
1498
1536
|
"apiKey": {
|
|
1499
1537
|
"mdDescription": "Enter an API Key of your official OpenAI Account. **Please note:** By using this preference the Open AI API key will be stored in clear text on the machine running Theia. Use the environment variable `OPENAI_API_KEY` to set the key securely."
|
|
1500
1538
|
},
|
|
1539
|
+
"compaction": {
|
|
1540
|
+
"default": "Follow the global chat server-side compaction setting.",
|
|
1541
|
+
"description": "Override provider-native server-side compaction for official OpenAI models. This applies to the OpenAI Response API only; the Chat Completions API ignores it. \"default\" follows the global chat setting ({0}). When effectively enabled, the Response API is asked to summarize older turns once the conversation grows past the provider's threshold.",
|
|
1542
|
+
"disabled": "Never request server-side compaction for official OpenAI models.",
|
|
1543
|
+
"enabled": "Always request server-side compaction for official OpenAI models."
|
|
1544
|
+
},
|
|
1545
|
+
"compactionTokenThreshold": {
|
|
1546
|
+
"description": "Override the global input-token threshold for server-side compaction for official OpenAI models. When unset, the global setting or provider default applies. If set, the value must be at least 50,000 tokens."
|
|
1547
|
+
},
|
|
1501
1548
|
"customEndpoints": {
|
|
1502
1549
|
"apiKey": {
|
|
1503
1550
|
"title": "Either the key to access the API served at the given url or `true` to use the global OpenAI API key"
|
|
@@ -1538,7 +1585,7 @@
|
|
|
1538
1585
|
"description": "Official OpenAI models to use"
|
|
1539
1586
|
},
|
|
1540
1587
|
"useResponseApi": {
|
|
1541
|
-
"mdDescription": "Use the newer OpenAI Response API instead of the Chat Completion API for official OpenAI models.This setting only applies to official OpenAI models - custom providers must configure this individually.
|
|
1588
|
+
"mdDescription": "Use the newer OpenAI Response API instead of the Chat Completion API for official OpenAI models. This setting only applies to official OpenAI models - custom providers must configure this individually."
|
|
1542
1589
|
}
|
|
1543
1590
|
},
|
|
1544
1591
|
"promptTemplates": {
|
|
@@ -1588,6 +1635,10 @@
|
|
|
1588
1635
|
},
|
|
1589
1636
|
"session-settings-dialog": {
|
|
1590
1637
|
"advancedSettings": "Advanced Settings (JSON)",
|
|
1638
|
+
"compactionHeader": "Server-Side Compaction",
|
|
1639
|
+
"compactionLabel": "Compaction:",
|
|
1640
|
+
"compactionNote": "Overrides the global and per-provider compaction setting for this session. Applies only to providers that support server-side compaction.",
|
|
1641
|
+
"compactionTokenThreshold": "Token threshold:",
|
|
1591
1642
|
"confirmationTimeout": "Confirmation Timeout",
|
|
1592
1643
|
"confirmationTimeoutNote": "Automatically deny tool confirmations after the specified time. Overrides the global preference for this session.",
|
|
1593
1644
|
"enableConfirmationTimeout": "Enable confirmation timeout",
|
|
@@ -1722,6 +1773,13 @@
|
|
|
1722
1773
|
"fileChangeSetTitle": "Changes proposed"
|
|
1723
1774
|
},
|
|
1724
1775
|
"ai-chat-ui": {
|
|
1776
|
+
"blockedResource": {
|
|
1777
|
+
"allow": "Allow this blocked content",
|
|
1778
|
+
"aria": "Blocked external resources: {0}",
|
|
1779
|
+
"inlineContent": "(inline external content)",
|
|
1780
|
+
"label": "External resource blocked:",
|
|
1781
|
+
"resourcesToAllow": "{0} resources will be enabled"
|
|
1782
|
+
},
|
|
1725
1783
|
"browseAllChats": "Browse all chats...",
|
|
1726
1784
|
"confirm": "Confirm",
|
|
1727
1785
|
"deleteChat": "Delete Chat",
|
|
@@ -1730,6 +1788,7 @@
|
|
|
1730
1788
|
"noOutput": "No output",
|
|
1731
1789
|
"open-current-session-summary": "Open Current Session Summary",
|
|
1732
1790
|
"open-settings-tooltip": "Open AI Settings",
|
|
1791
|
+
"openSession": "Open Chat Session",
|
|
1733
1792
|
"renameChat": "Rename Chat",
|
|
1734
1793
|
"scroll-lock": "Lock Scroll",
|
|
1735
1794
|
"scroll-unlock": "Unlock Scroll",
|
|
@@ -1774,11 +1833,17 @@
|
|
|
1774
1833
|
"argumentHint": "<ticket-number>",
|
|
1775
1834
|
"description": "Analyze a GitHub ticket and implement the solution"
|
|
1776
1835
|
},
|
|
1836
|
+
"newChat": "New Chat",
|
|
1837
|
+
"noSessions": "No chat sessions yet.",
|
|
1777
1838
|
"open-ai-configuration-tooltip": "Open AI Configuration",
|
|
1839
|
+
"perspective": {
|
|
1840
|
+
"aiFirst": "AI First"
|
|
1841
|
+
},
|
|
1778
1842
|
"rememberCommand": {
|
|
1779
1843
|
"argumentHint": "[topic-hint]",
|
|
1780
1844
|
"description": "Extract topics from conversation and update project info"
|
|
1781
1845
|
},
|
|
1846
|
+
"sessionsView": "AI Sessions",
|
|
1782
1847
|
"ticketCommand": {
|
|
1783
1848
|
"argumentHint": "<ticket-number>",
|
|
1784
1849
|
"description": "Analyze a GitHub ticket and create an implementation plan"
|
|
@@ -1900,6 +1965,41 @@
|
|
|
1900
1965
|
"timeout": "Timeout",
|
|
1901
1966
|
"workingDirectory": "Working directory"
|
|
1902
1967
|
},
|
|
1968
|
+
"ai-tool-sketchpad": {
|
|
1969
|
+
"addItemProperty": "Add Item Property",
|
|
1970
|
+
"addParameter": "Add Parameter",
|
|
1971
|
+
"addProperty": "Add Property",
|
|
1972
|
+
"addTool": "Add Tool",
|
|
1973
|
+
"askAtRuntimeHint": "When the LLM calls this tool, a quick input will open asking you to provide the return value.",
|
|
1974
|
+
"askReturnPlaceholder": "Enter the return value for this tool call...",
|
|
1975
|
+
"askReturnPrompt": "Tool \"{0}\" was called with: {1}",
|
|
1976
|
+
"confirmDelete": "Are you sure you want to delete the tool \"{0}\"?",
|
|
1977
|
+
"descriptionPlaceholder": "Describe what the tool does...",
|
|
1978
|
+
"itemType": "Item Type:",
|
|
1979
|
+
"label": "AI Tool Sketchpad",
|
|
1980
|
+
"nParameters": "{0} parameters",
|
|
1981
|
+
"nameDuplicate": "A tool with this name already exists.",
|
|
1982
|
+
"nameEmpty": "Tool name must not be empty.",
|
|
1983
|
+
"nameInvalid": "Tool name may only contain letters, digits, underscores and hyphens (1-128 characters).",
|
|
1984
|
+
"noItemProperties": "No item properties defined.",
|
|
1985
|
+
"noParameters": "No parameters defined.",
|
|
1986
|
+
"noTools": "No tools yet.",
|
|
1987
|
+
"oneParameter": "1 parameter",
|
|
1988
|
+
"parameters": "Parameters",
|
|
1989
|
+
"required": "Required",
|
|
1990
|
+
"returnMode": "Return Mode",
|
|
1991
|
+
"returnModeAskAtRuntime": "Ask At Runtime",
|
|
1992
|
+
"returnModeAskShort": "Ask at runtime",
|
|
1993
|
+
"returnModeStatic": "Static Return Value",
|
|
1994
|
+
"returnModeStaticShort": "Static",
|
|
1995
|
+
"selectTool": "Select a tool to edit, or add a new one to start sketching.",
|
|
1996
|
+
"staticReturn": "Static Return Value",
|
|
1997
|
+
"staticReturnHint": "This static value is returned every time the tool is called, regardless of the input arguments.",
|
|
1998
|
+
"staticReturnPlaceholder": "The value returned when this tool is invoked (e.g. JSON string)",
|
|
1999
|
+
"toolName": "Tool Name",
|
|
2000
|
+
"toolNamePlaceholder": "e.g. getWeather",
|
|
2001
|
+
"untitledTool": "Untitled tool"
|
|
2002
|
+
},
|
|
1903
2003
|
"callhierarchy": {
|
|
1904
2004
|
"noCallers": "No callers have been detected.",
|
|
1905
2005
|
"open": "Open Call Hierarchy"
|
|
@@ -1985,6 +2085,7 @@
|
|
|
1985
2085
|
"visual": "Display a visual preview of the tab."
|
|
1986
2086
|
},
|
|
1987
2087
|
"highlightModifiedTabs": "Controls whether a top border is drawn on modified (dirty) editor tabs or not.",
|
|
2088
|
+
"jumpListName": "Recent Workspaces",
|
|
1988
2089
|
"keybinding": {
|
|
1989
2090
|
"duplicateModifierError": "Can't parse keybinding {0} Duplicate modifiers",
|
|
1990
2091
|
"metaError": "Can't parse keybinding {0} meta is for OSX only",
|
|
@@ -2005,6 +2106,11 @@
|
|
|
2005
2106
|
"clipboardWarnFirefox": "Clipboard API is not available. It can be enabled by '{0}' preference on '{1}' page. Then reload Theia. Note, it will allow FireFox getting full access to the system clipboard."
|
|
2006
2107
|
},
|
|
2007
2108
|
"pasteWarn": "Please use the browser's paste command or shortcut.",
|
|
2109
|
+
"perspective": {
|
|
2110
|
+
"resetPerspective": "Reset Perspective (Experimental)",
|
|
2111
|
+
"selectPerspective": "Select a perspective",
|
|
2112
|
+
"switchPerspective": "Switch Perspective (Experimental)"
|
|
2113
|
+
},
|
|
2008
2114
|
"quitMessage": "Any unsaved changes will not be saved.",
|
|
2009
2115
|
"resetWorkbenchLayout": "Reset Workbench Layout",
|
|
2010
2116
|
"searchbox": {
|
|
@@ -2223,6 +2329,11 @@
|
|
|
2223
2329
|
},
|
|
2224
2330
|
"markers": {
|
|
2225
2331
|
"clearAll": "Clear All",
|
|
2332
|
+
"copyAsText": "Copy as Text",
|
|
2333
|
+
"export": "Export",
|
|
2334
|
+
"exportProblems": "Export Problems",
|
|
2335
|
+
"exportSuccess": "Problems exported successfully.",
|
|
2336
|
+
"jsonFiles": "JSON Files",
|
|
2226
2337
|
"noProblems": "No problems have been detected in the workspace so far.",
|
|
2227
2338
|
"tabbarDecorationsEnabled": "Show problem decorators (diagnostic markers) in the tab bars."
|
|
2228
2339
|
},
|
|
@@ -2317,6 +2428,7 @@
|
|
|
2317
2428
|
"autoReveal": "Auto Reveal",
|
|
2318
2429
|
"clipboardWarn": "Access to the clipboard is denied. Check your browser's permission.",
|
|
2319
2430
|
"clipboardWarnFirefox": "Clipboard API is not available. It can be enabled by '{0}' preference on '{1}' page. Then reload Theia. Note, it will allow FireFox getting full access to the system clipboard.",
|
|
2431
|
+
"nothingToPaste": "The clipboard does not contain workspace files that can be pasted here.",
|
|
2320
2432
|
"openWithSystemEditor": "Open With System Editor",
|
|
2321
2433
|
"refresh": "Refresh in Explorer",
|
|
2322
2434
|
"reveal": "Reveal in Explorer",
|
|
@@ -2381,6 +2493,18 @@
|
|
|
2381
2493
|
"input": {
|
|
2382
2494
|
"browse": "Browse"
|
|
2383
2495
|
},
|
|
2496
|
+
"sessionOverride": {
|
|
2497
|
+
"suffix": "Overridden by session",
|
|
2498
|
+
"suffixTooltip": "This preference has a session value set via --session-preference. Editing it here clears the session override for the rest of this session."
|
|
2499
|
+
},
|
|
2500
|
+
"sessionPreferences": {
|
|
2501
|
+
"statusBar": "Session Preferences ({0})",
|
|
2502
|
+
"tooltipBody": "They were passed in via --session-preference and only live in memory. Click a setting name to jump to it in the Settings view.",
|
|
2503
|
+
"tooltipChangeNote": "Editing any of these clears its session override for this run. To use the saved values from the next launch on, restart without the --session-preference arguments.",
|
|
2504
|
+
"tooltipHeader": "These settings are overridden for this session",
|
|
2505
|
+
"valueOff": "off",
|
|
2506
|
+
"valueOn": "on"
|
|
2507
|
+
},
|
|
2384
2508
|
"toolbar": "Toolbar"
|
|
2385
2509
|
},
|
|
2386
2510
|
"preview": {
|
|
@@ -2507,6 +2631,9 @@
|
|
|
2507
2631
|
"taskTerminatedBySignal": "Task '{0}' was terminated by signal {1}.",
|
|
2508
2632
|
"terminalWillBeReusedByTasks": "Terminal will be reused by tasks."
|
|
2509
2633
|
},
|
|
2634
|
+
"telemetry": {
|
|
2635
|
+
"filters": "Restrict the topic patterns delivered to each telemetry sink. Missing entries allow all sink interests; empty arrays disable a sink."
|
|
2636
|
+
},
|
|
2510
2637
|
"terminal": {
|
|
2511
2638
|
"defaultProfile": "The default profile used on {0}",
|
|
2512
2639
|
"enableCommandHistory": "Track terminal commands and their output separately using shell injection. This enables use cases such as visually distinguishing commands in the UI and giving AI agents more structured access to terminals. Toggling this setting will not affect terminals that are already open.\n\n \n\nThis feature is currently only supported by task terminals and user terminals running bash or zsh.",
|