@theia/core 1.72.0-next.52 → 1.72.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
@@ -83,16 +83,10 @@
83
83
  "maxRetries": {
84
84
  "title": "Maximum number of retries when a request fails. 3 by default"
85
85
  },
86
- "mdDescription": "Integrate custom models compatible with the Anthropic API. 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 anthropic API key. \n - specify `enableStreaming: false` to indicate that streaming shall not be used. \n - specify `useCaching: false` to indicate that prompt caching shall not be used. \n - specify `maxRetries: <number>` to indicate the maximum number of retries when a request fails. 3 by default. \n - specify `reasoningApi: \"effort\" | \"budget\"` to opt in to the reasoning selector. By default this is inferred from the `model` name (Claude 4.6+: `effort`; Claude 4.0–4.5: `budget`). Set to `null` to disable. \n - specify `supportsXHighEffort: true` for models that accept the Anthropic `xhigh` effort value.",
86
+ "mdDescription": "Integrate custom models compatible with the Anthropic API. 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 anthropic API key. \n - specify `enableStreaming: false` to indicate that streaming shall not be used. \n - specify `useCaching: false` to indicate that prompt caching shall not be used. \n - specify `maxRetries: <number>` to indicate the maximum number of retries when a request fails. 3 by default. \n Reasoning capabilities and the maximum output token limit are derived from the endpoint's `/v1/models` response.",
87
87
  "modelId": {
88
88
  "title": "Model ID"
89
89
  },
90
- "reasoningApi": {
91
- "title": "Which Anthropic reasoning API shape to use: `effort` for adaptive thinking (Claude 4.6+), `budget` for legacy extended thinking (Claude 4.0–4.5), or `null` to disable. Inferred from the model name by default."
92
- },
93
- "supportsXHighEffort": {
94
- "title": "Indicates whether the model accepts the Anthropic `xhigh` effort value. Inferred from the model name by default."
95
- },
96
90
  "url": {
97
91
  "title": "The Anthropic API compatible endpoint where the model is hosted"
98
92
  },
@@ -144,6 +138,9 @@
144
138
  "defaultAgent": {
145
139
  "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."
146
140
  },
141
+ "defaultToolConfirmation": {
142
+ "description": "Default confirmation behavior used for tools that do not have a tool-specific entry under \"ai-features.chat.toolConfirmation\". Tools that explicitly require confirmation before being auto-approved always default to \"confirm\" regardless of this setting."
143
+ },
147
144
  "fromClipboard": "From Clipboard",
148
145
  "fromClipboardDescription": "Paste image from clipboard",
149
146
  "imageContextVariable": {
@@ -196,15 +193,15 @@
196
193
  "description": "A workspace relative path in which to persist and from which to retrieve task context descriptions. If set to empty value, generated task contexts will be stored in memory rather than on disk."
197
194
  },
198
195
  "toolConfirmation": {
196
+ "alwaysAllow": {
197
+ "description": "Execute tools automatically without confirmation"
198
+ },
199
199
  "confirm": {
200
200
  "description": "Ask for confirmation before executing tools"
201
201
  },
202
- "description": "Configure confirmation behavior for different tools. Key is the tool ID, value is the confirmation mode. Use \"*\" as the key to set a global default for all tools.",
202
+ "description": "Configure confirmation behavior for individual tools. Key is the tool ID, value is the confirmation mode. To change the default for all tools, use \"ai-features.chat.defaultToolConfirmation\".",
203
203
  "disabled": {
204
204
  "description": "Disable tool execution"
205
- },
206
- "yolo": {
207
- "description": "Execute tools automatically without confirmation"
208
205
  }
209
206
  },
210
207
  "toolConfirmationTimeout": {
@@ -247,10 +244,10 @@
247
244
  "toggleCapabilities": "Toggle Capabilities Configuration"
248
245
  },
249
246
  "chatInputAriaLabel": "Type your message here",
247
+ "chatRequestFailedWithDetail": "Chat request failed: {0}",
250
248
  "chatResponses": "Chat responses",
251
249
  "clearAllSelections": "Clear search string and capability selections to saved defaults",
252
250
  "code-part-renderer": {
253
- "copied": "Copied",
254
251
  "generatedCode": "Generated Code"
255
252
  },
256
253
  "collapseAll": "Collapse all",
@@ -258,7 +255,6 @@
258
255
  "command-part-renderer": {
259
256
  "commandNotExecutable": "The command has the id \"{0}\" but it is not executable from the Chat window."
260
257
  },
261
- "confirmDeleteChatMsg": "Are you sure you want to delete this chat?",
262
258
  "copyCodeBlock": "Copy Code Block",
263
259
  "couldNotSendRequestToSession": "Was not able to send request \"{0}\" to session {1}",
264
260
  "delegation-response-renderer": {
@@ -293,7 +289,7 @@
293
289
  "focusInput": "Focus Chat Input",
294
290
  "focusResponse": "Focus Chat Response",
295
291
  "functions": "Functions",
296
- "functionsDescription": "Built-in functions provided by Theia extensions",
292
+ "functionsDescription": "Built-in functions provided by {0} extensions",
297
293
  "genericCapabilities": "Generic Capabilities",
298
294
  "mcpFunctionsDescription": "Model Context Protocol (MCP) functions from connected servers",
299
295
  "noChatAgentsAvailable": "No chat agents available.",
@@ -305,9 +301,6 @@
305
301
  "persistedSession": "Persisted session (click to restore)",
306
302
  "promptFragmentsDescription": "Custom prompt fragments to include in the conversation",
307
303
  "reasoning": {
308
- "high": "High",
309
- "low": "Low",
310
- "medium": "Medium",
311
304
  "minimal": "Minimal"
312
305
  },
313
306
  "removeChat": "Remove Chat",
@@ -399,6 +392,7 @@
399
392
  "differentAgentRequestWarning": "The previous chat request was handled by a different agent. Claude Code does not see those other messages.",
400
393
  "directory": "Directory",
401
394
  "domain": "Domain",
395
+ "edit": "Edit {0}",
402
396
  "editAutomatically": "Edit automatically",
403
397
  "editing": "Editing",
404
398
  "editsCount": "{0} edits",
@@ -523,7 +517,7 @@
523
517
  },
524
518
  "completion": {
525
519
  "agent": {
526
- "description": "This agent provides inline code completion in the code editor in the Theia IDE.",
520
+ "description": "This agent provides inline code completion in the code editor in {0}.",
527
521
  "vars": {
528
522
  "file": {
529
523
  "description": "The URI of the file being edited"
@@ -587,7 +581,7 @@
587
581
  "expired": "Authorization expired or was denied. Please try again.",
588
582
  "hint": "After entering the code and authorizing, click \"I have authorized\" below.",
589
583
  "initiating": "Initiating authentication...",
590
- "instructions": "To authorize Theia to use GitHub Copilot, visit the URL below and enter the code:",
584
+ "instructions": "To authorize {0} to use GitHub Copilot, visit the URL below and enter the code:",
591
585
  "openGitHub": "Open GitHub",
592
586
  "privacy": "Theia is an open-source project. We only request access to your GitHub username to connect to GitHub Copilot services — no other data is accessed or stored.",
593
587
  "success": "Successfully signed in to GitHub Copilot!",
@@ -650,8 +644,8 @@
650
644
  "label": "AI Configuration"
651
645
  },
652
646
  "blinkTitle": {
653
- "agentCompleted": "Theia - Agent Completed",
654
- "namedAgentCompleted": "Theia - Agent \"{0}\" Completed"
647
+ "agentCompleted": "{0} - Agent Completed",
648
+ "namedAgentCompleted": "{0} - Agent \"{1}\" Completed"
655
649
  },
656
650
  "capabilityVariable": {
657
651
  "argDescription": "The prompt fragment id, optionally followed by \"default on\" or \"default off\" (defaults to off)",
@@ -682,6 +676,9 @@
682
676
  "code-completion": {
683
677
  "description": "Best suited for code autocompletion scenarios."
684
678
  },
679
+ "fast": {
680
+ "description": "Faster and cheaper models for simpler tasks like exploration or basic tool calling, where deep reasoning is not required."
681
+ },
685
682
  "summarize": {
686
683
  "description": "Models prioritized for summarization and condensation of content."
687
684
  },
@@ -744,7 +741,7 @@
744
741
  "description": "Short reference to all currently open files (relative paths, comma-separated)"
745
742
  },
746
743
  "openEditorsVariable": {
747
- "description": "A comma-separated list of all currently open files, relative to the workspace root."
744
+ "description": "A comma-separated list of all currently open files as workspace-relative paths (e.g., my-project/src/index.ts)."
748
745
  },
749
746
  "preference": {
750
747
  "languageModelAliases": {
@@ -860,13 +857,13 @@
860
857
  "unableToDisplayVariableValue": "Unable to display variable value.",
861
858
  "unableToResolveVariable": "Unable to resolve variable.",
862
859
  "variable-contribution": {
863
- "builtInVariable": "Theia Built-in Variable",
864
- "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).",
865
- "currentFileContent": "The plain content of the currently opened file. This excludes the information where the content is coming from. Please note that most agents will work better with a relative file path (relative to the current workspace).",
866
- "currentRelativeDirPath": "The relative path of the directory containing the currently opened file.",
867
- "currentRelativeFilePath": "The relative path of the currently opened file.",
868
- "currentSelectedText": "The plain text that is currently selected in the opened file. This excludes the information where the content is coming from. Please note that most agents will work better with a relative file path (relative to the current workspace).",
869
- "dotRelativePath": "Short reference to the relative path of the currently opened file ('currentRelativeFilePath')."
860
+ "builtInVariable": "{0} Built-in Variable",
861
+ "currentAbsoluteFilePath": "The absolute path of the currently opened file.",
862
+ "currentFileContent": "The plain content of the currently opened file. This excludes the information where the content is coming from.",
863
+ "currentRelativeDirPath": "The workspace-relative path of the directory containing the currently opened file (e.g., my-project/src).",
864
+ "currentRelativeFilePath": "The workspace-relative path of the currently opened file (e.g., my-project/src/index.ts).",
865
+ "currentSelectedText": "The plain text that is currently selected in the opened file. This excludes the information where the content is coming from.",
866
+ "dotRelativePath": "Short reference to the workspace-relative path of the currently opened file ('currentRelativeFilePath')."
870
867
  }
871
868
  },
872
869
  "editor": {
@@ -910,10 +907,8 @@
910
907
  "open-history-tooltip": "Open AI Agent History",
911
908
  "request-card": {
912
909
  "promptVariant": "Prompt Variant",
913
- "request": "Request",
914
910
  "response": "Response",
915
- "timestamp": "Timestamp",
916
- "title": "Request"
911
+ "timestamp": "Timestamp"
917
912
  },
918
913
  "sortChronologically": {
919
914
  "tooltip": "Sort chronologically"
@@ -1003,7 +998,6 @@
1003
998
  },
1004
999
  "architectAgent": {
1005
1000
  "mode": {
1006
- "plan": "Plan Mode",
1007
1001
  "planNext": "Plan Mode (Next)",
1008
1002
  "simple": "Simple Mode"
1009
1003
  },
@@ -1041,7 +1035,7 @@
1041
1035
  "label": "AI command",
1042
1036
  "message": "Executing callback with args {0}. The first arg is the command id registered for the dynamically registered command. The other args are the actual args for the handler."
1043
1037
  },
1044
- "description": "This agent is aware of all commands that the user can execute within the Theia IDE, the tool that the user is currently working with. Based on the user request, it can find the right command and then let the user execute it.",
1038
+ "description": "This agent is aware of all commands that the user can execute. Based on the user request, it can find the right command and then let the user execute it.",
1045
1039
  "response": {
1046
1040
  "customHandler": "Try executing this:",
1047
1041
  "noCommand": "Sorry, I can't find such a command",
@@ -1049,7 +1043,7 @@
1049
1043
  },
1050
1044
  "vars": {
1051
1045
  "commandIds": {
1052
- "description": "The list of available commands in Theia."
1046
+ "description": "The list of available commands."
1053
1047
  }
1054
1048
  }
1055
1049
  },
@@ -1093,7 +1087,7 @@
1093
1087
  "description": "Allows the agent to interact with GitHub. For this, the agent can delegate to the GitHub agent, which can read and write issues, pull requests, comments, and repository contents."
1094
1088
  },
1095
1089
  "githubRepoName": {
1096
- "description": "The name of the current GitHub repository (e.g., \"eclipse-theia/theia\")"
1090
+ "description": "The GitHub repositories associated with the workspace roots (e.g., \"eclipse-theia/theia\")"
1097
1091
  },
1098
1092
  "howToGetStarted": "How to get started",
1099
1093
  "model-selection-description": "Choose which Large Language Models (LLMs) are used by each AI agent in the [AI Configuration View]({0}).",
@@ -1114,6 +1108,30 @@
1114
1108
  "delegatingToAgent": "Delegating to `@{0}`"
1115
1109
  }
1116
1110
  },
1111
+ "prReview": {
1112
+ "capability": {
1113
+ "codebaseExploration": {
1114
+ "description": "Delegates focused architecture, usage, convention, and tests exploration to the Explore agent. When disabled, the PR reviewer explores with its own tools.",
1115
+ "name": "Delegated Exploration"
1116
+ },
1117
+ "githubInfo": {
1118
+ "description": "Delegates to the GitHub agent to retrieve pull request metadata, diffs, comments, checks, and linked issues.",
1119
+ "name": "GH PR Info"
1120
+ },
1121
+ "localCheckout": {
1122
+ "description": "Checks out the pull request locally and protects existing worktree changes.",
1123
+ "name": "Checkout"
1124
+ },
1125
+ "localValidation": {
1126
+ "description": "Runs local install, build, lint, test, or comparable validation tasks for the pull request.",
1127
+ "name": "Build"
1128
+ },
1129
+ "pendingGitHubReview": {
1130
+ "description": "Delegates to the GitHub agent to create or update a pending pull request review with prepared inline comments after explicit user confirmation.",
1131
+ "name": "Pending GH Review"
1132
+ }
1133
+ }
1134
+ },
1117
1135
  "prReviewAgent": {
1118
1136
  "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."
1119
1137
  },
@@ -1174,6 +1192,7 @@
1174
1192
  }
1175
1193
  },
1176
1194
  "tooltip": {
1195
+ "errorMessage": "Error message",
1177
1196
  "lastActivity": "Last activity",
1178
1197
  "lastMessage": "Last message",
1179
1198
  "messages": "Messages",
@@ -1336,12 +1355,12 @@
1336
1355
  "id": {
1337
1356
  "title": "A unique identifier which is used in the UI to identify the custom model"
1338
1357
  },
1339
- "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 - specify `reasoningSupport` to opt in to the chat reasoning selector. By default this is inferred from the `model` name (GPT-5 / o-series). Set to `null` to disable, or to an object with `supportedLevels` (e.g. `[\"off\", \"low\", \"medium\", \"high\", \"auto\"]`) and an optional `defaultLevel` to customize. \n Refer to [our documentation](https://theia-ide.org/docs/user_ai/#openai-compatible-models-eg-via-vllm) for more information.",
1358
+ "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 - specify `reasoningSupport` to opt in to the chat reasoning selector. Provide an object with `supportedLevels` (e.g. `[\"off\", \"low\", \"medium\", \"high\", \"auto\"]`) and an optional `defaultLevel`. \n Refer to [our documentation](https://theia-ide.org/docs/user_ai/#openai-compatible-models-eg-via-vllm) for more information.",
1340
1359
  "modelId": {
1341
1360
  "title": "Model ID"
1342
1361
  },
1343
1362
  "reasoningSupport": {
1344
- "title": "Declares the model's reasoning capabilities. When set the chat shows a reasoning selector for this model. Set to `null` to disable. Inferred from the model name by default."
1363
+ "title": "Declares the model's reasoning capabilities. When set the chat shows a reasoning selector for this model."
1345
1364
  },
1346
1365
  "supportsStructuredOutput": {
1347
1366
  "title": "Indicates whether the model supports structured output. `true` by default."
@@ -1436,6 +1455,16 @@
1436
1455
  "askTerminalCommand": "Ask about a terminal command...",
1437
1456
  "hitEnterConfirm": "Hit enter to confirm",
1438
1457
  "howCanIHelp": "How can I help you?",
1458
+ "terminalCommandBlockAIVariable": {
1459
+ "description": "Stores an executed terminal command and its corresponding output.",
1460
+ "index": {
1461
+ "description": "Index of the command block in the terminal history. Defaults to the last command if not specified."
1462
+ },
1463
+ "quickPick": {
1464
+ "placeholder": "Type to filter commands",
1465
+ "title": "Select a command and its output from the terminal history"
1466
+ }
1467
+ },
1439
1468
  "tryAgain": "Try again...",
1440
1469
  "useArrowsAlternatives": " or use ⇅ to show alternatives..."
1441
1470
  },
@@ -1485,6 +1514,7 @@
1485
1514
  "title": "Model ID"
1486
1515
  },
1487
1516
  "model": {
1517
+ "provider": "Provider",
1488
1518
  "title": "Model Name"
1489
1519
  }
1490
1520
  },
@@ -1493,11 +1523,15 @@
1493
1523
  }
1494
1524
  },
1495
1525
  "workspace": {
1526
+ "allowedExternalPaths": {
1527
+ "description": "List of absolute paths or file URIs (directories or files) outside the workspace that AI tools may read. Supports `~` to refer to the user home directory. Empty by default; opt-in only. Honored by getFileContent, findFilesByPattern, getWorkspaceFileList, and getWorkspaceDirectoryStructure. Workspace-scoped values are ignored when the workspace is not trusted. Symbolic links inside allow-listed directories are followed and may point to files outside the allow-list; only add directories whose contents you trust.",
1528
+ "title": "Allowed External Paths"
1529
+ },
1496
1530
  "coderAgent": {
1497
1531
  "description": "An AI assistant integrated into {0}, designed to assist software developers. This agent can access the users workspace, it can get a list of all available files and folders and retrieve their content. Furthermore, it can suggest modifications of files to the user. It can therefore assist the user with coding tasks or other tasks involving file changes."
1498
1532
  },
1499
1533
  "considerGitignore": {
1500
- "description": "If enabled, excludes files/folders specified in a global .gitignore file (expected location is the workspace root).",
1534
+ "description": "If enabled, excludes files/folders matched by .gitignore rules found in each workspace root directory.",
1501
1535
  "title": "Consider .gitignore"
1502
1536
  },
1503
1537
  "createSkillAgent": {
@@ -1923,7 +1957,7 @@
1923
1957
  },
1924
1958
  "getting-started": {
1925
1959
  "ai": {
1926
- "header": "AI Support in the Theia IDE is available!",
1960
+ "header": "AI Support in {0} is available!",
1927
1961
  "openAIChatView": "Open the AI Chat View now to learn how to start!"
1928
1962
  },
1929
1963
  "apiComparator": "{0} API Compatibility",
@@ -2116,6 +2150,9 @@
2116
2150
  "preferences": {
2117
2151
  "ai-features": "AI Features",
2118
2152
  "hostedPlugin": "Hosted Plugin",
2153
+ "input": {
2154
+ "browse": "Browse"
2155
+ },
2119
2156
  "toolbar": "Toolbar"
2120
2157
  },
2121
2158
  "preview": {
@@ -2131,7 +2168,17 @@
2131
2168
  "remote": {
2132
2169
  "dev-container": {
2133
2170
  "attach": "Attach to Running Container",
2171
+ "attachError": "Failed to attach to container: {0}",
2172
+ "attachWarning": "Attaching to a container will execute code inside it. Only attach to containers whose origin you trust.",
2173
+ "attachWarningTitle": "Attach to Container",
2174
+ "attaching": "Attaching to container",
2175
+ "cliAttachError": "Failed to attach to container: {0}",
2176
+ "cliContainerNotFound": "Container \"{0}\" not found or not running.",
2134
2177
  "connect": "Reopen in Container",
2178
+ "enterCustomPath": "Enter custom path...",
2179
+ "enterWorkspacePath": "Enter the workspace path inside the container",
2180
+ "foundConfigMsg": "A devcontainer.json was found at {0}. Would you like to apply its post-attach settings (extensions, port forwarding, etc.)?",
2181
+ "foundConfigTitle": "Dev Container Configuration Found",
2135
2182
  "noDevcontainerFiles": "No devcontainer.json files found in the workspace. Please ensure you have a .devcontainer directory with a devcontainer.json file.",
2136
2183
  "noRunningContainers": "No running containers found.",
2137
2184
  "rebuild": "Rebuild Container",
@@ -2139,6 +2186,7 @@
2139
2186
  "reopenInContainer": "Reopen in Container",
2140
2187
  "selectContainer": "Select a running container to attach to",
2141
2188
  "selectDevcontainer": "Select a devcontainer.json file",
2189
+ "selectWorkspacePath": "Select a workspace path inside the container",
2142
2190
  "suggestion": "This workspace has a dev container configuration. Would you like to reopen it in a container?"
2143
2191
  },
2144
2192
  "port-forwarding": {
@@ -2269,7 +2317,6 @@
2269
2317
  "deleteGroup": "Delete Group",
2270
2318
  "deletePage": "Delete Page",
2271
2319
  "deleteTerminal": "Delete Terminal",
2272
- "group": "Group",
2273
2320
  "label": "Terminals",
2274
2321
  "maximizeBottomPanel": "Maximize Bottom Panel",
2275
2322
  "minimizeBottomPanel": "Minimize Bottom Panel",
@@ -2298,6 +2345,7 @@
2298
2345
  "iconSet": "Icon Set",
2299
2346
  "insertGroupLeft": "Insert Group Separator (Left)",
2300
2347
  "insertGroupRight": "Insert Group Separator (Right)",
2348
+ "jsonError": "There was an error reading your toolbar.json file. Please check if it is corrupt by right-clicking the toolbar and selecting \"Customize Toolbar\". You can also reset it to its defaults by selecting \"Restore Toolbar Defaults\"",
2301
2349
  "leftColumn": "Left Column",
2302
2350
  "openJSON": "Customize Toolbar (Open JSON)",
2303
2351
  "removeCommand": "Remove Command From Toolbar",
@@ -2343,7 +2391,6 @@
2343
2391
  },
2344
2392
  "workspace": {
2345
2393
  "bothAreDirectories": "Both resources are directories.",
2346
- "clickToManageTrust": "Click to manage trust settings.",
2347
2394
  "compareWithEachOther": "Compare with Each Other",
2348
2395
  "confirmDeletePermanently.description": "Failed to delete \"{0}\" using the Trash. Do you want to permanently delete instead?",
2349
2396
  "confirmDeletePermanently.solution": "You can disable the use of Trash in the preferences.",
@@ -2368,7 +2415,7 @@
2368
2415
  "removeFolder": "Are you sure you want to remove the following folder from the workspace?",
2369
2416
  "removeFolders": "Are you sure you want to remove the following folders from the workspace?",
2370
2417
  "restrictedModeDescription": "Some features are disabled because this workspace is not trusted.",
2371
- "restrictedModeNote": "*Please note: The workspace trust feature is currently under development in Theia; not all features are integrated with workspace trust yet*",
2418
+ "restrictedModeFeatures": "Features like task execution, debugging, extensions, and AI are disabled to protect against potentially harmful code.",
2372
2419
  "schema": {
2373
2420
  "folders": {
2374
2421
  "description": "Root folders in the workspace"
@@ -2376,9 +2423,11 @@
2376
2423
  "title": "Workspace File"
2377
2424
  },
2378
2425
  "trashTitle": "Move {0} to Trash",
2379
- "trustDialogMessage": "If you trust the authors, code in this folder may be executed.\n\nIf not, some features will be disabled.\n\nThe workspace trust feature is currently under development in Theia; not all features are integrated with workspace trust yet.\nCheck the 'Restricted Mode' indicator in the status bar for details.",
2426
+ "trustDialogMessage": "If you trust the authors, code in this folder may be executed, including tasks, debug configurations, extensions, and AI features.",
2427
+ "trustDialogRestricted": "If you don't trust the authors, the workspace will open in Restricted Mode, which disables these features to protect against potentially harmful code.",
2380
2428
  "trustEmptyWindow": "Controls whether or not the empty workspace is trusted by default.",
2381
2429
  "trustEnabled": "Controls whether or not workspace trust is enabled. If disabled, all workspaces are trusted.",
2430
+ "trustLearnMore": "Learn more about Theia's Workspace Trust",
2382
2431
  "trustTrustedFolders": "List of folder URIs that are trusted without prompting.",
2383
2432
  "untitled-cleanup": "There appear to be many untitled workspace files. Please check {0} and remove any unused files.",
2384
2433
  "variables": {