@theia/core 1.67.0-next.59 → 1.67.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 +6 -6
- package/i18n/nls.cs.json +165 -67
- package/i18n/nls.de.json +165 -67
- package/i18n/nls.es.json +165 -67
- package/i18n/nls.fr.json +165 -67
- package/i18n/nls.hu.json +165 -67
- package/i18n/nls.it.json +165 -67
- package/i18n/nls.ja.json +165 -67
- package/i18n/nls.json +178 -80
- package/i18n/nls.ko.json +165 -67
- package/i18n/nls.pl.json +165 -67
- package/i18n/nls.pt-br.json +165 -67
- package/i18n/nls.ru.json +165 -67
- package/i18n/nls.tr.json +165 -67
- package/i18n/nls.zh-cn.json +167 -69
- package/i18n/nls.zh-tw.json +167 -69
- package/lib/browser/catalog.json +248 -12
- package/lib/common/core-preferences.d.ts.map +1 -1
- package/lib/common/core-preferences.js +2 -1
- package/lib/common/core-preferences.js.map +1 -1
- package/lib/common/preferences/preference-provider.d.ts +4 -0
- package/lib/common/preferences/preference-provider.d.ts.map +1 -1
- package/lib/common/preferences/preference-provider.js.map +1 -1
- package/lib/common/preferences/preference-service.d.ts.map +1 -1
- package/lib/common/preferences/preference-service.js +4 -4
- package/lib/common/preferences/preference-service.js.map +1 -1
- package/lib/common/severity.js +2 -2
- package/lib/common/severity.js.map +1 -1
- package/lib/common/types.d.ts +3 -0
- package/lib/common/types.d.ts.map +1 -1
- package/lib/common/types.js.map +1 -1
- package/lib/electron-common/electron-window-preferences.d.ts.map +1 -1
- package/lib/electron-common/electron-window-preferences.js +1 -2
- package/lib/electron-common/electron-window-preferences.js.map +1 -1
- package/lib/electron-main/electron-main-application.d.ts +13 -0
- package/lib/electron-main/electron-main-application.d.ts.map +1 -1
- package/lib/electron-main/electron-main-application.js +48 -6
- package/lib/electron-main/electron-main-application.js.map +1 -1
- package/lib/node/application-server.d.ts.map +1 -1
- package/lib/node/application-server.js +2 -3
- package/lib/node/application-server.js.map +1 -1
- package/lib/node/backend-global.d.ts +15 -0
- package/lib/node/backend-global.d.ts.map +1 -0
- package/lib/node/backend-global.js +34 -0
- package/lib/node/backend-global.js.map +1 -0
- package/lib/node/index.d.ts +1 -0
- package/lib/node/index.d.ts.map +1 -1
- package/lib/node/index.js +1 -0
- package/lib/node/index.js.map +1 -1
- package/package.json +6 -6
- package/src/browser/style/index.css +5 -0
- package/src/common/core-preferences.ts +2 -1
- package/src/common/i18n/nls.metadata.json +7020 -1642
- package/src/common/preferences/preference-provider.ts +4 -0
- package/src/common/preferences/preference-service.ts +7 -3
- package/src/common/severity.ts +2 -2
- package/src/common/types.ts +6 -0
- package/src/electron-common/electron-window-preferences.ts +1 -2
- package/src/electron-main/electron-main-application.ts +53 -6
- package/src/node/application-server.ts +2 -3
- package/src/node/backend-global.ts +41 -0
- package/src/node/index.ts +1 -0
package/i18n/nls.json
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
"aiHistory:toggleRenderNewlines": "AI History: Interpret newlines",
|
|
14
14
|
"debug.breakpoint.editCondition": "Edit Condition...",
|
|
15
15
|
"debug.breakpoint.removeSelected": "Remove Selected Breakpoints",
|
|
16
|
+
"debug.breakpoint.toggleEnabled": "Toggle Enable Breakpoints",
|
|
16
17
|
"notebook.cell.changeToCode": "Change Cell to Code",
|
|
17
18
|
"notebook.cell.changeToMarkdown": "Change Cell to Markdown",
|
|
18
19
|
"notebook.cell.insertMarkdownCellAbove": "Insert Markdown Cell Above",
|
|
@@ -32,8 +33,7 @@
|
|
|
32
33
|
},
|
|
33
34
|
"languageModelRequirements": {
|
|
34
35
|
"identifier": {
|
|
35
|
-
"mdDescription": "The identifier of the language model to be used."
|
|
36
|
-
"title": "Identifier"
|
|
36
|
+
"mdDescription": "The identifier of the language model to be used."
|
|
37
37
|
},
|
|
38
38
|
"mdDescription": "Specifies the used language models for this agent.",
|
|
39
39
|
"purpose": {
|
|
@@ -58,7 +58,15 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"chat": {
|
|
61
|
+
"agent": {
|
|
62
|
+
"architect": "Architect",
|
|
63
|
+
"coder": "Coder",
|
|
64
|
+
"universal": "Universal"
|
|
65
|
+
},
|
|
61
66
|
"applySuggestion": "Apply suggestion",
|
|
67
|
+
"bypassModelRequirement": {
|
|
68
|
+
"description": "Bypass the language model requirement check. Enable this if you are using external agents (e.g., Claude Code) that do not require Theia language models."
|
|
69
|
+
},
|
|
62
70
|
"changeSetDefaultTitle": "Suggested Changes",
|
|
63
71
|
"changeSetFileDiffUriLabel": "AI Changes: {0}",
|
|
64
72
|
"chatAgentsVariable": {
|
|
@@ -83,7 +91,7 @@
|
|
|
83
91
|
"couldNotFindMatchingLM": "Couldn't find a matching language model. Please check your setup!",
|
|
84
92
|
"couldNotFindReadyLMforAgent": "Couldn't find a ready language model for agent {0}. Please check your setup!",
|
|
85
93
|
"defaultAgent": {
|
|
86
|
-
"description": "Optional: <agent-name> of the Chat Agent that shall be invoked, if no agent is explicitly mentioned with @<agent-name> in the user query.
|
|
94
|
+
"description": "Optional: <agent-name> of the Chat Agent that shall be invoked, if no agent is explicitly mentioned with @<agent-name> in the user query. If no Default Agent is configured, Theia´s defaults will be applied."
|
|
87
95
|
},
|
|
88
96
|
"imageContextVariable": {
|
|
89
97
|
"args": {
|
|
@@ -112,7 +120,7 @@
|
|
|
112
120
|
}
|
|
113
121
|
},
|
|
114
122
|
"pinChatAgent": {
|
|
115
|
-
"description": "Enable agent pinning to automatically keep a mentioned chat agent active across prompts, reducing the need for repeated mentions.You can manually unpin or switch agents anytime."
|
|
123
|
+
"description": "Enable agent pinning to automatically keep a mentioned chat agent active across prompts, reducing the need for repeated mentions. You can manually unpin or switch agents anytime."
|
|
116
124
|
},
|
|
117
125
|
"revertSuggestion": "Revert suggestion",
|
|
118
126
|
"selectImageFile": "Select an image file",
|
|
@@ -141,19 +149,17 @@
|
|
|
141
149
|
"aiDisabled": "AI features are disabled",
|
|
142
150
|
"applyAll": "Apply All",
|
|
143
151
|
"applyAllTitle": "Apply all pending changes",
|
|
152
|
+
"askQuestion": "Ask a question",
|
|
144
153
|
"attachToContext": "Attach elements to context",
|
|
145
154
|
"cancel": "Cancel (Esc)",
|
|
146
155
|
"chat-view-tree-widget": {
|
|
147
156
|
"ai": "AI",
|
|
148
|
-
"aiConfigurationView": "AI Configuration View",
|
|
149
157
|
"aiFeatureHeader": "🚀 AI Features Available (Beta Version)!",
|
|
150
|
-
"aiFeaturesEnable": "Ai-features: Enable",
|
|
151
|
-
"aiHistoryView": "AI History View",
|
|
152
158
|
"featuresDisabled": "Currently, all AI Features are disabled!",
|
|
159
|
+
"generating": "Generating",
|
|
153
160
|
"howToEnable": "How to Enable the AI Features:",
|
|
154
161
|
"noRenderer": "Error: No renderer found",
|
|
155
162
|
"scrollToBottom": "Jump to latest message",
|
|
156
|
-
"settingsMenu": "the settings menu",
|
|
157
163
|
"waitingForInput": "Waiting for input",
|
|
158
164
|
"you": "You"
|
|
159
165
|
},
|
|
@@ -181,7 +187,6 @@
|
|
|
181
187
|
"starting": "Starting delegation...",
|
|
182
188
|
"status": {
|
|
183
189
|
"canceled": "canceled",
|
|
184
|
-
"completed": "completed",
|
|
185
190
|
"error": "error",
|
|
186
191
|
"generating": "generating...",
|
|
187
192
|
"starting": "starting..."
|
|
@@ -196,13 +201,6 @@
|
|
|
196
201
|
"failedToRestoreSession": "Failed to restore chat session",
|
|
197
202
|
"failedToRetry": "Failed to retry message",
|
|
198
203
|
"noChatAgentsAvailable": "No chat agents available.",
|
|
199
|
-
"node": {
|
|
200
|
-
"toolbar": {
|
|
201
|
-
"cancel": "Cancel",
|
|
202
|
-
"edit": "Edit",
|
|
203
|
-
"retry": "Retry"
|
|
204
|
-
}
|
|
205
|
-
},
|
|
206
204
|
"openDiff": "Open Diff",
|
|
207
205
|
"openOriginalFile": "Open Original File",
|
|
208
206
|
"performThisTask": "Perform this task.",
|
|
@@ -232,8 +230,6 @@
|
|
|
232
230
|
"rejected": "Execution canceled"
|
|
233
231
|
},
|
|
234
232
|
"toolconfirmation": {
|
|
235
|
-
"allow": "Allow",
|
|
236
|
-
"allow-forever": "Always Allow",
|
|
237
233
|
"allow-forever-tooltip": "Always allow this tool",
|
|
238
234
|
"allow-options-dropdown-tooltip": "More Allow Options",
|
|
239
235
|
"allow-session": "Allow for this Chat",
|
|
@@ -241,15 +237,13 @@
|
|
|
241
237
|
"allow-tooltip": "Allow this tool call once",
|
|
242
238
|
"allowed": "Tool execution allowed",
|
|
243
239
|
"denied": "Tool execution denied",
|
|
244
|
-
"deny": "Deny",
|
|
245
240
|
"deny-forever": "Always Deny",
|
|
246
241
|
"deny-forever-tooltip": "Always deny this tool",
|
|
247
242
|
"deny-options-dropdown-tooltip": "More Deny Options",
|
|
248
243
|
"deny-session": "Deny for this Chat",
|
|
249
244
|
"deny-session-tooltip": "Deny all calls of this tool for this chat session",
|
|
250
245
|
"deny-tooltip": "Deny this tool call once",
|
|
251
|
-
"header": "Confirm Tool Execution"
|
|
252
|
-
"tool": "Tool"
|
|
246
|
+
"header": "Confirm Tool Execution"
|
|
253
247
|
},
|
|
254
248
|
"unableToSummarizeCurrentSession": "Unable to summarize current session. Please confirm that the summary agent is not disabled.",
|
|
255
249
|
"unknown-part-renderer": {
|
|
@@ -259,11 +253,11 @@
|
|
|
259
253
|
},
|
|
260
254
|
"claude-code": {
|
|
261
255
|
"agentDescription": "Anthropic's coding agent",
|
|
256
|
+
"askBeforeEdit": "Ask before edit",
|
|
262
257
|
"changeSetTitle": "Changes by Claude Code",
|
|
263
258
|
"clearCommand": {
|
|
264
259
|
"description": "Create a new session"
|
|
265
260
|
},
|
|
266
|
-
"commandDetail": "Claude command: {0}",
|
|
267
261
|
"compactCommand": {
|
|
268
262
|
"description": "Compact conversation with optional focus instructions"
|
|
269
263
|
},
|
|
@@ -272,10 +266,10 @@
|
|
|
272
266
|
"description": "Open Claude Code Configuration"
|
|
273
267
|
},
|
|
274
268
|
"currentDirectory": "current directory",
|
|
275
|
-
"deny": "Deny",
|
|
276
269
|
"differentAgentRequestWarning": "The previous chat request was handled by a different agent. Claude Code does not see those other messages.",
|
|
277
270
|
"directory": "Directory",
|
|
278
271
|
"domain": "Domain",
|
|
272
|
+
"editAutomatically": "Edit automatically",
|
|
279
273
|
"editNumber": "Edit {0}",
|
|
280
274
|
"editing": "Editing",
|
|
281
275
|
"editsCount": "{0} edits",
|
|
@@ -341,6 +335,7 @@
|
|
|
341
335
|
"optionsCount": "{0} options",
|
|
342
336
|
"partial": "Partial",
|
|
343
337
|
"pattern": "Pattern",
|
|
338
|
+
"plan": "Plan mode",
|
|
344
339
|
"project": "project",
|
|
345
340
|
"projectRoot": "project root",
|
|
346
341
|
"readMode": "Read Mode",
|
|
@@ -367,13 +362,27 @@
|
|
|
367
362
|
},
|
|
368
363
|
"toolApprovalRequest": "Claude Code wants to use the \"{0}\" tool. Do you want to allow this?",
|
|
369
364
|
"totalEdits": "Total Edits",
|
|
370
|
-
"url": "URL",
|
|
371
365
|
"webFetch": "Web Fetch",
|
|
372
366
|
"writing": "Writing"
|
|
373
367
|
},
|
|
374
368
|
"code-completion": {
|
|
375
369
|
"progressText": "Calculating AI code completion..."
|
|
376
370
|
},
|
|
371
|
+
"codex": {
|
|
372
|
+
"agentDescription": "OpenAI's coding assistant powered by Codex",
|
|
373
|
+
"completedCount": "{0}/{1} completed",
|
|
374
|
+
"exitCode": "Exit code: {0}",
|
|
375
|
+
"fileChangeFailed": "Codex failed to apply changes for: {0}",
|
|
376
|
+
"fileChangeFailedGeneric": "Codex failed to apply file changes.",
|
|
377
|
+
"itemCount": "{0} items",
|
|
378
|
+
"noItems": "No items",
|
|
379
|
+
"oneItem": "1 item",
|
|
380
|
+
"running": "Running...",
|
|
381
|
+
"searched": "Searched",
|
|
382
|
+
"searching": "Searching",
|
|
383
|
+
"todoList": "Todo List",
|
|
384
|
+
"webSearch": "Web Search"
|
|
385
|
+
},
|
|
377
386
|
"completion": {
|
|
378
387
|
"agent": {
|
|
379
388
|
"description": "This agent provides inline code completion in the code editor in the Theia IDE.",
|
|
@@ -428,19 +437,25 @@
|
|
|
428
437
|
"description": "The code after the current cursor position. Only available in code completion context."
|
|
429
438
|
}
|
|
430
439
|
},
|
|
440
|
+
"configuration": {
|
|
441
|
+
"selectItem": "Please select an item."
|
|
442
|
+
},
|
|
431
443
|
"core": {
|
|
432
444
|
"agentConfiguration": {
|
|
445
|
+
"actions": "Actions",
|
|
433
446
|
"addCustomAgent": "Add Custom Agent",
|
|
434
|
-
"description": "Description:",
|
|
435
447
|
"enableAgent": "Enable Agent",
|
|
436
448
|
"label": "Agents",
|
|
437
|
-
"
|
|
438
|
-
"name": "Name:",
|
|
439
|
-
"noDefaultTemplate": "No default template available",
|
|
449
|
+
"llmRequirements": "LLM Requirements",
|
|
440
450
|
"notUsedInPrompt": "Not used in prompt",
|
|
441
451
|
"promptTemplates": "Prompt Templates",
|
|
442
452
|
"selectAgentMessage": "Please select an Agent first!",
|
|
443
|
-
"
|
|
453
|
+
"templateName": "Template",
|
|
454
|
+
"undeclared": "Undeclared",
|
|
455
|
+
"usedAgentSpecificVariables": "Used Agent-Specific Variables",
|
|
456
|
+
"usedFunctions": "Used Functions",
|
|
457
|
+
"usedGlobalVariables": "Used Global Variables",
|
|
458
|
+
"variant": "Variant"
|
|
444
459
|
},
|
|
445
460
|
"agentsVariable": {
|
|
446
461
|
"description": "Returns the list of agents available in the system"
|
|
@@ -513,6 +528,7 @@
|
|
|
513
528
|
"noAgents": "No agents use this alias.",
|
|
514
529
|
"noModelReadyTooltip": "No model ready",
|
|
515
530
|
"noResolvedModel": "No model ready for this alias.",
|
|
531
|
+
"priorityList": "Priority List",
|
|
516
532
|
"selectAlias": "Please select a Model Alias.",
|
|
517
533
|
"selectedModelId": "Selected Model",
|
|
518
534
|
"unavailableModel": "Selected model is no longer available"
|
|
@@ -535,14 +551,10 @@
|
|
|
535
551
|
"title": "AI Features [Beta]"
|
|
536
552
|
},
|
|
537
553
|
"promptFragmentsConfiguration": {
|
|
538
|
-
"activeCustomizationLabel": "Active",
|
|
539
554
|
"activeCustomizationTitle": "Active customization",
|
|
540
|
-
"builtInLabel": "Built-in",
|
|
541
|
-
"cancelButton": "Cancel",
|
|
542
555
|
"createCustomizationTitle": "Create Customization",
|
|
543
556
|
"customization": "customization",
|
|
544
557
|
"customizationLabel": "Customization",
|
|
545
|
-
"defaultVariantLabel": "Default",
|
|
546
558
|
"defaultVariantTitle": "Default variant",
|
|
547
559
|
"deleteCustomizationTitle": "Delete Customization",
|
|
548
560
|
"editTemplateTitle": "Edit template",
|
|
@@ -552,7 +564,6 @@
|
|
|
552
564
|
"otherPromptFragmentsHeader": "Other Prompt Fragments",
|
|
553
565
|
"promptTemplateText": "Prompt Template Text",
|
|
554
566
|
"promptVariantsHeader": "Prompt Variant Sets",
|
|
555
|
-
"removeButton": "Remove",
|
|
556
567
|
"removeCustomizationDialogMsg": "Are you sure you want to remove the {0} customization for prompt fragment \"{1}\"?",
|
|
557
568
|
"removeCustomizationDialogTitle": "Remove Customization",
|
|
558
569
|
"removeCustomizationWithDescDialogMsg": "Are you sure you want to remove the {0} customization for prompt fragment \"{1}\" ({2})?",
|
|
@@ -561,7 +572,6 @@
|
|
|
561
572
|
"resetAllCustomizationsDialogTitle": "Reset All Customizations",
|
|
562
573
|
"resetAllCustomizationsTitle": "Reset all customizations",
|
|
563
574
|
"resetAllPromptFragments": "Reset all prompt fragments",
|
|
564
|
-
"resetButton": "Reset",
|
|
565
575
|
"resetToBuiltInDialogMsg": "Are you sure you want to reset the prompt fragment \"{0}\" to its built-in version? This will remove all customizations.",
|
|
566
576
|
"resetToBuiltInDialogTitle": "Reset to Built-in",
|
|
567
577
|
"resetToBuiltInTitle": "Reset to this built-in",
|
|
@@ -623,8 +633,7 @@
|
|
|
623
633
|
"description": "Resolves all task context items present in the session context."
|
|
624
634
|
},
|
|
625
635
|
"templateSettings": {
|
|
626
|
-
"
|
|
627
|
-
"unavailableVariant": "Selected variant not available, default will be used"
|
|
636
|
+
"unavailableVariant": "Unavailable"
|
|
628
637
|
},
|
|
629
638
|
"todayVariable": {
|
|
630
639
|
"description": "Does something for today",
|
|
@@ -654,8 +663,7 @@
|
|
|
654
663
|
"title": "Explain with AI"
|
|
655
664
|
},
|
|
656
665
|
"fixWithAI": {
|
|
657
|
-
"prompt": "Help to fix this error"
|
|
658
|
-
"title": "Fix with AI"
|
|
666
|
+
"prompt": "Help to fix this error"
|
|
659
667
|
}
|
|
660
668
|
},
|
|
661
669
|
"google": {
|
|
@@ -681,7 +689,6 @@
|
|
|
681
689
|
},
|
|
682
690
|
"exchange-card": {
|
|
683
691
|
"agentId": "Agent",
|
|
684
|
-
"exchangeId": "ID",
|
|
685
692
|
"timestamp": "Started"
|
|
686
693
|
},
|
|
687
694
|
"open-history-tooltip": "Open AI history...",
|
|
@@ -734,7 +741,8 @@
|
|
|
734
741
|
"openExistingFile": "Open existing file",
|
|
735
742
|
"placeholder": "Choose where to create or open a custom agents file",
|
|
736
743
|
"title": "Select Location for Custom Agents File"
|
|
737
|
-
}
|
|
744
|
+
},
|
|
745
|
+
"noDescription": "No description available"
|
|
738
746
|
},
|
|
739
747
|
"app-tester": {
|
|
740
748
|
"errorCheckingPlaywrightServerStatus": "Error checking Playwright MCP server status: {0}",
|
|
@@ -753,6 +761,10 @@
|
|
|
753
761
|
"updateTaskContext": "Update current task context"
|
|
754
762
|
}
|
|
755
763
|
},
|
|
764
|
+
"bypassHint": "Some agents like Claude Code don't require Theia Language Models",
|
|
765
|
+
"chatDisabledMessage": {
|
|
766
|
+
"featuresTitle": "Currently Supported Views and Features:"
|
|
767
|
+
},
|
|
756
768
|
"coderAgent": {
|
|
757
769
|
"suggestion": {
|
|
758
770
|
"fixProblems": {
|
|
@@ -778,6 +790,10 @@
|
|
|
778
790
|
}
|
|
779
791
|
}
|
|
780
792
|
},
|
|
793
|
+
"configureAgent": {
|
|
794
|
+
"header": "Configure a default agent"
|
|
795
|
+
},
|
|
796
|
+
"continueAnyway": "Continue Anyway",
|
|
781
797
|
"enableAI": {
|
|
782
798
|
"mdDescription": "❗ This setting allows you to access the latest AI capabilities (Beta version). \n Please note that these features are in a beta phase, which means they may undergo changes and will be further improved. It is important to be aware that these 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/)**."
|
|
783
799
|
},
|
|
@@ -801,6 +817,12 @@
|
|
|
801
817
|
"description": "The name of the current GitHub repository (e.g., \"eclipse-theia/theia\")"
|
|
802
818
|
},
|
|
803
819
|
"model-selection-description": "Choose which Large Language Models (LLMs) are used by each AI agent in the [AI Configuration View]({0}).",
|
|
820
|
+
"moreAgentsAvailable": {
|
|
821
|
+
"header": "More agents are available"
|
|
822
|
+
},
|
|
823
|
+
"noRecommendedAgents": "No recommended agents are available.",
|
|
824
|
+
"openSettings": "Open AI Settings",
|
|
825
|
+
"or": "or",
|
|
804
826
|
"orchestrator": {
|
|
805
827
|
"error": {
|
|
806
828
|
"noAgents": "No chat agent available to handle request. Please check your configuration whether any are enabled."
|
|
@@ -811,12 +833,14 @@
|
|
|
811
833
|
}
|
|
812
834
|
},
|
|
813
835
|
"prompt-template-description": "Select prompt variants and customize prompt templates for AI agents in the [AI Configuration View]({0}).",
|
|
836
|
+
"recommendedAgents": "Recommended agents:",
|
|
814
837
|
"toolsConfiguration": {
|
|
838
|
+
"confirmationMode": {
|
|
839
|
+
"label": "Confirmation Mode"
|
|
840
|
+
},
|
|
815
841
|
"default": {
|
|
816
842
|
"label": "Default Tool Confirmation Mode:"
|
|
817
843
|
},
|
|
818
|
-
"label": "Tools",
|
|
819
|
-
"loading": "Loading tools...",
|
|
820
844
|
"resetAll": "Reset All",
|
|
821
845
|
"resetAllConfirmDialog": {
|
|
822
846
|
"msg": "Are you sure you want to reset all tool confirmation modes to the default? This will remove all custom settings.",
|
|
@@ -824,20 +848,15 @@
|
|
|
824
848
|
},
|
|
825
849
|
"resetAllTooltip": "Reset all tools to default",
|
|
826
850
|
"toolOptions": {
|
|
827
|
-
"alwaysAllow": {
|
|
828
|
-
"label": "Always Allow"
|
|
829
|
-
},
|
|
830
851
|
"confirm": {
|
|
831
852
|
"label": "Confirm"
|
|
832
853
|
}
|
|
833
|
-
},
|
|
834
|
-
"tools": {
|
|
835
|
-
"label": "Tools"
|
|
836
854
|
}
|
|
837
855
|
},
|
|
838
856
|
"variableConfiguration": {
|
|
839
|
-
"
|
|
840
|
-
"
|
|
857
|
+
"selectVariable": "Please select a Variable.",
|
|
858
|
+
"usedByAgents": "Used by Agents",
|
|
859
|
+
"variableArgs": "Arguments"
|
|
841
860
|
}
|
|
842
861
|
},
|
|
843
862
|
"llamaFile": {
|
|
@@ -919,10 +938,9 @@
|
|
|
919
938
|
}
|
|
920
939
|
},
|
|
921
940
|
"mcpConfiguration": {
|
|
922
|
-
"arguments": "Arguments
|
|
923
|
-
"autostart": "Autostart
|
|
924
|
-
"
|
|
925
|
-
"connectServer": "Connnect",
|
|
941
|
+
"arguments": "Arguments",
|
|
942
|
+
"autostart": "Autostart",
|
|
943
|
+
"connectServer": "Connect",
|
|
926
944
|
"copiedAllList": "Copied all tools to clipboard (list of all tools)",
|
|
927
945
|
"copiedAllSingle": "Copied all tools to clipboard (single prompt fragment with all tools)",
|
|
928
946
|
"copiedForPromptTemplate": "Copied all tools to clipboard for prompt template (single prompt fragment with all tools)",
|
|
@@ -930,20 +948,13 @@
|
|
|
930
948
|
"copyAllSingle": "Copy all for chat (single prompt fragment with all tools)",
|
|
931
949
|
"copyForPrompt": "Copy tool (for chat or prompt template)",
|
|
932
950
|
"copyForPromptTemplate": "Copy all for prompt template (single prompt fragment with all tools)",
|
|
933
|
-
"
|
|
934
|
-
"
|
|
935
|
-
"enabled": "Enabled",
|
|
936
|
-
"environmentVariables": "Environment Variables: ",
|
|
937
|
-
"headers": "Headers: ",
|
|
951
|
+
"environmentVariables": "Environment Variables",
|
|
952
|
+
"headers": "Headers",
|
|
938
953
|
"noServers": "No MCP servers configured",
|
|
939
|
-
"serverAuthToken": "
|
|
940
|
-
"serverAuthTokenHeader": "
|
|
941
|
-
"
|
|
942
|
-
"
|
|
943
|
-
"startServer": "Start Server",
|
|
944
|
-
"stopServer": "Stop Server",
|
|
945
|
-
"tools": "Tools: ",
|
|
946
|
-
"widgetLabel": "MCP Servers"
|
|
954
|
+
"serverAuthToken": "Auth Token",
|
|
955
|
+
"serverAuthTokenHeader": "Auth Header Name",
|
|
956
|
+
"serverUrl": "Server URL",
|
|
957
|
+
"tools": "Tools: "
|
|
947
958
|
},
|
|
948
959
|
"openai": {
|
|
949
960
|
"apiKey": {
|
|
@@ -983,7 +994,7 @@
|
|
|
983
994
|
"description": "Official OpenAI models to use"
|
|
984
995
|
},
|
|
985
996
|
"useResponseApi": {
|
|
986
|
-
"mdDescription": "Use the newer OpenAI Response API instead of the Chat Completion API for official OpenAI models.
|
|
997
|
+
"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.Note that for the response API, tool call definitions must satisfy Open AI's [strict schema definition](https://platform.openai.com/docs/guides/function-calling#strict-mode).Best effort is made to convert non-conformant schemas, but errors are still possible."
|
|
987
998
|
}
|
|
988
999
|
},
|
|
989
1000
|
"promptTemplates": {
|
|
@@ -1068,13 +1079,11 @@
|
|
|
1068
1079
|
"label": "Token Usage",
|
|
1069
1080
|
"lastUsed": "Last Used",
|
|
1070
1081
|
"model": "Model",
|
|
1071
|
-
"never": "Never",
|
|
1072
1082
|
"noData": "No token usage data available yet.",
|
|
1073
1083
|
"note": "Token usage is tracked since the start of the application and is not persisted.",
|
|
1074
1084
|
"outputTokens": "Output Tokens",
|
|
1075
1085
|
"readCachedInputTokens": "Input Tokens Read From Cache",
|
|
1076
1086
|
"readCachedInputTokensTooltip": "Tracked additionally to 'Input Token'. Usually much less expensive than not cached. Usually does not count to rate limits.",
|
|
1077
|
-
"title": "AI Model Token Usage",
|
|
1078
1087
|
"total": "Total",
|
|
1079
1088
|
"totalTokens": "Total Tokens",
|
|
1080
1089
|
"totalTokensTooltip": "'Input Tokens' + 'Output Tokens'"
|
|
@@ -1170,7 +1179,23 @@
|
|
|
1170
1179
|
"sendToChat": "Send to AI Chat"
|
|
1171
1180
|
},
|
|
1172
1181
|
"ai-ide": {
|
|
1173
|
-
"
|
|
1182
|
+
"addressGhReviewCommand": {
|
|
1183
|
+
"argumentHint": "<pr-number>",
|
|
1184
|
+
"description": "Address review comments on a GitHub pull request"
|
|
1185
|
+
},
|
|
1186
|
+
"fixGhTicketCommand": {
|
|
1187
|
+
"argumentHint": "<ticket-number>",
|
|
1188
|
+
"description": "Analyze a GitHub ticket and implement the solution"
|
|
1189
|
+
},
|
|
1190
|
+
"open-agent-settings-tooltip": "Open Agent settings...",
|
|
1191
|
+
"rememberCommand": {
|
|
1192
|
+
"argumentHint": "[topic-hint]",
|
|
1193
|
+
"description": "Extract topics from conversation and update project info"
|
|
1194
|
+
},
|
|
1195
|
+
"ticketCommand": {
|
|
1196
|
+
"argumentHint": "<ticket-number>",
|
|
1197
|
+
"description": "Analyze a GitHub ticket and create an implementation plan"
|
|
1198
|
+
}
|
|
1174
1199
|
},
|
|
1175
1200
|
"callhierarchy": {
|
|
1176
1201
|
"noCallers": "No callers have been detected.",
|
|
@@ -1295,9 +1320,7 @@
|
|
|
1295
1320
|
"originalSize": "The position and size of the extracted widget will be the same as the original widget."
|
|
1296
1321
|
},
|
|
1297
1322
|
"severity": {
|
|
1298
|
-
"
|
|
1299
|
-
"log": "Log",
|
|
1300
|
-
"warnings": "Warnings"
|
|
1323
|
+
"log": "Log"
|
|
1301
1324
|
},
|
|
1302
1325
|
"silentNotifications": "Controls whether to suppress notification popups.",
|
|
1303
1326
|
"tabDefaultSize": "Specifies the default size for tabs.",
|
|
@@ -1310,7 +1333,8 @@
|
|
|
1310
1333
|
"end": "Place the close icon at the end of the label. In left-to-right languages, this is the right side of the tab.",
|
|
1311
1334
|
"start": "Place the close icon at the start of the label. In left-to-right languages, this is the left side of the tab."
|
|
1312
1335
|
}
|
|
1313
|
-
}
|
|
1336
|
+
},
|
|
1337
|
+
"window.menuBarVisibility": "Menu is displayed as a compact button in the side bar. This value is ignored when {0} is {1}."
|
|
1314
1338
|
},
|
|
1315
1339
|
"debug": {
|
|
1316
1340
|
"TheiaIDE": "Theia IDE",
|
|
@@ -1362,6 +1386,7 @@
|
|
|
1362
1386
|
"editor.bracketPairColorization.enabled": "Controls whether bracket pair colorization is enabled or not. Use `#workbench.colorCustomizations#` to override the bracket highlight colors.",
|
|
1363
1387
|
"editor.codeActions.triggerOnFocusChange": "Enable triggering `#editor.codeActionsOnSave#` when `#files.autoSave#` is set to `afterDelay`. Code Actions must be set to `always` to be triggered for window and focus changes.",
|
|
1364
1388
|
"editor.detectIndentation": "Controls whether `#editor.tabSize#` and `#editor.insertSpaces#` will be automatically detected when a file is opened based on the file contents.",
|
|
1389
|
+
"editor.experimental.preferTreeSitter": "Controls whether tree sitter parsing should be turned on for specific languages. This will take precedence over `editor.experimental.treeSitterTelemetry` for the specified languages.",
|
|
1365
1390
|
"editor.inlayHints.enabled1": "Inlay hints are showing by default and hide when holding Ctrl+Alt",
|
|
1366
1391
|
"editor.inlayHints.enabled2": "Inlay hints are hidden by default and show when holding Ctrl+Alt",
|
|
1367
1392
|
"editor.inlayHints.fontFamily": "Controls font family of inlay hints in the editor. When set to empty, the `#editor.fontFamily#` is used.",
|
|
@@ -1402,7 +1427,6 @@
|
|
|
1402
1427
|
"dialog": {
|
|
1403
1428
|
"initialLocation": "Go To Initial Location",
|
|
1404
1429
|
"multipleItemMessage": "You can select only one item",
|
|
1405
|
-
"name": "Name:",
|
|
1406
1430
|
"navigateBack": "Navigate Back",
|
|
1407
1431
|
"navigateForward": "Navigate Forward",
|
|
1408
1432
|
"navigateUp": "Navigate Up One Directory"
|
|
@@ -1426,6 +1450,10 @@
|
|
|
1426
1450
|
"uploadedOutOf": "Uploaded {0} out of {1}"
|
|
1427
1451
|
},
|
|
1428
1452
|
"getting-started": {
|
|
1453
|
+
"ai": {
|
|
1454
|
+
"header": "AI Support in the Theia IDE is available (Beta Version)!",
|
|
1455
|
+
"openAIChatView": "Open the AI Chat View now to learn how to start!"
|
|
1456
|
+
},
|
|
1429
1457
|
"apiComparator": "{0} API Compatibility",
|
|
1430
1458
|
"newExtension": "Building a New Extension",
|
|
1431
1459
|
"newPlugin": "Building a New Plugin",
|
|
@@ -1595,6 +1623,7 @@
|
|
|
1595
1623
|
"autoReveal": "Auto Reveal",
|
|
1596
1624
|
"clipboardWarn": "Access to the clipboard is denied. Check your browser's permission.",
|
|
1597
1625
|
"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.",
|
|
1626
|
+
"openWithSystemEditor": "Open With System Editor",
|
|
1598
1627
|
"refresh": "Refresh in Explorer",
|
|
1599
1628
|
"reveal": "Reveal in Explorer",
|
|
1600
1629
|
"systemEditor": "System Editor",
|
|
@@ -1644,7 +1673,8 @@
|
|
|
1644
1673
|
},
|
|
1645
1674
|
"plugin-ext": {
|
|
1646
1675
|
"authentication-main": {
|
|
1647
|
-
"loginTitle": "Login"
|
|
1676
|
+
"loginTitle": "Login",
|
|
1677
|
+
"signedOut": "Successfully signed out."
|
|
1648
1678
|
},
|
|
1649
1679
|
"plugins": "Plugins",
|
|
1650
1680
|
"webviewTrace": "Controls communication tracing with webviews.",
|
|
@@ -1705,9 +1735,7 @@
|
|
|
1705
1735
|
"dirtyDiff": {
|
|
1706
1736
|
"close": "Close Change Peek View"
|
|
1707
1737
|
},
|
|
1708
|
-
"history": "History",
|
|
1709
1738
|
"mergeEditor": {
|
|
1710
|
-
"resetConfirmationMessage": "This action cannot be undone.",
|
|
1711
1739
|
"resetConfirmationTitle": "Do you really want to reset the merge result in this editor?"
|
|
1712
1740
|
},
|
|
1713
1741
|
"noRepositoryFound": "No repository found",
|
|
@@ -1781,6 +1809,28 @@
|
|
|
1781
1809
|
"shellOsx": "The path of the shell that the terminal uses on macOS (default: '{0}'}).",
|
|
1782
1810
|
"shellWindows": "The path of the shell that the terminal uses on Windows. (default: '{0}')."
|
|
1783
1811
|
},
|
|
1812
|
+
"terminal-manager": {
|
|
1813
|
+
"addTerminalToGroup": "Add terminal to group",
|
|
1814
|
+
"closeDialog": {
|
|
1815
|
+
"message": "Once the Terminal Manager is closed, its layout cannot be restored. Are you sure you want to close the Terminal Manager?",
|
|
1816
|
+
"title": "Do you want to close the terminal manager?"
|
|
1817
|
+
},
|
|
1818
|
+
"closeTerminalManager": "Close Terminal Manager",
|
|
1819
|
+
"createNewTerminalGroup": "Create New Terminal Group",
|
|
1820
|
+
"createNewTerminalPage": "Create New Terminal Page",
|
|
1821
|
+
"deleteGroup": "Delete Group",
|
|
1822
|
+
"deletePage": "Delete Page",
|
|
1823
|
+
"deleteTerminal": "Delete Terminal",
|
|
1824
|
+
"group": "Group",
|
|
1825
|
+
"label": "Terminals",
|
|
1826
|
+
"maximizeBottomPanel": "Maximize Bottom Panel",
|
|
1827
|
+
"minimizeBottomPanel": "Minimize Bottom Panel",
|
|
1828
|
+
"openTerminalManager": "Open Terminal Manager",
|
|
1829
|
+
"page": "Page",
|
|
1830
|
+
"rename": "Rename",
|
|
1831
|
+
"resetTerminalManagerLayout": "Reset Terminal Manager Layout",
|
|
1832
|
+
"toggleTreeView": "Toggle Tree View"
|
|
1833
|
+
},
|
|
1784
1834
|
"test": {
|
|
1785
1835
|
"cancelAllTestRuns": "Cancel All Test Runs",
|
|
1786
1836
|
"stackFrameAt": "at",
|
|
@@ -1839,6 +1889,7 @@
|
|
|
1839
1889
|
"messageWarning": " The {0} endpoint's host pattern has been changed to `{1}`; changing the pattern can lead to security vulnerabilities. See `{2}` for more information."
|
|
1840
1890
|
},
|
|
1841
1891
|
"workspace": {
|
|
1892
|
+
"bothAreDirectories": "Both resources are directories.",
|
|
1842
1893
|
"compareWithEachOther": "Compare with Each Other",
|
|
1843
1894
|
"confirmDeletePermanently.description": "Failed to delete \"{0}\" using the Trash. Do you want to permanently delete instead?",
|
|
1844
1895
|
"confirmDeletePermanently.solution": "You can disable the use of Trash in the preferences.",
|
|
@@ -1848,21 +1899,68 @@
|
|
|
1848
1899
|
"confirmMessage.dirtySingle": "Do you really want to delete {0} with unsaved changes?",
|
|
1849
1900
|
"confirmMessage.uriMultiple": "Do you really want to delete all the {0} selected files?",
|
|
1850
1901
|
"confirmMessage.uriSingle": "Do you really want to delete {0}?",
|
|
1902
|
+
"directoriesCannotBeCompared": "Directories cannot be compared. {0}",
|
|
1851
1903
|
"duplicate": "Duplicate",
|
|
1852
1904
|
"failSaveAs": "Cannot run \"{0}\" for the current widget.",
|
|
1905
|
+
"isDirectory": "'{0}' is a directory.",
|
|
1853
1906
|
"newFilePlaceholder": "File Name",
|
|
1854
1907
|
"newFolderPlaceholder": "Folder Name",
|
|
1855
1908
|
"noErasure": "Note: Nothing will be erased from disk",
|
|
1909
|
+
"notWorkspaceFile": "Not a valid workspace file: {0}",
|
|
1856
1910
|
"openRecentPlaceholder": "Type the name of the workspace you want to open",
|
|
1857
1911
|
"openRecentWorkspace": "Open Recent Workspace...",
|
|
1858
1912
|
"preserveWindow": "Enable opening workspaces in current window.",
|
|
1859
1913
|
"removeFolder": "Are you sure you want to remove the following folder from the workspace?",
|
|
1860
1914
|
"removeFolders": "Are you sure you want to remove the following folders from the workspace?",
|
|
1915
|
+
"schema": {
|
|
1916
|
+
"folders": {
|
|
1917
|
+
"description": "Root folders in the workspace"
|
|
1918
|
+
},
|
|
1919
|
+
"title": "Workspace File"
|
|
1920
|
+
},
|
|
1861
1921
|
"trashTitle": "Move {0} to Trash",
|
|
1862
1922
|
"trustEmptyWindow": "Controls whether or not the empty workspace is trusted by default.",
|
|
1863
1923
|
"trustEnabled": "Controls whether or not workspace trust is enabled. If disabled, all workspaces are trusted.",
|
|
1864
1924
|
"trustRequest": "An extension requests workspace trust but the corresponding API is not yet fully supported. Do you want to trust this workspace?",
|
|
1865
1925
|
"untitled-cleanup": "There appear to be many untitled workspace files. Please check {0} and remove any unused files.",
|
|
1926
|
+
"variables": {
|
|
1927
|
+
"cwd": {
|
|
1928
|
+
"description": "The task runner's current working directory on startup"
|
|
1929
|
+
},
|
|
1930
|
+
"file": {
|
|
1931
|
+
"description": "The path of the currently opened file"
|
|
1932
|
+
},
|
|
1933
|
+
"fileBasename": {
|
|
1934
|
+
"description": "The basename of the currently opened file"
|
|
1935
|
+
},
|
|
1936
|
+
"fileBasenameNoExtension": {
|
|
1937
|
+
"description": "The currently opened file's name without extension"
|
|
1938
|
+
},
|
|
1939
|
+
"fileDirname": {
|
|
1940
|
+
"description": "The name of the currently opened file's directory"
|
|
1941
|
+
},
|
|
1942
|
+
"fileExtname": {
|
|
1943
|
+
"description": "The extension of the currently opened file"
|
|
1944
|
+
},
|
|
1945
|
+
"relativeFile": {
|
|
1946
|
+
"description": "The currently opened file's path relative to the workspace root"
|
|
1947
|
+
},
|
|
1948
|
+
"relativeFileDirname": {
|
|
1949
|
+
"description": "The current opened file's dirname relative to ${workspaceFolder}"
|
|
1950
|
+
},
|
|
1951
|
+
"workspaceFolder": {
|
|
1952
|
+
"description": "The path of the workspace root folder"
|
|
1953
|
+
},
|
|
1954
|
+
"workspaceFolderBasename": {
|
|
1955
|
+
"description": "The name of the workspace root folder"
|
|
1956
|
+
},
|
|
1957
|
+
"workspaceRoot": {
|
|
1958
|
+
"description": "The path of the workspace root folder"
|
|
1959
|
+
},
|
|
1960
|
+
"workspaceRootFolderName": {
|
|
1961
|
+
"description": "The name of the workspace root folder"
|
|
1962
|
+
}
|
|
1963
|
+
},
|
|
1866
1964
|
"workspaceFolderAdded": "A workspace with multiple roots was created. Do you want to save your workspace configuration as a file?",
|
|
1867
1965
|
"workspaceFolderAddedTitle": "Folder added to Workspace"
|
|
1868
1966
|
}
|