@theia/core 1.59.0-next.62 → 1.59.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.
Files changed (125) hide show
  1. package/README.md +6 -6
  2. package/i18n/nls.cs.json +344 -23
  3. package/i18n/nls.de.json +344 -23
  4. package/i18n/nls.es.json +344 -23
  5. package/i18n/nls.fr.json +344 -23
  6. package/i18n/nls.hu.json +344 -23
  7. package/i18n/nls.it.json +344 -23
  8. package/i18n/nls.ja.json +344 -23
  9. package/i18n/nls.json +344 -23
  10. package/i18n/nls.ko.json +344 -23
  11. package/i18n/nls.pl.json +344 -23
  12. package/i18n/nls.pt-br.json +344 -23
  13. package/i18n/nls.ru.json +344 -23
  14. package/i18n/nls.tr.json +344 -23
  15. package/i18n/nls.zh-cn.json +344 -23
  16. package/i18n/nls.zh-tw.json +344 -23
  17. package/lib/browser/about-dialog.js +1 -1
  18. package/lib/browser/about-dialog.js.map +1 -1
  19. package/lib/browser/catalog.json +65 -5
  20. package/lib/browser/common-frontend-contribution.d.ts +2 -0
  21. package/lib/browser/common-frontend-contribution.d.ts.map +1 -1
  22. package/lib/browser/common-frontend-contribution.js +32 -0
  23. package/lib/browser/common-frontend-contribution.js.map +1 -1
  24. package/lib/browser/context-menu-renderer.d.ts +3 -3
  25. package/lib/browser/context-menu-renderer.d.ts.map +1 -1
  26. package/lib/browser/core-preferences.js +5 -5
  27. package/lib/browser/core-preferences.js.map +1 -1
  28. package/lib/browser/menu/browser-menu-plugin.d.ts +7 -0
  29. package/lib/browser/menu/browser-menu-plugin.d.ts.map +1 -1
  30. package/lib/browser/menu/browser-menu-plugin.js +46 -3
  31. package/lib/browser/menu/browser-menu-plugin.js.map +1 -1
  32. package/lib/browser/navigatable-types.d.ts.map +1 -1
  33. package/lib/browser/navigatable-types.js +1 -1
  34. package/lib/browser/navigatable-types.js.map +1 -1
  35. package/lib/browser/preload/i18n-preload-contribution.d.ts +4 -0
  36. package/lib/browser/preload/i18n-preload-contribution.d.ts.map +1 -1
  37. package/lib/browser/preload/i18n-preload-contribution.js +23 -1
  38. package/lib/browser/preload/i18n-preload-contribution.js.map +1 -1
  39. package/lib/browser/preload/preload-module.d.ts.map +1 -1
  40. package/lib/browser/preload/preload-module.js +5 -3
  41. package/lib/browser/preload/preload-module.js.map +1 -1
  42. package/lib/browser/preload/text-replacement-contribution.d.ts +37 -0
  43. package/lib/browser/preload/text-replacement-contribution.d.ts.map +1 -0
  44. package/lib/browser/preload/text-replacement-contribution.js +20 -0
  45. package/lib/browser/preload/text-replacement-contribution.js.map +1 -0
  46. package/lib/browser/shell/side-panel-handler.d.ts.map +1 -1
  47. package/lib/browser/shell/side-panel-handler.js +2 -1
  48. package/lib/browser/shell/side-panel-handler.js.map +1 -1
  49. package/lib/browser/shell/sidebar-bottom-menu-widget.d.ts.map +1 -1
  50. package/lib/browser/shell/sidebar-bottom-menu-widget.js +2 -1
  51. package/lib/browser/shell/sidebar-bottom-menu-widget.js.map +1 -1
  52. package/lib/browser/shell/sidebar-menu-widget.d.ts.map +1 -1
  53. package/lib/browser/shell/sidebar-menu-widget.js +1 -0
  54. package/lib/browser/shell/sidebar-menu-widget.js.map +1 -1
  55. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.js +2 -2
  56. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.js.map +1 -1
  57. package/lib/browser/shell/tab-bars.d.ts.map +1 -1
  58. package/lib/browser/shell/tab-bars.js +1 -0
  59. package/lib/browser/shell/tab-bars.js.map +1 -1
  60. package/lib/browser/tree/tree-widget.d.ts.map +1 -1
  61. package/lib/browser/tree/tree-widget.js +1 -0
  62. package/lib/browser/tree/tree-widget.js.map +1 -1
  63. package/lib/browser/view-container.d.ts.map +1 -1
  64. package/lib/browser/view-container.js +6 -2
  65. package/lib/browser/view-container.js.map +1 -1
  66. package/lib/browser/widgets/widget.d.ts.map +1 -1
  67. package/lib/browser/widgets/widget.js +4 -2
  68. package/lib/browser/widgets/widget.js.map +1 -1
  69. package/lib/common/array-utils.d.ts +2 -0
  70. package/lib/common/array-utils.d.ts.map +1 -1
  71. package/lib/common/array-utils.js +24 -0
  72. package/lib/common/array-utils.js.map +1 -1
  73. package/lib/common/content-replacer.d.ts +56 -0
  74. package/lib/common/content-replacer.d.ts.map +1 -0
  75. package/lib/common/content-replacer.js +139 -0
  76. package/lib/common/content-replacer.js.map +1 -0
  77. package/lib/common/content-replacer.spec.d.ts +2 -0
  78. package/lib/common/content-replacer.spec.d.ts.map +1 -0
  79. package/lib/common/content-replacer.spec.js +115 -0
  80. package/lib/common/content-replacer.spec.js.map +1 -0
  81. package/lib/common/i18n/localization.d.ts +2 -3
  82. package/lib/common/i18n/localization.d.ts.map +1 -1
  83. package/lib/common/i18n/localization.js +10 -3
  84. package/lib/common/i18n/localization.js.map +1 -1
  85. package/lib/common/menu/composite-menu-node.d.ts +2 -2
  86. package/lib/common/menu/composite-menu-node.d.ts.map +1 -1
  87. package/lib/common/menu/composite-menu-node.js +2 -0
  88. package/lib/common/menu/composite-menu-node.js.map +1 -1
  89. package/lib/common/menu/menu-model-registry.d.ts +22 -4
  90. package/lib/common/menu/menu-model-registry.d.ts.map +1 -1
  91. package/lib/common/menu/menu-model-registry.js +74 -17
  92. package/lib/common/menu/menu-model-registry.js.map +1 -1
  93. package/lib/common/menu/menu-types.d.ts +2 -1
  94. package/lib/common/menu/menu-types.d.ts.map +1 -1
  95. package/lib/common/menu/menu-types.js.map +1 -1
  96. package/lib/electron-browser/menu/electron-context-menu-renderer.d.ts.map +1 -1
  97. package/lib/electron-browser/menu/electron-context-menu-renderer.js +3 -1
  98. package/lib/electron-browser/menu/electron-context-menu-renderer.js.map +1 -1
  99. package/package.json +6 -6
  100. package/src/browser/about-dialog.tsx +1 -1
  101. package/src/browser/common-frontend-contribution.ts +30 -0
  102. package/src/browser/context-menu-renderer.ts +3 -3
  103. package/src/browser/core-preferences.ts +5 -5
  104. package/src/browser/menu/browser-menu-plugin.ts +55 -5
  105. package/src/browser/navigatable-types.ts +1 -1
  106. package/src/browser/preload/i18n-preload-contribution.ts +22 -2
  107. package/src/browser/preload/preload-module.ts +5 -3
  108. package/src/browser/preload/text-replacement-contribution.ts +53 -0
  109. package/src/browser/shell/side-panel-handler.ts +2 -1
  110. package/src/browser/shell/sidebar-bottom-menu-widget.tsx +2 -1
  111. package/src/browser/shell/sidebar-menu-widget.tsx +1 -0
  112. package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar.tsx +2 -2
  113. package/src/browser/shell/tab-bars.ts +1 -0
  114. package/src/browser/tree/tree-widget.tsx +1 -0
  115. package/src/browser/view-container.ts +6 -2
  116. package/src/browser/widgets/widget.ts +4 -2
  117. package/src/common/array-utils.ts +25 -0
  118. package/src/common/content-replacer.spec.ts +124 -0
  119. package/src/common/content-replacer.ts +151 -0
  120. package/src/common/i18n/localization.ts +10 -4
  121. package/src/common/i18n/nls.metadata.json +34921 -32708
  122. package/src/common/menu/composite-menu-node.ts +4 -2
  123. package/src/common/menu/menu-model-registry.ts +84 -19
  124. package/src/common/menu/menu-types.ts +2 -1
  125. package/src/electron-browser/menu/electron-context-menu-renderer.ts +3 -1
package/i18n/nls.json CHANGED
@@ -12,6 +12,346 @@
12
12
  "terminal:new:profile": "Create New Integrated Terminal from a Profile",
13
13
  "terminal:profile:default": "Choose the default Terminal Profile",
14
14
  "theia": {
15
+ "ai": {
16
+ "anthropic": {
17
+ "apiKey": {
18
+ "description": "Enter an API Key of your official Anthropic Account. **Please note:** By using this preference the Anthropic API key will be stored in clear text on the machine running Theia. Use the environment variable `ANTHROPIC_API_KEY` to set the key securely."
19
+ },
20
+ "models": {
21
+ "description": "Official Anthropic models to use"
22
+ }
23
+ },
24
+ "chat": {
25
+ "defaultAgent": {
26
+ "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."
27
+ },
28
+ "pinChatAgent": {
29
+ "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."
30
+ }
31
+ },
32
+ "chat-ui": {
33
+ "addContextVariable": "Add context variable",
34
+ "applyAll": "Apply All",
35
+ "applyAllTitle": "Apply all pending changes",
36
+ "attachToContext": "Attach elements to context",
37
+ "cancel": "Cancel (Esc)",
38
+ "chat-view-tree-widget": {
39
+ "ai": "AI",
40
+ "aiConfigurationView": "AI Configuration View",
41
+ "aiFeatureHeader": "🚀 AI Features Available (Alpha Version)!",
42
+ "aiFeaturesEnable": "Ai-features: Enable",
43
+ "aiHistoryView": "AI History View",
44
+ "featuresDisabled": "Currently, all AI Features are disabled!",
45
+ "howToEnable": "How to Enable the AI Features:",
46
+ "noRenderer": "Error: No renderer found",
47
+ "settingsMenu": "the settings menu",
48
+ "waitingForInput": "Waiting for input",
49
+ "you": "You"
50
+ },
51
+ "code-part-renderer": {
52
+ "generatedCode": "Generated Code"
53
+ },
54
+ "copyCodeBlock": "Copy Code Block",
55
+ "deleteChangeSet": "Delete Change Set",
56
+ "errorChatInvocation": "An error occurred during chat service invocation.",
57
+ "openDiff": "Open Diff",
58
+ "openOriginalFile": "Open Original File",
59
+ "pinAgent": "Pin Agent",
60
+ "removeChat": "Remove Chat",
61
+ "selectChat": "Select chat",
62
+ "selectVariableArguments": "Select variable arguments",
63
+ "send": "Send (Enter)",
64
+ "text-part-renderer": {
65
+ "cantDisplay": "Can't display response, please check your ChatResponsePartRenderers!"
66
+ },
67
+ "toolcall-part-renderer": {
68
+ "finished": "Ran",
69
+ "prettyPrintError": "The content could not be converted to string: '{0}'. This is the original content: '{1}'."
70
+ },
71
+ "unpinAgent": "Unpin Agent"
72
+ },
73
+ "code-completion": {
74
+ "progressText": "Calculating AI code completion..."
75
+ },
76
+ "completion": {
77
+ "agent": {
78
+ "description": "This agent provides inline code completion in the code editor in the Theia IDE."
79
+ },
80
+ "automaticEnable": {
81
+ "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\"."
82
+ },
83
+ "excludedFileExts": {
84
+ "description": "Specify file extensions (e.g., .md, .txt) where AI completions should be disabled.",
85
+ "title": "Excluded File Extensions"
86
+ },
87
+ "maxContextLines": {
88
+ "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.",
89
+ "title": "Maximum Context Lines"
90
+ },
91
+ "stripBackticks": {
92
+ "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.",
93
+ "title": "Strip Backticks from Inline Completions"
94
+ }
95
+ },
96
+ "core": {
97
+ "agentConfiguration": {
98
+ "addCustomAgent": "Add Custom Agent",
99
+ "description": "Description:",
100
+ "enableAgent": "Enable Agent",
101
+ "label": "Agents",
102
+ "name": "Name:",
103
+ "noDefaultTemplate": "No default template available",
104
+ "notUsedInPrompt": "Not used in prompt",
105
+ "promptTemplates": "Prompt Templates",
106
+ "selectAgentMessage": "Please select an Agent first!",
107
+ "undeclared": "Undeclared"
108
+ },
109
+ "aiConfiguration": {
110
+ "label": "✨ AI Configuration [Alpha]"
111
+ },
112
+ "changeSetSummaryVariable": {
113
+ "description": "Provides a summary of the files in a change set and their contents."
114
+ },
115
+ "discardCustomPrompt": {
116
+ "tooltip": "Discard Customizations"
117
+ },
118
+ "enableAI": {
119
+ "mdDescription": "❗ This setting allows you to access the latest AI capabilities (Alpha version). \n Please note that these features are in an alpha 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/)**."
120
+ },
121
+ "languageModelRenderer": {
122
+ "family": "Family",
123
+ "languageModel": "Language Model",
124
+ "maxOutputTokens": "Max Output Tokens",
125
+ "minInputTokens": "Min Input Tokens",
126
+ "purpose": "Purpose",
127
+ "vendor": "Vendor"
128
+ },
129
+ "prefs": {
130
+ "title": "✨ AI Features [Alpha]"
131
+ },
132
+ "promptTemplates": {
133
+ "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."
134
+ },
135
+ "requestSettings": {
136
+ "mdDescription": "Allows specifying custom request settings for multiple models.\n Each object represents the configuration for a specific model. The `modelId` field specifies the model ID, `requestSettings` defines model-specific settings.\n The `providerId` field is optional and allows you to apply the settings to a specific provider. If not set, the settings will be applied to all providers.\n Example providerIds: huggingface, openai, ollama, llamafile.\n Refer to [our documentation](https://theia-ide.org/docs/user_ai/#custom-request-settings) for more information.",
137
+ "title": "Custom Request Settings"
138
+ },
139
+ "templateSettings": {
140
+ "selectVariant": "Select Variant:",
141
+ "unavailableVariant": "The selected variant is no longer available"
142
+ },
143
+ "variable-contribution": {
144
+ "builtInVariable": "Theia Built-in Variable",
145
+ "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).",
146
+ "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).",
147
+ "currentRelativeDirPath": "The relative path of the directory containing the currently opened file.",
148
+ "currentRelativeFilePath": "The relative path of the currently opened file.",
149
+ "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)."
150
+ }
151
+ },
152
+ "history": {
153
+ "clear": {
154
+ "tooltip": "Clear History of all agents"
155
+ },
156
+ "communication-card": {
157
+ "context": "Context",
158
+ "messages": "Messages",
159
+ "request": "Request",
160
+ "requestId": "Request ID",
161
+ "response": "Response",
162
+ "responseTime": "Response Time",
163
+ "sessionId": "Session ID",
164
+ "systemMessage": "System Message",
165
+ "timestamp": "Timestamp"
166
+ },
167
+ "sortChronologically": {
168
+ "tooltip": "Sort chronologically"
169
+ },
170
+ "sortReverseChronologically": {
171
+ "tooltip": "Sort reverse chronologically"
172
+ },
173
+ "view": {
174
+ "label": "✨ AI Agent History [Alpha]",
175
+ "noAgent": "No agent available.",
176
+ "noAgentSelected": "No agent selected.",
177
+ "noHistoryForAgent": "No history available for the selected agent '{0}'"
178
+ }
179
+ },
180
+ "huggingFace": {
181
+ "apiKey": {
182
+ "mdDescription": "Enter an API Key for your Hugging Face Account. **Please note:** By using this preference the Hugging Face API key will be stored in clear text on the machine running Theia. Use the environment variable `HUGGINGFACE_API_KEY` to set the key securely."
183
+ },
184
+ "models": {
185
+ "description": "Hugging Face models to use"
186
+ }
187
+ },
188
+ "llamaFile": {
189
+ "prefs": {
190
+ "mdDescription": "This setting allows you to configure and manage LlamaFile models in Theia IDE. \n Each entry requires a user-friendly `name`, the file `uri` pointing to your LlamaFile, and the `port` on which it will run. \n To start a LlamaFile, use the \"Start LlamaFile\" command, which enables you to select the desired model. \n If you edit an entry (e.g., change the port), any running instance will stop, and you will need to manually start it again. \n [Learn more about configuring and managing LlamaFiles in the Theia IDE documentation](https://theia-ide.org/docs/user_ai/#llamafile-models).",
191
+ "name": {
192
+ "description": "The model name to use for this Llamafile."
193
+ },
194
+ "port": {
195
+ "description": "The port to use to start the server."
196
+ },
197
+ "title": "✨ AI LlamaFile",
198
+ "uri": {
199
+ "description": "The file uri to the Llamafile."
200
+ }
201
+ },
202
+ "start": "Start Llamafile",
203
+ "stop": "Stop Llamafile"
204
+ },
205
+ "llamafile": {
206
+ "error": {
207
+ "noConfigured": "No Llamafiles configured.",
208
+ "noRunning": "No Llamafiles running.",
209
+ "startFailed": "Something went wrong during the llamafile start: {0}.\nFor more information, see the console.",
210
+ "stopFailed": "Something went wrong during the llamafile stop: {0}.\nFor more information, see the console."
211
+ }
212
+ },
213
+ "mcp": {
214
+ "error": {
215
+ "allServersRunning": "All MCP servers are already running.",
216
+ "noRunningServers": "No MCP servers running.",
217
+ "noServersConfigured": "No MCP servers configured.",
218
+ "startFailed": "An error occurred while starting the MCP server."
219
+ },
220
+ "info": {
221
+ "serverStarted": "MCP server \"{0}\" successfully started. Registered tools: {1}"
222
+ },
223
+ "servers": {
224
+ "args": {
225
+ "mdDescription": "An array of arguments to pass to the command.",
226
+ "title": "Arguments for the command"
227
+ },
228
+ "autostart": {
229
+ "mdDescription": "Automatically start this server when the frontend starts. Newly added servers are not immediately auto started, but on restart",
230
+ "title": "Autostart"
231
+ },
232
+ "command": {
233
+ "mdDescription": "The command used to start the MCP server, e.g., \"uvx\" or \"npx\".",
234
+ "title": "Command to execute the MCP server"
235
+ },
236
+ "env": {
237
+ "mdDescription": "Optional environment variables to set for the server, such as an API key.",
238
+ "title": "Environment variables"
239
+ },
240
+ "mdDescription": "Configure MCP servers with command, arguments, optionally environment variables, and autostart (true by default). Each server is identified by a unique key, such as \"brave-search\" or \"filesystem\". To start a server, use the \"MCP: Start MCP Server\" command, which enables you to select the desired server. To stop a server, use the \"MCP: Stop MCP Server\" command. Please note that autostart will only take effect after a restart, you need to start a server manually for the first time.\nExample configuration:\n```{\n \"brave-search\": {\n \"command\": \"npx\",\n \"args\": [\n \"-y\",\n \"@modelcontextprotocol/server-brave-search\"\n ],\n \"env\": {\n \"BRAVE_API_KEY\": \"YOUR_API_KEY\"\n },\n },\n \"filesystem\": {\n \"command\": \"npx\",\n \"args\": [\"-y\", \"@modelcontextprotocol/server-filesystem\", \"/Users/YOUR_USERNAME/Desktop\"],\n \"env\": {\n \"CUSTOM_ENV_VAR\": \"custom-value\"\n },\n \"autostart\": false\n }\n}\n```",
241
+ "title": "MCP Servers Configuration"
242
+ },
243
+ "start": {
244
+ "label": "MCP: Start MCP Server"
245
+ },
246
+ "stop": {
247
+ "label": "MCP: Stop MCP Server"
248
+ },
249
+ "tool": {
250
+ "unnamed": "Unnamed Tool"
251
+ }
252
+ },
253
+ "openai": {
254
+ "apiKey": {
255
+ "mdDescription": "Enter an API Key of your official OpenAI Account. **Please note:** By using this preference the Open AI API key will be stored in clear text on the machine running Theia. Use the environment variable `OPENAI_API_KEY` to set the key securely."
256
+ },
257
+ "customEndpoints": {
258
+ "apiKey": {
259
+ "title": "Either the key to access the API served at the given url or `true` to use the global OpenAI API key"
260
+ },
261
+ "apiVersion": {
262
+ "title": "Either the version to access the API served at the given url in Azure or `true` to use the global OpenAI API version"
263
+ },
264
+ "developerMessageSettings": {
265
+ "title": "Controls the handling of system messages: `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`."
266
+ },
267
+ "enableStreaming": {
268
+ "title": "Indicates whether the streaming API shall be used. `true` by default."
269
+ },
270
+ "id": {
271
+ "title": "A unique identifier which is used in the UI to identify the custom model"
272
+ },
273
+ "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 - 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.",
274
+ "modelId": {
275
+ "title": "Model ID"
276
+ },
277
+ "supportsStructuredOutput": {
278
+ "title": "Indicates whether the model supports structured output. `true` by default."
279
+ },
280
+ "url": {
281
+ "title": "The Open AI API compatible endpoint where the model is hosted"
282
+ }
283
+ },
284
+ "models": {
285
+ "description": "Official OpenAI models to use"
286
+ }
287
+ },
288
+ "scanoss": {
289
+ "changeSet": {
290
+ "clean": "No Matches",
291
+ "error": "Error: Rerun",
292
+ "error-notification": "ScanOSS error encountered: {0}.",
293
+ "scan": "Scan",
294
+ "scanning": "Scanning...",
295
+ "view-matches": "View Matches"
296
+ },
297
+ "mode": {
298
+ "automatic": {
299
+ "description": "Enable automatic scan of code snippets in chat views."
300
+ },
301
+ "description": "Configure the SCANOSS feature for analyzing code snippets in chat views. This will send a hash of suggested code snippets to the SCANOSS\nservice hosted by the [Software Transparency foundation](https://www.softwaretransparency.org/osskb) for analysis.",
302
+ "manual": {
303
+ "description": "User can manually trigger the scan by clicking the SCANOSS item in the chat view."
304
+ },
305
+ "off": {
306
+ "description": "Feature is turned off completely."
307
+ }
308
+ },
309
+ "snippet": {
310
+ "dialog-header": "ScanOSS Results",
311
+ "errored": "SCANOSS - Error - {0}",
312
+ "file-name-heading": "Match found in {0}",
313
+ "in-progress": "SCANOSS - Performing scan...",
314
+ "match-count": "Found {0} match(es)",
315
+ "matched": "SCANOSS - Found {0} match",
316
+ "no-match": "SCANOSS - No match",
317
+ "summary": "Summary"
318
+ }
319
+ },
320
+ "terminal": {
321
+ "agent": {
322
+ "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"
323
+ },
324
+ "askAi": "Ask the AI",
325
+ "askTerminalCommand": "Ask about a terminal command...",
326
+ "hitEnterConfirm": "Hit enter to confirm",
327
+ "howCanIHelp": "How can I help you?",
328
+ "loading": "Loading",
329
+ "systemPrompt": {
330
+ "description": "Prompt for the AI Terminal Assistant"
331
+ },
332
+ "tryAgain": "Try again...",
333
+ "useArrowsAlternatives": " or use ⇅ to show alternatives...",
334
+ "userPrompt": {
335
+ "description": "Prompt that contains the user request"
336
+ }
337
+ },
338
+ "workspace": {
339
+ "coderAgent": {
340
+ "description": "An AI assistant integrated into Theia IDE, 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. Futhermore, it can suggest modifications of files to the user. It can therefore assist the user with coding tasks or other tasks involving file changes."
341
+ },
342
+ "considerGitignore": {
343
+ "description": "If enabled, excludes files/folders specified in a global .gitignore file (expected location is the workspace root).",
344
+ "title": "Consider .gitignore"
345
+ },
346
+ "excludedPattern": {
347
+ "description": "List of patterns (glob or regex) for files/folders to exclude.",
348
+ "title": "Excluded File Patterns"
349
+ },
350
+ "workspaceAgent": {
351
+ "description": "An AI assistant integrated into Theia IDE, 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. It cannot modify files. It can therefore answer questions about the current project, project files and source code in the workspace, such as how to build the project, where to put source code, where to find specific code or configurations, etc."
352
+ }
353
+ }
354
+ },
15
355
  "callhierarchy": {
16
356
  "noCallers": "No callers have been detected.",
17
357
  "open": "Open Call Hierarchy"
@@ -46,8 +386,7 @@
46
386
  "core": {
47
387
  "about": {
48
388
  "compatibility": "{0} Compatibility",
49
- "defaultApi": "Default {0} API",
50
- "version": "Version"
389
+ "defaultApi": "Default {0} API"
51
390
  },
52
391
  "common": {
53
392
  "closeAll": "Close All Tabs",
@@ -59,6 +398,8 @@
59
398
  "closeTabMain": "Close Tab in Main Area",
60
399
  "collapseAllTabs": "Collapse All Side Panels",
61
400
  "collapseBottomPanel": "Toggle Bottom Panel",
401
+ "collapseLeftPanel": "Toggle Left Panel",
402
+ "collapseRightPanel": "Toggle Right Panel",
62
403
  "collapseTab": "Collapse Side Panel",
63
404
  "showNextTabGroup": "Switch to Next Tab Group",
64
405
  "showNextTabInGroup": "Switch to Next Tab in Group",
@@ -137,38 +478,20 @@
137
478
  "toggleTracing": "Enable/disable tracing communications with debug adapters"
138
479
  },
139
480
  "editor": {
140
- "diffEditor.experimental.useTrueInlineView": "If enabled and the editor uses the inline view, word changes are rendered inline.",
141
481
  "diffEditor.wordWrap2": "Lines will wrap according to the `#editor.wordWrap#` setting.",
142
482
  "dirtyEncoding": "The file is dirty. Please save it first before reopening it with another encoding.",
143
483
  "editor.bracketPairColorization.enabled": "Controls whether bracket pair colorization is enabled or not. Use `#workbench.colorCustomizations#` to override the bracket highlight colors.",
144
484
  "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.",
145
- "editor.cursorStyle": "Controls the cursor style in insert input mode.",
146
- "editor.defaultColorDecorators": "Controls whether inline color decorations should be shown using the default document color provider.",
147
- "editor.defaultColorDecorators0": "Show default color decorators only when no extension provides colors decorators.",
148
- "editor.defaultColorDecorators1": "Always show default color decorators.",
149
- "editor.defaultColorDecorators2": "Never show default color decorators.",
150
485
  "editor.detectIndentation": "Controls whether `#editor.tabSize#` and `#editor.insertSpaces#` will be automatically detected when a file is opened based on the file contents.",
151
- "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.",
152
- "editor.experimental.treeSitterTelemetry": "Controls whether tree sitter parsing should be turned on and telemetry collected. Setting `editor.experimental.preferTreeSitter` for specific languages will take precedence.",
153
- "editor.experimentalEditContextEnabled": "Sets whether the new experimental edit context should be used instead of the text area.",
154
- "editor.find.history": "Controls how the find widget history should be stored",
155
- "editor.find.history0": "Do not store search history from the find widget.",
156
- "editor.find.history1": "Store search history across the active workspace",
157
486
  "editor.inlayHints.enabled1": "Inlay hints are showing by default and hide when holding Ctrl+Alt",
158
487
  "editor.inlayHints.enabled2": "Inlay hints are hidden by default and show when holding Ctrl+Alt",
159
488
  "editor.inlayHints.fontFamily": "Controls font family of inlay hints in the editor. When set to empty, the `#editor.fontFamily#` is used.",
160
489
  "editor.inlayHints.fontSize": "Controls font size of inlay hints in the editor. As default the `#editor.fontSize#` is used when the configured value is less than `5` or greater than the editor font size.",
161
- "editor.inlayHints.maximumLength": "Maximum overall length of inlay hints, for a single line, before they get truncated by the editor. Set to `0` to never truncate",
162
490
  "editor.inlineSuggest.edits.experimental.enabled": "Controls whether to enable experimental edits in inline suggestions.",
163
491
  "editor.inlineSuggest.edits.experimental.onlyShowWhenCloseToCursor": "Controls whether to only show inline suggestions when the cursor is close to the suggestion.",
164
492
  "editor.inlineSuggest.edits.experimental.useInterleavedLinesDiff": "Controls whether to enable experimental interleaved lines diff in inline suggestions.",
165
493
  "editor.inlineSuggest.edits.experimental.useMixedLinesDiff": "Controls whether to enable experimental edits in inline suggestions.",
166
- "editor.inlineSuggest.syntaxHighlightingEnabled": "Controls whether to show syntax highlighting for inline suggestions in the editor.",
167
494
  "editor.insertSpaces": "Insert spaces when pressing `Tab`. This setting is overridden based on the file contents when `#editor.detectIndentation#` is on.",
168
- "editor.minimap.sectionHeaderLetterSpacing": "Controls the amount of space (in pixels) between characters of section header. This helps the readability of the header in small font sizes.",
169
- "editor.occurrencesHighlightDelay": "Controls the delay in milliseconds after which occurrences are highlighted.",
170
- "editor.overtypeCursorStyle": "Controls the cursor style in overtype input mode.",
171
- "editor.overtypeOnPaste": "Controls whether pasting should overtype.",
172
495
  "editor.quickSuggestions": "Controls whether suggestions should automatically show up while typing. This can be controlled for typing in comments, strings, and other code. Quick suggestion can be configured to show as ghost text or with the suggest widget. Also be aware of the `#editor.suggestOnTriggerCharacters#`-setting which controls if suggestions are triggered by special characters.",
173
496
  "editor.suggestFontSize": "Font size for the suggest widget. When set to `0`, the value of `#editor.fontSize#` is used.",
174
497
  "editor.suggestLineHeight": "Line height for the suggest widget. When set to `0`, the value of `#editor.lineHeight#` is used. The minimum value is 8.",
@@ -448,7 +771,6 @@
448
771
  "location": "Location",
449
772
  "noProperties": "No properties available.",
450
773
  "properties": "Properties",
451
- "size": "Size",
452
774
  "symbolicLink": "Symbolic link"
453
775
  },
454
776
  "scm": {
@@ -483,8 +805,7 @@
483
805
  "task": {
484
806
  "attachTask": "Attach Task...",
485
807
  "clearHistory": "Clear History",
486
- "noTaskToRun": "No task to run found. Configure Tasks...",
487
- "openUserTasks": "Open User Tasks"
808
+ "noTaskToRun": "No task to run found. Configure Tasks..."
488
809
  },
489
810
  "terminal": {
490
811
  "defaultProfile": "The default profile used on {0}",