@theia/core 1.66.0-next.80 → 1.67.0-next.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/i18n/nls.json CHANGED
@@ -58,15 +58,68 @@
58
58
  }
59
59
  },
60
60
  "chat": {
61
+ "applySuggestion": "Apply suggestion",
62
+ "changeSetDefaultTitle": "Suggested Changes",
63
+ "changeSetFileDiffUriLabel": "AI Changes: {0}",
64
+ "chatAgentsVariable": {
65
+ "description": "Returns the list of chat agents available in the system"
66
+ },
67
+ "chatSessionNamingAgent": {
68
+ "description": "Agent for generating chat session names",
69
+ "vars": {
70
+ "conversation": {
71
+ "description": "The content of the chat conversation."
72
+ },
73
+ "listOfSessionNames": {
74
+ "description": "The list of existing session names."
75
+ }
76
+ }
77
+ },
78
+ "chatSessionSummaryAgent": {
79
+ "description": "Agent for generating chat session summaries."
80
+ },
81
+ "confirmApplySuggestion": "The file {0} has changed since this suggestion was created. Are you certain you wish to apply the change?",
82
+ "confirmRevertSuggestion": "The file {0} has changed since this suggestion was created. Are you certain you wish to revert the change?",
83
+ "couldNotFindMatchingLM": "Couldn't find a matching language model. Please check your setup!",
84
+ "couldNotFindReadyLMforAgent": "Couldn't find a ready language model for agent {0}. Please check your setup!",
61
85
  "defaultAgent": {
62
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. If no Default Agent is configured, Theia´s defaults will be applied."
63
87
  },
88
+ "imageContextVariable": {
89
+ "args": {
90
+ "data": {
91
+ "description": "The image data in base64."
92
+ },
93
+ "mimeType": {
94
+ "description": "The mimetype of the image."
95
+ },
96
+ "name": {
97
+ "description": "The name of the image file if available."
98
+ },
99
+ "wsRelativePath": {
100
+ "description": "The workspace-relative path of the image file if available."
101
+ }
102
+ },
103
+ "description": "Provides context information for an image",
104
+ "label": "Image File"
105
+ },
64
106
  "orchestrator": {
65
- "description": "This agent analyzes the user request against the description of all available chat agents and selects the best fitting agent to answer the request (by using AI).The user's request will be directly delegated to the selected agent without further confirmation."
107
+ "description": "This agent analyzes the user request against the description of all available chat agents and selects the best fitting agent to answer the request (by using AI).The user's request will be directly delegated to the selected agent without further confirmation.",
108
+ "vars": {
109
+ "availableChatAgents": {
110
+ "description": "The list of chat agents that the orchestrator can delegate to, excluding agents specified in the exclusion list preference."
111
+ }
112
+ }
66
113
  },
67
114
  "pinChatAgent": {
68
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."
69
116
  },
117
+ "revertSuggestion": "Revert suggestion",
118
+ "selectImageFile": "Select an image file",
119
+ "taskContextService": {
120
+ "summarizeProgressMessage": "Summarize: {0}",
121
+ "updatingProgressMessage": "Updating: {0}"
122
+ },
70
123
  "toolConfirmation": {
71
124
  "confirm": {
72
125
  "description": "Ask for confirmation before executing tools"
@@ -104,10 +157,20 @@
104
157
  "waitingForInput": "Waiting for input",
105
158
  "you": "You"
106
159
  },
160
+ "chatInput": {
161
+ "clearHistory": "Clear Input Prompt History",
162
+ "cycleMode": "Cycle Chat Mode",
163
+ "nextPrompt": "Next Prompt",
164
+ "previousPrompt": "Previous Prompt"
165
+ },
107
166
  "code-part-renderer": {
108
167
  "generatedCode": "Generated Code"
109
168
  },
169
+ "command-part-renderer": {
170
+ "commandNotExecutable": "The command has the id \"{0}\" but it is not executable from the Chat window."
171
+ },
110
172
  "copyCodeBlock": "Copy Code Block",
173
+ "couldNotSendRequestToSession": "Was not able to send request \"{0}\" to session {1}",
111
174
  "delegation-response-renderer": {
112
175
  "prompt": {
113
176
  "label": "Delegated prompt:"
@@ -128,6 +191,11 @@
128
191
  "editRequest": "Edit",
129
192
  "enterChatName": "Enter chat name",
130
193
  "errorChatInvocation": "An error occurred during chat service invocation.",
194
+ "failedToDeleteSession": "Failed to delete chat session",
195
+ "failedToLoadChats": "Failed to load chat sessions",
196
+ "failedToRestoreSession": "Failed to restore chat session",
197
+ "failedToRetry": "Failed to retry message",
198
+ "noChatAgentsAvailable": "No chat agents available.",
131
199
  "node": {
132
200
  "toolbar": {
133
201
  "cancel": "Cancel",
@@ -138,11 +206,20 @@
138
206
  "openDiff": "Open Diff",
139
207
  "openOriginalFile": "Open Original File",
140
208
  "performThisTask": "Perform this task.",
209
+ "persistedSession": "Persisted session (click to restore)",
141
210
  "removeChat": "Remove Chat",
142
211
  "renameChat": "Rename Chat",
212
+ "requestNotFoundForRetry": "Request not found for retry",
213
+ "selectAgentQuickPickPlaceholder": "Select an agent for the new session",
143
214
  "selectChat": "Select chat",
215
+ "selectContextVariableQuickPickPlaceholder": "Select a context variable to be attached to the message",
216
+ "selectTaskContextQuickPickItem": {
217
+ "currentlyOpen": "currently open"
218
+ },
219
+ "selectTaskContextQuickPickPlaceholder": "Select a task context to attach",
144
220
  "selectVariableArguments": "Select variable arguments",
145
221
  "send": "Send (Enter)",
222
+ "sessionNotFoundForRetry": "Session not found for retry",
146
223
  "text-part-renderer": {
147
224
  "cantDisplay": "Can't display response, please check your ChatResponsePartRenderers!"
148
225
  },
@@ -158,6 +235,7 @@
158
235
  "allow": "Allow",
159
236
  "allow-forever": "Always Allow",
160
237
  "allow-forever-tooltip": "Always allow this tool",
238
+ "allow-options-dropdown-tooltip": "More Allow Options",
161
239
  "allow-session": "Allow for this Chat",
162
240
  "allow-session-tooltip": "Allow all calls of this tool for this chat session",
163
241
  "allow-tooltip": "Allow this tool call once",
@@ -166,20 +244,153 @@
166
244
  "deny": "Deny",
167
245
  "deny-forever": "Always Deny",
168
246
  "deny-forever-tooltip": "Always deny this tool",
247
+ "deny-options-dropdown-tooltip": "More Deny Options",
169
248
  "deny-session": "Deny for this Chat",
170
249
  "deny-session-tooltip": "Deny all calls of this tool for this chat session",
171
250
  "deny-tooltip": "Deny this tool call once",
172
251
  "header": "Confirm Tool Execution",
173
252
  "tool": "Tool"
174
253
  },
254
+ "unableToSummarizeCurrentSession": "Unable to summarize current session. Please confirm that the summary agent is not disabled.",
255
+ "unknown-part-renderer": {
256
+ "contentNotRestoreable": "This content (type '{0}') could not be fully restored. It may be from an extension that is no longer available."
257
+ },
175
258
  "unpinAgent": "Unpin Agent"
176
259
  },
260
+ "claude-code": {
261
+ "agentDescription": "Anthropic's coding agent",
262
+ "changeSetTitle": "Changes by Claude Code",
263
+ "clearCommand": {
264
+ "description": "Create a new session"
265
+ },
266
+ "commandDetail": "Claude command: {0}",
267
+ "compactCommand": {
268
+ "description": "Compact conversation with optional focus instructions"
269
+ },
270
+ "completedCount": "{0}/{1} completed",
271
+ "configCommand": {
272
+ "description": "Open Claude Code Configuration"
273
+ },
274
+ "currentDirectory": "current directory",
275
+ "deny": "Deny",
276
+ "differentAgentRequestWarning": "The previous chat request was handled by a different agent. Claude Code does not see those other messages.",
277
+ "directory": "Directory",
278
+ "domain": "Domain",
279
+ "editNumber": "Edit {0}",
280
+ "editing": "Editing",
281
+ "editsCount": "{0} edits",
282
+ "emptyTodoList": "No todos available",
283
+ "entireFile": "Entire File",
284
+ "excludingOnePattern": " (exluding 1 pattern)",
285
+ "excludingPatterns": " (excluding {0} patterns)",
286
+ "executedCommand": "Executed: {0}",
287
+ "failedToParseBashToolData": "Failed to parse Bash tool data",
288
+ "failedToParseEditToolData": "Failed to parse Edit tool data",
289
+ "failedToParseGlobToolData": "Failed to parse Glob tool data",
290
+ "failedToParseGrepToolData": "Failed to parse Grep tool data",
291
+ "failedToParseLSToolData": "Failed to parse LS tool data",
292
+ "failedToParseMultiEditToolData": "Failed to parse MultiEdit tool data",
293
+ "failedToParseReadToolData": "Failed to parse Read tool data",
294
+ "failedToParseTodoListData": "Failed to parse todo list data",
295
+ "failedToParseWebFetchToolData": "Failed to parse WebFetch tool data",
296
+ "failedToParseWriteToolData": "Failed to parse Write tool data",
297
+ "fetching": "Fetching",
298
+ "fileFilter": "File Filter",
299
+ "filePath": "File Path",
300
+ "fileType": "File Type",
301
+ "findMatchingFiles": "Find files matching the glob pattern \"{0}\" in the current directory",
302
+ "findMatchingFilesWithPath": "Find files matching the glob pattern \"{0}\" within {1}",
303
+ "finding": "Finding",
304
+ "from": "From",
305
+ "globPattern": "glob pattern",
306
+ "grepOptions": {
307
+ "caseInsensitive": "case-insensitive",
308
+ "glob": "glob: {0}",
309
+ "headLimit": "limit: {0}",
310
+ "lineNumbers": "line numbers",
311
+ "linesAfter": "+{0} after",
312
+ "linesBefore": "+{0} before",
313
+ "linesContext": "±{0} context",
314
+ "multiLine": "multiline",
315
+ "type": "type: {0}"
316
+ },
317
+ "grepOutputModes": {
318
+ "content": "content",
319
+ "count": "count",
320
+ "filesWithMatches": "files with matches"
321
+ },
322
+ "ignoredPatterns": "Ignored Patterns",
323
+ "ignoringPatterns": "Ignoring {0} patterns",
324
+ "initCommand": {
325
+ "description": "Initialize project with CLAUDE.md guide"
326
+ },
327
+ "itemCount": "{0} items",
328
+ "lineLimit": "Line Limit",
329
+ "lines": "Lines",
330
+ "listDirectoryContents": "List directory contents",
331
+ "listing": "Listing",
332
+ "memoryCommand": {
333
+ "description": "Edit CLAUDE.md memory file"
334
+ },
335
+ "multiEditing": "Multi-editing",
336
+ "oneEdit": "1 edit",
337
+ "oneItem": "1 item",
338
+ "oneOption": "1 option",
339
+ "openDirectoryTooltip": "Click to open directory",
340
+ "openFileTooltip": "Click to open file in editor",
341
+ "optionsCount": "{0} options",
342
+ "partial": "Partial",
343
+ "pattern": "Pattern",
344
+ "project": "project",
345
+ "projectRoot": "project root",
346
+ "readMode": "Read Mode",
347
+ "reading": "Reading",
348
+ "replaceAllCount": "{0} replace-all",
349
+ "replaceAllOccurrences": "Replace all occurrences",
350
+ "resumeCommand": {
351
+ "description": "Resume a session"
352
+ },
353
+ "reviewCommand": {
354
+ "description": "Request code review"
355
+ },
356
+ "searchPath": "Search Path",
357
+ "searching": "Searching",
358
+ "startingLine": "Starting Line",
359
+ "timeout": "Timeout",
360
+ "timeoutInMs": "Timeout: {0}ms",
361
+ "to": "To",
362
+ "todoList": "Todo List",
363
+ "todoPriority": {
364
+ "high": "high",
365
+ "low": "low",
366
+ "medium": "medium"
367
+ },
368
+ "toolApprovalRequest": "Claude Code wants to use the \"{0}\" tool. Do you want to allow this?",
369
+ "totalEdits": "Total Edits",
370
+ "url": "URL",
371
+ "webFetch": "Web Fetch",
372
+ "writing": "Writing"
373
+ },
177
374
  "code-completion": {
178
375
  "progressText": "Calculating AI code completion..."
179
376
  },
180
377
  "completion": {
181
378
  "agent": {
182
- "description": "This agent provides inline code completion in the code editor in the Theia IDE."
379
+ "description": "This agent provides inline code completion in the code editor in the Theia IDE.",
380
+ "vars": {
381
+ "file": {
382
+ "description": "The URI of the file being edited"
383
+ },
384
+ "language": {
385
+ "description": "The languageId of the file being edited"
386
+ },
387
+ "prefix": {
388
+ "description": "The code before the current cursor position"
389
+ },
390
+ "suffix": {
391
+ "description": "The code after the current cursor position"
392
+ }
393
+ }
183
394
  },
184
395
  "automaticEnable": {
185
396
  "description": "Automatically trigger AI completions inline within any (Monaco) editor while editing. \n Alternatively, you can manually trigger the code via the command \"Trigger Inline Suggestion\" or the default shortcut \"Ctrl+Alt+Space\"."
@@ -196,13 +407,25 @@
196
407
  "description": "Specify file extensions (e.g., .md, .txt) where AI completions should be disabled.",
197
408
  "title": "Excluded File Extensions"
198
409
  },
410
+ "fileVariable": {
411
+ "description": "The URI of the file being edited. Only available in code completion context."
412
+ },
413
+ "languageVariable": {
414
+ "description": "The languageId of the file being edited. Only available in code completion context."
415
+ },
199
416
  "maxContextLines": {
200
417
  "description": "The maximum number of lines used as context, distributed among the lines before and after the cursor position (prefix and suffix). Set this to -1 to use the full file as context without any line limit and 0 to only use the current line.",
201
418
  "title": "Maximum Context Lines"
202
419
  },
420
+ "prefixVariable": {
421
+ "description": "The code before the current cursor position. Only available in code completion context."
422
+ },
203
423
  "stripBackticks": {
204
424
  "description": "Remove surrounding backticks from the code returned by some LLMs. If a backtick is detected, all content after the closing backtick is stripped as well. This setting helps ensure plain code is returned when language models use markdown-like formatting.",
205
425
  "title": "Strip Backticks from Inline Completions"
426
+ },
427
+ "suffixVariable": {
428
+ "description": "The code after the current cursor position. Only available in code completion context."
206
429
  }
207
430
  },
208
431
  "core": {
@@ -225,6 +448,10 @@
225
448
  "aiConfiguration": {
226
449
  "label": "AI Configuration [Beta]"
227
450
  },
451
+ "blinkTitle": {
452
+ "agentCompleted": "Theia - Agent Completed",
453
+ "namedAgentCompleted": "Theia - Agent \"{0}\" Completed"
454
+ },
228
455
  "changeSetSummaryVariable": {
229
456
  "description": "Provides a summary of the files in a change set and their contents."
230
457
  },
@@ -234,6 +461,23 @@
234
461
  "contextSummaryVariable": {
235
462
  "description": "Describes files in the context for a given session."
236
463
  },
464
+ "customAgentTemplate": {
465
+ "description": "This is an example agent. Please adapt the properties to fit your needs."
466
+ },
467
+ "defaultModelAliases": {
468
+ "code": {
469
+ "description": "Optimized for code understanding and generation tasks."
470
+ },
471
+ "code-completion": {
472
+ "description": "Best suited for code autocompletion scenarios."
473
+ },
474
+ "summarize": {
475
+ "description": "Models prioritized for summarization and condensation of content."
476
+ },
477
+ "universal": {
478
+ "description": "Well-balanced for both code and general language use."
479
+ }
480
+ },
237
481
  "defaultNotification": {
238
482
  "mdDescription": "The default notification method used when an AI agent completes a task. Individual agents can override this setting.\n - `os-notification`: Show OS/system notifications\n - `message`: Show notifications in the status bar/message area\n - `blink`: Blink or highlight the UI\n - `off`: Disable all notifications",
239
483
  "title": "Default Notification Type"
@@ -244,7 +488,14 @@
244
488
  "discardCustomPrompt": {
245
489
  "tooltip": "Discard Customizations"
246
490
  },
491
+ "fileVariable": {
492
+ "description": "Resolves the contents of a file",
493
+ "uri": {
494
+ "description": "The URI of the requested file."
495
+ }
496
+ },
247
497
  "languageModelRenderer": {
498
+ "alias": "[alias] {0}",
248
499
  "languageModel": "Language Model",
249
500
  "purpose": "Purpose"
250
501
  },
@@ -257,12 +508,16 @@
257
508
  "defaultList": "[Default list]",
258
509
  "evaluatesTo": "Evaluates to",
259
510
  "label": "Model Aliases",
511
+ "modelNotReadyTooltip": "Not ready",
512
+ "modelReadyTooltip": "Ready",
260
513
  "noAgents": "No agents use this alias.",
514
+ "noModelReadyTooltip": "No model ready",
261
515
  "noResolvedModel": "No model ready for this alias.",
262
516
  "selectAlias": "Please select a Model Alias.",
263
517
  "selectedModelId": "Selected Model",
264
518
  "unavailableModel": "Selected model is no longer available"
265
519
  },
520
+ "noVariableFoundForOpenRequest": "No variable found for open request.",
266
521
  "openEditorsShortVariable": {
267
522
  "description": "Short reference to all currently open files (relative paths, comma-separated)"
268
523
  },
@@ -277,7 +532,7 @@
277
532
  }
278
533
  },
279
534
  "prefs": {
280
- "title": "AI Features [Beta]"
535
+ "title": "AI Features [Beta]"
281
536
  },
282
537
  "promptFragmentsConfiguration": {
283
538
  "activeCustomizationLabel": "Active",
@@ -321,7 +576,8 @@
321
576
  "variantsOfSystemPrompt": "Variants of this prompt variant set:"
322
577
  },
323
578
  "promptTemplates": {
324
- "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."
579
+ "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.",
580
+ "openLabel": "Select Folder"
325
581
  },
326
582
  "promptVariable": {
327
583
  "argDescription": "The prompt template id to resolve",
@@ -337,7 +593,30 @@
337
593
  "category": "AI Prompt Templates"
338
594
  },
339
595
  "requestSettings": {
596
+ "clientSettings": {
597
+ "description": "Client settings for how to handle messages that are send back to the llm.",
598
+ "keepThinking": {
599
+ "description": "If set to false, all thinking output will be filtered before sending the next user request in a multi-turn conversation."
600
+ },
601
+ "keepToolCalls": {
602
+ "description": "If set to false, all tool request and tool responses will be filtered before sending the next user request in a multi-turn conversation."
603
+ }
604
+ },
340
605
  "mdDescription": "Allows specifying custom request settings for multiple models.\n Each setting consists of:\n - `scope`: Defines when the setting applies:\n - `modelId` (optional): The model ID to match\n - `providerId` (optional): The provider ID to match (e.g., huggingface, openai, ollama, llamafile)\n - `agentId` (optional): The agent ID to match\n - `requestSettings`: Model-specific settings as key-value pairs\n - `clientSettings`: Client-side message handling settings:\n - `keepToolCalls` (boolean): Whether to keep tool calls in the context\n - `keepThinking` (boolean): Whether to keep thinking messages\n Settings are matched based on specificity (agent: 100, model: 10, provider: 1 points).\n Refer to [our documentation](https://theia-ide.org/docs/user_ai/#custom-request-settings) for more information.",
606
+ "modelSpecificSettings": {
607
+ "description": "Settings for the specific model ID."
608
+ },
609
+ "scope": {
610
+ "agentId": {
611
+ "description": "The (optional) agent id to apply the settings to."
612
+ },
613
+ "modelId": {
614
+ "description": "The (optional) model id"
615
+ },
616
+ "providerId": {
617
+ "description": "The (optional) provider id to apply the settings to."
618
+ }
619
+ },
341
620
  "title": "Custom Request Settings"
342
621
  },
343
622
  "taskContextSummary": {
@@ -353,6 +632,8 @@
353
632
  "description": "The format of the date"
354
633
  }
355
634
  },
635
+ "unableToDisplayVariableValue": "Unable to display variable value.",
636
+ "unableToResolveVariable": "Unable to resolve variable.",
356
637
  "variable-contribution": {
357
638
  "builtInVariable": "Theia Built-in Variable",
358
639
  "currentAbsoluteFilePath": "The absolute path of the currently opened file. Please note that most agents will expect a relative file path (relative to the current workspace).",
@@ -363,6 +644,20 @@
363
644
  "dotRelativePath": "Short reference to the relative path of the currently opened file ('currentRelativeFilePath')."
364
645
  }
365
646
  },
647
+ "editor": {
648
+ "editorContextVariable": {
649
+ "description": "Resolves editor specific context information",
650
+ "label": "EditorContext"
651
+ },
652
+ "explainWithAI": {
653
+ "prompt": "Explain this error",
654
+ "title": "Explain with AI"
655
+ },
656
+ "fixWithAI": {
657
+ "prompt": "Help to fix this error",
658
+ "title": "Fix with AI"
659
+ }
660
+ },
366
661
  "google": {
367
662
  "apiKey": {
368
663
  "description": "Enter an API Key of your official Google AI (Gemini) Account. **Please note:** By using this preference the GOOGLE AI API key will be stored in clear text on the machine running Theia. Use the environment variable `GOOGLE_API_KEY` to set the key securely."
@@ -433,11 +728,117 @@
433
728
  },
434
729
  "ide": {
435
730
  "agent-description": "Configure AI agent settings including enablement, LLM selection, prompt template customization, and custom agent creation in the [AI Configuration View]({0}).",
731
+ "agentConfiguration": {
732
+ "customAgentLocationQuickPick": {
733
+ "createNewFile": "Create new file",
734
+ "openExistingFile": "Open existing file",
735
+ "placeholder": "Choose where to create or open a custom agents file",
736
+ "title": "Select Location for Custom Agents File"
737
+ }
738
+ },
739
+ "app-tester": {
740
+ "errorCheckingPlaywrightServerStatus": "Error checking Playwright MCP server status: {0}",
741
+ "startPlaywrightServers": {
742
+ "canceled": "Please setup the MCP servers.",
743
+ "error": "Failed to start Playwright MCP server: {0}",
744
+ "no": "No, cancel",
745
+ "progress": "Starting Playwright MCP servers.",
746
+ "question": "The Playwright MCP servers are not running. Would you like to start them now? This may install the Playwright MCP servers.",
747
+ "yes": "Yes, start the servers"
748
+ }
749
+ },
750
+ "architectAgent": {
751
+ "suggestion": {
752
+ "summarizeSessionAsTaskForCoder": "Summarize this session as a task for Coder",
753
+ "updateTaskContext": "Update current task context"
754
+ }
755
+ },
756
+ "coderAgent": {
757
+ "suggestion": {
758
+ "fixProblems": {
759
+ "content": "[Fix problems]({0}) in the current file.",
760
+ "prompt": "please look at {1} and fix any problems."
761
+ },
762
+ "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})."
763
+ }
764
+ },
765
+ "commandAgent": {
766
+ "commandCallback": {
767
+ "confirmAction": "Got it",
768
+ "label": "AI command"
769
+ },
770
+ "response": {
771
+ "customHandler": "Try executing this:",
772
+ "noCommand": "Sorry, I can't find such a command",
773
+ "theiaCommand": "I found this command that might help you:"
774
+ },
775
+ "vars": {
776
+ "commandIds": {
777
+ "description": "The list of available commands in Theia."
778
+ }
779
+ }
780
+ },
436
781
  "enableAI": {
437
782
  "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/)**."
438
783
  },
784
+ "github": {
785
+ "configureGitHubServer": {
786
+ "canceled": "GitHub server configuration cancelled. Please configure the GitHub MCP server to use this agent.",
787
+ "no": "No, cancel",
788
+ "yes": "Yes, configure GitHub server"
789
+ },
790
+ "errorCheckingGitHubServerStatus": "Error checking GitHub MCP server status: {0}",
791
+ "startGitHubServer": {
792
+ "canceled": "Please start the GitHub MCP server to use this agent.",
793
+ "error": "Failed to start GitHub MCP server: {0}",
794
+ "no": "No, cancel",
795
+ "progress": "Starting GitHub MCP server.",
796
+ "question": "The GitHub MCP server is configured but not running. Would you like to start it now?",
797
+ "yes": "Yes, start the server"
798
+ }
799
+ },
800
+ "githubRepoName": {
801
+ "description": "The name of the current GitHub repository (e.g., \"eclipse-theia/theia\")"
802
+ },
439
803
  "model-selection-description": "Choose which Large Language Models (LLMs) are used by each AI agent in the [AI Configuration View]({0}).",
440
- "prompt-template-description": "Select prompt variants and customize prompt templates for AI agents in the [AI Configuration View]({0})."
804
+ "orchestrator": {
805
+ "error": {
806
+ "noAgents": "No chat agent available to handle request. Please check your configuration whether any are enabled."
807
+ },
808
+ "progressMessage": "Determining the most appropriate agent",
809
+ "response": {
810
+ "delegatingToAgent": "Delegating to `@{0}`"
811
+ }
812
+ },
813
+ "prompt-template-description": "Select prompt variants and customize prompt templates for AI agents in the [AI Configuration View]({0}).",
814
+ "toolsConfiguration": {
815
+ "default": {
816
+ "label": "Default Tool Confirmation Mode:"
817
+ },
818
+ "label": "Tools",
819
+ "loading": "Loading tools...",
820
+ "resetAll": "Reset All",
821
+ "resetAllConfirmDialog": {
822
+ "msg": "Are you sure you want to reset all tool confirmation modes to the default? This will remove all custom settings.",
823
+ "title": "Reset All Tool Confirmation Modes"
824
+ },
825
+ "resetAllTooltip": "Reset all tools to default",
826
+ "toolOptions": {
827
+ "alwaysAllow": {
828
+ "label": "Always Allow"
829
+ },
830
+ "confirm": {
831
+ "label": "Confirm"
832
+ }
833
+ },
834
+ "tools": {
835
+ "label": "Tools"
836
+ }
837
+ },
838
+ "variableConfiguration": {
839
+ "agents": "Agents",
840
+ "variableArgs": "Variable Arguments"
841
+ }
441
842
  },
442
843
  "llamaFile": {
443
844
  "prefs": {
@@ -567,7 +968,7 @@
567
968
  "id": {
568
969
  "title": "A unique identifier which is used in the UI to identify the custom model"
569
970
  },
570
- "mdDescription": "Integrate custom models compatible with the OpenAI API, for example via `vllm`. The required attributes are `model` and `url`. \n Optionally, you can \n - specify a unique `id` to identify the custom model in the UI. If none is given `model` will be used as `id`. \n - provide an `apiKey` to access the API served at the given url. Use `true` to indicate the use of the global OpenAI API key. \n - provide an `apiVersion` to access the API served at the given url in Azure. Use `true` to indicate the use of the global OpenAI API version. \n - provide a `deployment` name for your Azure deployment. \n - set `developerMessageSettings` to one of `user`, `system`, `developer`, `mergeWithFollowingUserMessage`, or `skip` to control how the developer message is included (where `user`, `system`, and `developer` will be used as a role, `mergeWithFollowingUserMessage` will prefix the following user message with the system message or convert the system message to user message if the next message is not a user message. `skip` will just remove the system message). Defaulting to `developer`. \n - specify `supportsStructuredOutput: false` to indicate that structured output shall not be used. \n - specify `enableStreaming: false` to indicate that streaming shall not be used. \n Refer to [our documentation](https://theia-ide.org/docs/user_ai/#openai-compatible-models-eg-via-vllm) for more information.",
971
+ "mdDescription": "Integrate custom models compatible with the OpenAI API, for example via `vllm`. The required attributes are `model` and `url`. \n Optionally, you can \n - specify a unique `id` to identify the custom model in the UI. If none is given `model` will be used as `id`. \n - provide an `apiKey` to access the API served at the given url. Use `true` to indicate the use of the global OpenAI API key. \n - provide an `apiVersion` to access the API served at the given url in Azure. Use `true` to indicate the use of the global OpenAI API version. \n - provide a `deployment` name for your Azure deployment. \n - set `developerMessageSettings` to one of `user`, `system`, `developer`, `mergeWithFollowingUserMessage`, or `skip` to control how the developer message is included (where `user`, `system`, and `developer` will be used as a role, `mergeWithFollowingUserMessage` will prefix the following user message with the system message or convert the system message to user message if the next message is not a user message. `skip` will just remove the system message). Defaulting to `developer`. \n - specify `supportsStructuredOutput: false` to indicate that structured output shall not be used. \n - specify `enableStreaming: false` to indicate that streaming shall not be used. \n - specify `useResponseApi: true` to use the newer OpenAI Response API instead of the Chat Completion API (requires compatible endpoint). \n Refer to [our documentation](https://theia-ide.org/docs/user_ai/#openai-compatible-models-eg-via-vllm) for more information.",
571
972
  "modelId": {
572
973
  "title": "Model ID"
573
974
  },
@@ -580,6 +981,9 @@
580
981
  },
581
982
  "models": {
582
983
  "description": "Official OpenAI models to use"
984
+ },
985
+ "useResponseApi": {
986
+ "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."
583
987
  }
584
988
  },
585
989
  "promptTemplates": {
@@ -632,7 +1036,21 @@
632
1036
  },
633
1037
  "terminal": {
634
1038
  "agent": {
635
- "description": "This agent provides assistance to write and execute arbitrary terminal commands. Based on the user's request, it suggests commands and allows the user to directly paste and execute them in the terminal. It accesses the current directory, environment and the recent terminal output of the terminal session to provide context-aware assistance"
1039
+ "description": "This agent provides assistance to write and execute arbitrary terminal commands. Based on the user's request, it suggests commands and allows the user to directly paste and execute them in the terminal. It accesses the current directory, environment and the recent terminal output of the terminal session to provide context-aware assistance",
1040
+ "vars": {
1041
+ "cwd": {
1042
+ "description": "The current working directory."
1043
+ },
1044
+ "recentTerminalContents": {
1045
+ "description": "The last 0 to 50 recent lines visible in the terminal."
1046
+ },
1047
+ "shell": {
1048
+ "description": "The shell being used, e.g., /usr/bin/zsh."
1049
+ },
1050
+ "userRequest": {
1051
+ "description": "The user's question or request."
1052
+ }
1053
+ }
636
1054
  },
637
1055
  "askAi": "Ask AI",
638
1056
  "askTerminalCommand": "Ask about a terminal command...",
@@ -645,6 +1063,7 @@
645
1063
  "tokenUsage": {
646
1064
  "cachedInputTokens": "Input Tokens Written to Cache",
647
1065
  "cachedInputTokensTooltip": "Tracked additionally to 'Input Tokens'. Usually more expensive than non-cached tokens.",
1066
+ "failedToGetTokenUsageData": "Failed to fetch token usage data: {0}",
648
1067
  "inputTokens": "Input Tokens",
649
1068
  "label": "Token Usage",
650
1069
  "lastUsed": "Last Used",
@@ -757,6 +1176,17 @@
757
1176
  "noCallers": "No callers have been detected.",
758
1177
  "open": "Open Call Hierarchy"
759
1178
  },
1179
+ "chat": {
1180
+ "taskContextVariable": {
1181
+ "args": {
1182
+ "contextId": {
1183
+ "description": "The ID of the task context to retrieve, or a chat session to summarize."
1184
+ }
1185
+ },
1186
+ "description": "Provides context information for a task, e.g. the plan for completing a task or a summary of a previous sessions",
1187
+ "label": "Task Context"
1188
+ }
1189
+ },
760
1190
  "collaboration": {
761
1191
  "collaborate": "Collaborate",
762
1192
  "collaboration": "Collaboration",