@theia/core 1.73.0-next.7 → 1.73.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 (259) hide show
  1. package/README.md +26 -16
  2. package/i18n/nls.cs.json +268 -36
  3. package/i18n/nls.de.json +268 -36
  4. package/i18n/nls.es.json +268 -36
  5. package/i18n/nls.fr.json +268 -36
  6. package/i18n/nls.hu.json +268 -36
  7. package/i18n/nls.it.json +268 -36
  8. package/i18n/nls.ja.json +268 -36
  9. package/i18n/nls.json +268 -36
  10. package/i18n/nls.ko.json +268 -36
  11. package/i18n/nls.pl.json +268 -36
  12. package/i18n/nls.pt-br.json +268 -36
  13. package/i18n/nls.ru.json +268 -36
  14. package/i18n/nls.tr.json +268 -36
  15. package/i18n/nls.zh-cn.json +268 -36
  16. package/i18n/nls.zh-tw.json +268 -36
  17. package/lib/browser/authentication-service.d.ts +2 -0
  18. package/lib/browser/authentication-service.d.ts.map +1 -1
  19. package/lib/browser/authentication-service.js +8 -2
  20. package/lib/browser/authentication-service.js.map +1 -1
  21. package/lib/browser/catalog.json +251 -72
  22. package/lib/browser/frontend-application.d.ts +2 -0
  23. package/lib/browser/frontend-application.d.ts.map +1 -1
  24. package/lib/browser/frontend-application.js +15 -9
  25. package/lib/browser/frontend-application.js.map +1 -1
  26. package/lib/browser/json-schema-store.d.ts +2 -0
  27. package/lib/browser/json-schema-store.d.ts.map +1 -1
  28. package/lib/browser/json-schema-store.js +8 -2
  29. package/lib/browser/json-schema-store.js.map +1 -1
  30. package/lib/browser/keybinding.js +2 -1
  31. package/lib/browser/keybinding.js.map +1 -1
  32. package/lib/browser/markdown-rendering/markdown.d.ts +1 -1
  33. package/lib/browser/markdown-rendering/markdown.d.ts.map +1 -1
  34. package/lib/browser/markdown-rendering/markdown.js +1 -1
  35. package/lib/browser/markdown-rendering/markdown.js.map +1 -1
  36. package/lib/browser/menu/composite-menu-node.js +4 -4
  37. package/lib/browser/menu/composite-menu-node.js.map +1 -1
  38. package/lib/browser/messaging/ws-connection-source.d.ts.map +1 -1
  39. package/lib/browser/messaging/ws-connection-source.js +1 -6
  40. package/lib/browser/messaging/ws-connection-source.js.map +1 -1
  41. package/lib/browser/preferences/frontend-config-preference-contributions.d.ts +2 -0
  42. package/lib/browser/preferences/frontend-config-preference-contributions.d.ts.map +1 -1
  43. package/lib/browser/preferences/frontend-config-preference-contributions.js +7 -1
  44. package/lib/browser/preferences/frontend-config-preference-contributions.js.map +1 -1
  45. package/lib/browser/preferences/preference-proxy.spec.js +7 -0
  46. package/lib/browser/preferences/preference-proxy.spec.js.map +1 -1
  47. package/lib/browser/preferences/preference-schema-provider.spec.js +3 -0
  48. package/lib/browser/preferences/preference-schema-provider.spec.js.map +1 -1
  49. package/lib/browser/preferences/preference-validation-service.d.ts +2 -0
  50. package/lib/browser/preferences/preference-validation-service.d.ts.map +1 -1
  51. package/lib/browser/preferences/preference-validation-service.js +11 -5
  52. package/lib/browser/preferences/preference-validation-service.js.map +1 -1
  53. package/lib/browser/preferences/preference-validation-service.spec.js +2 -0
  54. package/lib/browser/preferences/preference-validation-service.spec.js.map +1 -1
  55. package/lib/browser/secondary-window-handler.d.ts +2 -0
  56. package/lib/browser/secondary-window-handler.d.ts.map +1 -1
  57. package/lib/browser/secondary-window-handler.js +12 -6
  58. package/lib/browser/secondary-window-handler.js.map +1 -1
  59. package/lib/browser/shell/application-shell.d.ts +2 -0
  60. package/lib/browser/shell/application-shell.d.ts.map +1 -1
  61. package/lib/browser/shell/application-shell.js +9 -3
  62. package/lib/browser/shell/application-shell.js.map +1 -1
  63. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.js +6 -6
  64. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.js.map +1 -1
  65. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.js +2 -2
  66. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.js.map +1 -1
  67. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.js +131 -0
  68. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.js.map +1 -1
  69. package/lib/browser/status-bar/status-bar.d.ts +2 -2
  70. package/lib/browser/status-bar/status-bar.d.ts.map +1 -1
  71. package/lib/browser/status-bar/status-bar.js.map +1 -1
  72. package/lib/browser/test/jsdom.d.ts +4 -0
  73. package/lib/browser/test/jsdom.d.ts.map +1 -1
  74. package/lib/browser/test/jsdom.js +18 -0
  75. package/lib/browser/test/jsdom.js.map +1 -1
  76. package/lib/browser/tree/tree-container.spec.js +4 -0
  77. package/lib/browser/tree/tree-container.spec.js.map +1 -1
  78. package/lib/browser/tree/tree-model.d.ts +1 -0
  79. package/lib/browser/tree/tree-model.d.ts.map +1 -1
  80. package/lib/browser/tree/tree-model.js +3 -0
  81. package/lib/browser/tree/tree-model.js.map +1 -1
  82. package/lib/browser/tree/tree-view-welcome-widget.d.ts +1 -0
  83. package/lib/browser/tree/tree-view-welcome-widget.d.ts.map +1 -1
  84. package/lib/browser/tree/tree-view-welcome-widget.js +8 -6
  85. package/lib/browser/tree/tree-view-welcome-widget.js.map +1 -1
  86. package/lib/browser/tree/tree-view-welcome-widget.spec.d.ts +2 -0
  87. package/lib/browser/tree/tree-view-welcome-widget.spec.d.ts.map +1 -0
  88. package/lib/browser/tree/tree-view-welcome-widget.spec.js +68 -0
  89. package/lib/browser/tree/tree-view-welcome-widget.spec.js.map +1 -0
  90. package/lib/browser/tree/tree-widget.js +2 -2
  91. package/lib/browser/tree/tree-widget.js.map +1 -1
  92. package/lib/browser/tree/tree.d.ts +24 -2
  93. package/lib/browser/tree/tree.d.ts.map +1 -1
  94. package/lib/browser/tree/tree.js +20 -2
  95. package/lib/browser/tree/tree.js.map +1 -1
  96. package/lib/browser/tree/tree.spec.js +27 -0
  97. package/lib/browser/tree/tree.spec.js.map +1 -1
  98. package/lib/browser/window/default-window-service.d.ts +2 -1
  99. package/lib/browser/window/default-window-service.d.ts.map +1 -1
  100. package/lib/browser/window/default-window-service.js +10 -5
  101. package/lib/browser/window/default-window-service.js.map +1 -1
  102. package/lib/browser/window/default-window-service.spec.js +2 -0
  103. package/lib/browser/window/default-window-service.spec.js.map +1 -1
  104. package/lib/browser-only/messaging/frontend-only-service-connection-provider.d.ts +2 -0
  105. package/lib/browser-only/messaging/frontend-only-service-connection-provider.d.ts.map +1 -1
  106. package/lib/browser-only/messaging/frontend-only-service-connection-provider.js +8 -2
  107. package/lib/browser-only/messaging/frontend-only-service-connection-provider.js.map +1 -1
  108. package/lib/common/command.d.ts +2 -0
  109. package/lib/common/command.d.ts.map +1 -1
  110. package/lib/common/command.js +10 -4
  111. package/lib/common/command.js.map +1 -1
  112. package/lib/common/preferences/injectable-preference-proxy.d.ts +3 -3
  113. package/lib/common/preferences/injectable-preference-proxy.d.ts.map +1 -1
  114. package/lib/common/preferences/injectable-preference-proxy.js +6 -1
  115. package/lib/common/preferences/injectable-preference-proxy.js.map +1 -1
  116. package/lib/common/preferences/preference-proxy.d.ts.map +1 -1
  117. package/lib/common/preferences/preference-proxy.js +6 -1
  118. package/lib/common/preferences/preference-proxy.js.map +1 -1
  119. package/lib/electron-main/electron-main-application.d.ts.map +1 -1
  120. package/lib/electron-main/electron-main-application.js +4 -2
  121. package/lib/electron-main/electron-main-application.js.map +1 -1
  122. package/lib/electron-node/hosting/electron-ws-origin-validator.d.ts.map +1 -1
  123. package/lib/electron-node/hosting/electron-ws-origin-validator.js +5 -2
  124. package/lib/electron-node/hosting/electron-ws-origin-validator.js.map +1 -1
  125. package/lib/electron-node/hosting/electron-ws-origin-validator.spec.d.ts +2 -0
  126. package/lib/electron-node/hosting/electron-ws-origin-validator.spec.d.ts.map +1 -0
  127. package/lib/electron-node/hosting/electron-ws-origin-validator.spec.js +59 -0
  128. package/lib/electron-node/hosting/electron-ws-origin-validator.spec.js.map +1 -0
  129. package/lib/electron-node/request/electron-backend-request-service.d.ts +2 -0
  130. package/lib/electron-node/request/electron-backend-request-service.d.ts.map +1 -1
  131. package/lib/electron-node/request/electron-backend-request-service.js +7 -1
  132. package/lib/electron-node/request/electron-backend-request-service.js.map +1 -1
  133. package/lib/electron-node/token/electron-token-backend-contribution.d.ts +2 -0
  134. package/lib/electron-node/token/electron-token-backend-contribution.d.ts.map +1 -1
  135. package/lib/electron-node/token/electron-token-backend-contribution.js +7 -1
  136. package/lib/electron-node/token/electron-token-backend-contribution.js.map +1 -1
  137. package/lib/electron-node/token/electron-token-validator.d.ts +2 -0
  138. package/lib/electron-node/token/electron-token-validator.d.ts.map +1 -1
  139. package/lib/electron-node/token/electron-token-validator.js +7 -1
  140. package/lib/electron-node/token/electron-token-validator.js.map +1 -1
  141. package/lib/node/backend-application-module.d.ts.map +1 -1
  142. package/lib/node/backend-application-module.js +2 -0
  143. package/lib/node/backend-application-module.js.map +1 -1
  144. package/lib/node/backend-application.d.ts +11 -0
  145. package/lib/node/backend-application.d.ts.map +1 -1
  146. package/lib/node/backend-application.js +40 -12
  147. package/lib/node/backend-application.js.map +1 -1
  148. package/lib/node/backend-application.spec.js +4 -2
  149. package/lib/node/backend-application.spec.js.map +1 -1
  150. package/lib/node/hosting/backend-hosting-module.d.ts.map +1 -1
  151. package/lib/node/hosting/backend-hosting-module.js +7 -0
  152. package/lib/node/hosting/backend-hosting-module.js.map +1 -1
  153. package/lib/node/hosting/browser-connection-token.d.ts +46 -0
  154. package/lib/node/hosting/browser-connection-token.d.ts.map +1 -0
  155. package/lib/node/hosting/browser-connection-token.js +120 -0
  156. package/lib/node/hosting/browser-connection-token.js.map +1 -0
  157. package/lib/node/hosting/browser-connection-token.spec.d.ts +2 -0
  158. package/lib/node/hosting/browser-connection-token.spec.d.ts.map +1 -0
  159. package/lib/node/hosting/browser-connection-token.spec.js +128 -0
  160. package/lib/node/hosting/browser-connection-token.spec.js.map +1 -0
  161. package/lib/node/hosting/ws-origin-validator.d.ts.map +1 -1
  162. package/lib/node/hosting/ws-origin-validator.js +21 -4
  163. package/lib/node/hosting/ws-origin-validator.js.map +1 -1
  164. package/lib/node/hosting/ws-origin-validator.spec.d.ts +2 -0
  165. package/lib/node/hosting/ws-origin-validator.spec.d.ts.map +1 -0
  166. package/lib/node/hosting/ws-origin-validator.spec.js +131 -0
  167. package/lib/node/hosting/ws-origin-validator.spec.js.map +1 -0
  168. package/lib/node/index.d.ts +1 -0
  169. package/lib/node/index.d.ts.map +1 -1
  170. package/lib/node/index.js +3 -1
  171. package/lib/node/index.js.map +1 -1
  172. package/lib/node/logger-cli-contribution.d.ts +6 -0
  173. package/lib/node/logger-cli-contribution.d.ts.map +1 -1
  174. package/lib/node/logger-cli-contribution.js +28 -5
  175. package/lib/node/logger-cli-contribution.js.map +1 -1
  176. package/lib/node/logger-cli-contribution.spec.js +54 -0
  177. package/lib/node/logger-cli-contribution.spec.js.map +1 -1
  178. package/lib/node/messaging/default-messaging-service.d.ts +2 -0
  179. package/lib/node/messaging/default-messaging-service.d.ts.map +1 -1
  180. package/lib/node/messaging/default-messaging-service.js +8 -2
  181. package/lib/node/messaging/default-messaging-service.js.map +1 -1
  182. package/lib/node/messaging/test/default-messaging-service.spec.js +2 -0
  183. package/lib/node/messaging/test/default-messaging-service.spec.js.map +1 -1
  184. package/lib/node/messaging/websocket-endpoint.d.ts +7 -0
  185. package/lib/node/messaging/websocket-endpoint.d.ts.map +1 -1
  186. package/lib/node/messaging/websocket-endpoint.js +21 -6
  187. package/lib/node/messaging/websocket-endpoint.js.map +1 -1
  188. package/lib/node/process-utils.d.ts +2 -0
  189. package/lib/node/process-utils.d.ts.map +1 -1
  190. package/lib/node/process-utils.js +8 -2
  191. package/lib/node/process-utils.js.map +1 -1
  192. package/lib/node/process-utils.spec.js +11 -9
  193. package/lib/node/process-utils.spec.js.map +1 -1
  194. package/lib/node/request/backend-request-facade.d.ts +19 -0
  195. package/lib/node/request/backend-request-facade.d.ts.map +1 -1
  196. package/lib/node/request/backend-request-facade.js +93 -3
  197. package/lib/node/request/backend-request-facade.js.map +1 -1
  198. package/lib/node/request/backend-request-facade.spec.d.ts +2 -0
  199. package/lib/node/request/backend-request-facade.spec.d.ts.map +1 -0
  200. package/lib/node/request/backend-request-facade.spec.js +171 -0
  201. package/lib/node/request/backend-request-facade.spec.js.map +1 -0
  202. package/package.json +29 -20
  203. package/src/browser/authentication-service.ts +6 -3
  204. package/src/browser/frontend-application.ts +13 -9
  205. package/src/browser/json-schema-store.ts +6 -2
  206. package/src/browser/keybinding.ts +2 -2
  207. package/src/browser/markdown-rendering/markdown.tsx +2 -2
  208. package/src/browser/menu/composite-menu-node.ts +4 -4
  209. package/src/browser/messaging/ws-connection-source.ts +1 -6
  210. package/src/browser/preferences/frontend-config-preference-contributions.ts +7 -2
  211. package/src/browser/preferences/preference-proxy.spec.ts +8 -0
  212. package/src/browser/preferences/preference-schema-provider.spec.ts +5 -0
  213. package/src/browser/preferences/preference-validation-service.spec.ts +3 -1
  214. package/src/browser/preferences/preference-validation-service.ts +9 -6
  215. package/src/browser/secondary-window-handler.ts +11 -7
  216. package/src/browser/shell/application-shell.ts +8 -4
  217. package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.tsx +6 -6
  218. package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.ts +2 -2
  219. package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.ts +159 -1
  220. package/src/browser/status-bar/status-bar.tsx +3 -3
  221. package/src/browser/test/jsdom.ts +18 -0
  222. package/src/browser/tree/tree-container.spec.ts +6 -0
  223. package/src/browser/tree/tree-model.ts +4 -0
  224. package/src/browser/tree/tree-view-welcome-widget.spec.ts +82 -0
  225. package/src/browser/tree/tree-view-welcome-widget.tsx +10 -11
  226. package/src/browser/tree/tree-widget.tsx +2 -2
  227. package/src/browser/tree/tree.spec.ts +30 -0
  228. package/src/browser/tree/tree.ts +31 -4
  229. package/src/browser/window/default-window-service.spec.ts +3 -1
  230. package/src/browser/window/default-window-service.ts +9 -6
  231. package/src/browser-only/messaging/frontend-only-service-connection-provider.ts +8 -3
  232. package/src/common/command.ts +8 -4
  233. package/src/common/i18n/nls.metadata.json +2659 -374
  234. package/src/common/preferences/injectable-preference-proxy.ts +10 -4
  235. package/src/common/preferences/preference-proxy.ts +10 -4
  236. package/src/electron-main/electron-main-application.ts +4 -2
  237. package/src/electron-node/hosting/electron-ws-origin-validator.spec.ts +69 -0
  238. package/src/electron-node/hosting/electron-ws-origin-validator.ts +5 -2
  239. package/src/electron-node/request/electron-backend-request-service.ts +6 -2
  240. package/src/electron-node/token/electron-token-backend-contribution.ts +6 -2
  241. package/src/electron-node/token/electron-token-validator.ts +6 -2
  242. package/src/node/backend-application-module.ts +4 -2
  243. package/src/node/backend-application.spec.ts +5 -3
  244. package/src/node/backend-application.ts +33 -11
  245. package/src/node/hosting/backend-hosting-module.ts +10 -0
  246. package/src/node/hosting/browser-connection-token.spec.ts +167 -0
  247. package/src/node/hosting/browser-connection-token.ts +126 -0
  248. package/src/node/hosting/ws-origin-validator.spec.ts +193 -0
  249. package/src/node/hosting/ws-origin-validator.ts +23 -4
  250. package/src/node/index.ts +1 -0
  251. package/src/node/logger-cli-contribution.spec.ts +65 -0
  252. package/src/node/logger-cli-contribution.ts +32 -5
  253. package/src/node/messaging/default-messaging-service.ts +6 -2
  254. package/src/node/messaging/test/default-messaging-service.spec.ts +3 -1
  255. package/src/node/messaging/websocket-endpoint.ts +23 -7
  256. package/src/node/process-utils.spec.ts +12 -9
  257. package/src/node/process-utils.ts +7 -3
  258. package/src/node/request/backend-request-facade.spec.ts +203 -0
  259. package/src/node/request/backend-request-facade.ts +108 -3
package/i18n/nls.json CHANGED
@@ -2,6 +2,7 @@
2
2
  "ai-chat-ui.show-settings": "Show AI Settings",
3
3
  "ai.executePlanWithCoder": "Execute Current Plan with Coder",
4
4
  "aiConfiguration:open": "Open AI Configuration view",
5
+ "aiConfiguration:openTools": "Open AI Tools Configuration",
5
6
  "aiHistory:clear": "AI History: Clear History",
6
7
  "aiHistory:open": "Open AI History view",
7
8
  "aiHistory:sortChronologically": "AI History: Sort chronologically",
@@ -27,8 +28,8 @@
27
28
  "title": "Capability Overrides"
28
29
  },
29
30
  "completionNotification": {
30
- "mdDescription": "Notification behavior when this agent completes a task. If not set, the global default notification setting will be used.\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 notifications for this agent",
31
- "title": "Completion Notification"
31
+ "mdDescription": "Notification behavior when this agent needs your attention, i.e. it completed a task or requests your input. If not set, the global default notification setting will be used.\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 notifications for this agent",
32
+ "title": "Notification"
32
33
  },
33
34
  "enable": {
34
35
  "mdDescription": "Specifies whether the agent should be enabled (true) or disabled (false).",
@@ -60,6 +61,10 @@
60
61
  "mdDescription": "Specifies the currently selected prompt variants for this agent.",
61
62
  "title": "Selected Variants"
62
63
  },
64
+ "serverToolSelections": {
65
+ "mdDescription": "User selections for provider server tools, keyed by model vendor. Each value holds the enabled server tool ids for that vendor.",
66
+ "title": "Server Tool Selections"
67
+ },
63
68
  "showInChat": {
64
69
  "mdDescription": "Specifies whether the agent should be shown in the chat UI (true) or hidden (false).",
65
70
  "title": "Show in Chat"
@@ -111,6 +116,7 @@
111
116
  "bypassModelRequirement": {
112
117
  "description": "Bypass the language model requirement check. Enable this if you are using external agents (e.g., Claude Code) that do not require Theia language models."
113
118
  },
119
+ "category": "AI",
114
120
  "changeSetDefaultTitle": "Suggested Changes",
115
121
  "changeSetFileDiffUriLabel": "AI Changes: {0}",
116
122
  "chatAgentsVariable": {
@@ -135,6 +141,10 @@
135
141
  "confirmRevertSuggestion": "The file {0} has changed since this suggestion was created. Are you certain you wish to revert the change?",
136
142
  "couldNotFindMatchingLM": "Couldn't find a matching language model. Please check your setup!",
137
143
  "couldNotFindReadyLMforAgent": "Couldn't find a ready language model for agent {0}. Please check your setup!",
144
+ "customAgents": {
145
+ "migrationResult": "Custom-agent migration: {0} migrated, {1} failed, {2} legacy customAgents.yml backed up to .bak, {3} prompt overrides folded into agent.md.",
146
+ "rerunMigration": "Re-run custom-agent migration"
147
+ },
138
148
  "defaultAgent": {
139
149
  "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."
140
150
  },
@@ -215,7 +225,7 @@
215
225
  "label": "AI Chat"
216
226
  },
217
227
  "welcomeScreenSessions": {
218
- "description": "Number of rows of recent chat sessions to display on the welcome screen. The number of visible sessions depends on the available width. Set to 0 to hide the recent chats section."
228
+ "description": "Maximum number of chat sessions to show on the chat overview (home view). Active sessions are filled first; overflow is accessible via the \"Browse all chats...\" link. Lower this if a higher editor zoom causes a scrollbar. Set to 0 to hide the inline list entirely; sessions remain accessible via the \"Browse all chats...\" link."
219
229
  }
220
230
  },
221
231
  "chat-ui": {
@@ -292,6 +302,16 @@
292
302
  "functionsDescription": "Built-in functions provided by {0} extensions",
293
303
  "genericCapabilities": "Generic Capabilities",
294
304
  "mcpFunctionsDescription": "Model Context Protocol (MCP) functions from connected servers",
305
+ "mermaid-rendering": {
306
+ "copySource": "Copy Source",
307
+ "error": "Unable to render the Mermaid diagram. Switch to the source view to inspect the definition.",
308
+ "rendering": "Rendering diagram…",
309
+ "resetView": "Reset View",
310
+ "showDiagram": "Show Diagram",
311
+ "showSource": "Show Source",
312
+ "title": "Mermaid Diagram",
313
+ "wheelZoomHint": "{0} + Scroll"
314
+ },
295
315
  "noChatAgentsAvailable": "No chat agents available.",
296
316
  "noMatchingCapabilities": "No matching capabilities",
297
317
  "openDiff": "Open Diff",
@@ -300,14 +320,12 @@
300
320
  "performThisTask": "Perform this task.",
301
321
  "persistedSession": "Persisted session (click to restore)",
302
322
  "promptFragmentsDescription": "Custom prompt fragments to include in the conversation",
303
- "reasoning": {
304
- "minimal": "Minimal"
305
- },
306
323
  "removeChat": "Remove Chat",
307
324
  "requestNotFoundForRetry": "Request not found for retry",
308
325
  "responseFrom": "Response from {0}",
309
326
  "saveCurrentSelectionsToSettings": "Save capability settings",
310
327
  "searchCapabilities": "Search capabilities",
328
+ "sectionRestored": "Restored",
311
329
  "selectAgentQuickPickPlaceholder": "Select an agent for the new session",
312
330
  "selectAllInCategory": "Select all in this category",
313
331
  "selectChat": "Select chat",
@@ -318,6 +336,14 @@
318
336
  "selectTaskContextQuickPickPlaceholder": "Select a task context to attach",
319
337
  "selectVariableArguments": "Select variable arguments",
320
338
  "send": "Send (Enter)",
339
+ "server-toolcall-part-renderer": {
340
+ "indicator": "server",
341
+ "serverTooltip": "Ran on the provider's servers (not locally). Server tools are auto-approved when selected."
342
+ },
343
+ "serverToolWarning": "This tool is auto-approved when selected. It may be executed by the model at any time.",
344
+ "serverTools": "Server Tools",
345
+ "serverToolsDescription": "Server tools are executed server-side by the LLM on the vendor's infrastructure.",
346
+ "serverToolsWarning": "These tools are auto-approved when selected. They may be executed by the model at any time.",
321
347
  "sessionNotFoundForRetry": "Session not found for retry",
322
348
  "skillsDescription": "Reusable skill instructions that can be added to the conversation",
323
349
  "switchAgentMode": "Switch Agent Mode",
@@ -349,6 +375,7 @@
349
375
  "alwaysAllowConfirm": "I understand, enable auto-approval",
350
376
  "alwaysAllowGenericWarning": "This tool requires confirmation before auto-approval can be enabled. Once enabled, all future invocations will execute without confirmation. Only enable this if you trust this tool and understand the potential risks.",
351
377
  "alwaysAllowTitle": "Enable Auto-Approval for \"{0}\"?",
378
+ "approveLatest": "Approve Latest Tool Confirmation",
352
379
  "autoCancel": "Auto-cancels in {0}",
353
380
  "canceled": "Tool execution canceled",
354
381
  "denied": "Tool execution denied",
@@ -357,6 +384,7 @@
357
384
  "deny-reason-placeholder": "Enter reason for denial...",
358
385
  "deny-session": "Deny for this Chat",
359
386
  "deny-with-reason": "Deny with reason...",
387
+ "denyLatest": "Deny Latest Tool Confirmation",
360
388
  "executionDenied": "Tool execution denied",
361
389
  "header": "Confirm Tool Execution"
362
390
  },
@@ -390,8 +418,6 @@
390
418
  },
391
419
  "currentDirectory": "current directory",
392
420
  "differentAgentRequestWarning": "The previous chat request was handled by a different agent. Claude Code does not see those other messages.",
393
- "directory": "Directory",
394
- "domain": "Domain",
395
421
  "edit": "Edit {0}",
396
422
  "editAutomatically": "Edit automatically",
397
423
  "editing": "Editing",
@@ -615,10 +641,9 @@
615
641
  },
616
642
  "core": {
617
643
  "agentConfiguration": {
618
- "actions": "Actions",
619
644
  "addCustomAgent": "Add Custom Agent",
620
645
  "availableCapabilities": "Available Capabilities",
621
- "completionNotificationDescriptionPrefix": "Select how you want to be notified when this agent completes its task. \"Default\" uses the ",
646
+ "completionNotificationDescriptionPrefix": "Select how you want to be notified when this agent needs your attention, i.e. it completes its task or requests your input. \"Default\" uses the ",
622
647
  "defaultNotificationDescription": "Uses the global AI notification setting",
623
648
  "enableAgent": "Enable Agent",
624
649
  "llmRequirements": "LLM Requirements",
@@ -687,7 +712,7 @@
687
712
  }
688
713
  },
689
714
  "defaultNotification": {
690
- "mdDescription": "The default notification method used when an AI agent completes a task. Individual agents can override this setting.",
715
+ "mdDescription": "The default notification method used when an AI agent needs your attention, i.e. it completed a task or requests your input. Individual agents can override this setting.",
691
716
  "title": "Default Notification Type"
692
717
  },
693
718
  "discard": {
@@ -836,7 +861,7 @@
836
861
  "title": "Custom Request Settings"
837
862
  },
838
863
  "skillDirectories": {
839
- "description": "Additional directories containing skill definitions (SKILL.md files). Skills provide reusable instructions that can be referenced by AI agents. The .prompts/skills directory in your workspace and the skills directory in your product's configuration folder are always included."
864
+ "description": "Additional directories containing skill definitions (SKILL.md files). Skills provide reusable instructions that can be referenced by AI agents. The .prompts/skills and .agents/skills directories in your workspace, the .agents/skills directory in your home directory, and the skills directory in your product's configuration folder are always included."
840
865
  },
841
866
  "skillsVariable": {
842
867
  "description": "Returns the list of available skills that can be used by AI agents"
@@ -947,10 +972,8 @@
947
972
  "agent-description": "Configure AI agent settings including enablement, LLM selection, prompt template customization, and custom agent creation in the [AI Configuration View]({0}).",
948
973
  "agentConfiguration": {
949
974
  "customAgentLocationQuickPick": {
950
- "createNewFile": "Create new file",
951
- "openExistingFile": "Open existing file",
952
- "placeholder": "Choose where to create or open a custom agents file",
953
- "title": "Select Location for Custom Agents File"
975
+ "placeholder": "Choose where to create the agents/<id>/agent.md file",
976
+ "title": "Select location for the new custom agent"
954
977
  },
955
978
  "genericCapabilitiesSettings": "Generic Capabilities",
956
979
  "genericCapabilityType": {
@@ -959,6 +982,15 @@
959
982
  "mcpFunctions": "MCP Functions",
960
983
  "promptFragments": "Prompt Fragments"
961
984
  },
985
+ "newAgent": {
986
+ "createFailed": "Could not create the custom agent \"{0}\": {1}",
987
+ "defaultDescription": "Custom agent. Edit this description in agent.md.",
988
+ "defaultPrompt": "You are a helpful agent. Adjust this prompt to fit your needs.",
989
+ "idInvalid": "Use letters, digits, dash, underscore, or dot only.",
990
+ "idPrompt": "Agent id (used as folder name under agents/)",
991
+ "idTitle": "New custom agent",
992
+ "noLocation": "Cannot create a custom agent: no prompt-templates location is configured. Set a global or workspace prompt-templates folder and try again."
993
+ },
962
994
  "noDescription": "No description available",
963
995
  "resetAllCapabilities": "Reset all capabilities to their default values",
964
996
  "resetAllDefaults": "Reset All to Defaults",
@@ -1136,9 +1168,10 @@
1136
1168
  "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."
1137
1169
  },
1138
1170
  "prompt-template-description": "Select prompt variants and customize prompt templates for AI agents in the [AI Configuration View]({0}).",
1139
- "recentChats": "Recent Chats",
1171
+ "restoredSession": "Restored session",
1140
1172
  "restrictedModeDetails": "AI chat, inline suggestions, code actions, and prompt templates are disabled",
1141
1173
  "restrictedModeLabel": "AI Features (disabled in Restricted Mode)",
1174
+ "sectionRestored": "Restored",
1142
1175
  "shellAllowlist": {
1143
1176
  "placeholder": "e.g., \"git log\" (exact) or \"git log *\" (with args)"
1144
1177
  },
@@ -1157,6 +1190,9 @@
1157
1190
  },
1158
1191
  "slashCommandsSectionHeader": "Slash Commands"
1159
1192
  },
1193
+ "toolConfirmationInfo": {
1194
+ "header": "Tool confirmation"
1195
+ },
1160
1196
  "toolsConfiguration": {
1161
1197
  "confirmAlwaysAllow": {
1162
1198
  "confirm": "I understand, enable auto-approval",
@@ -1169,6 +1205,19 @@
1169
1205
  "default": {
1170
1206
  "label": "Default Tool Confirmation Mode:"
1171
1207
  },
1208
+ "recommendedDefaults": {
1209
+ "apply": "Allow Default Tools",
1210
+ "dialogConfirm": "I understand, allow",
1211
+ "dialogTitle": "Allow Default Tools?",
1212
+ "message": "Tool calls currently require approval. Auto-allow all built-in tools at once. Tools that require extra confirmation (e.g. shell execution), MCP tools, and any tools added later will still ask before running.",
1213
+ "msg": {
1214
+ "line1": "This sets all currently registered built-in tools to \"Always Allow\".",
1215
+ "line2": "Tools that require extra confirmation (such as shell execution) will still ask before running.",
1216
+ "line3": "MCP tools are third-party and are not included. You can allow them individually in this view.",
1217
+ "line4": "Tools added later will still default to \"Confirm\" so you can review them.",
1218
+ "line5": "You can change this later in this view."
1219
+ }
1220
+ },
1172
1221
  "resetAll": "Reset All",
1173
1222
  "resetAllConfirmDialog": {
1174
1223
  "msg": "Are you sure you want to reset all tool confirmation modes to the default? This will remove all custom settings.",
@@ -1203,7 +1252,8 @@
1203
1252
  "variableConfiguration": {
1204
1253
  "selectVariable": "Please select a Variable.",
1205
1254
  "usedByAgents": "Used by Agents"
1206
- }
1255
+ },
1256
+ "waitingForInput": "Waiting for your input"
1207
1257
  },
1208
1258
  "llamaFile": {
1209
1259
  "prefs": {
@@ -1231,14 +1281,35 @@
1231
1281
  }
1232
1282
  },
1233
1283
  "mcp": {
1284
+ "blockedServersLabel": "MCP Servers (autostart blocked)",
1234
1285
  "error": {
1235
1286
  "allServersRunning": "All MCP servers are already running.",
1287
+ "authenticationRequired": "MCP server \"{0}\" requires authentication. Start the server again to sign in.",
1288
+ "getRedirectUrlFailed": "An error occurred while determining the MCP OAuth redirect URL.",
1289
+ "noOAuthServersConfigured": "No OAuth-enabled MCP servers configured.",
1236
1290
  "noRunningServers": "No MCP servers running.",
1237
1291
  "noServersConfigured": "No MCP servers configured.",
1238
- "startFailed": "An error occurred while starting the MCP server."
1292
+ "oauthRequiresTrustedWorkspace": "Starting OAuth-enabled MCP servers requires a trusted workspace.",
1293
+ "signInFailed": "An error occurred while signing in to the MCP server.",
1294
+ "signOutFailed": "An error occurred while signing out from the MCP server.",
1295
+ "startFailed": "An error occurred while starting the MCP server.",
1296
+ "stopFailed": "An error occurred while stopping the MCP server."
1297
+ },
1298
+ "getRedirectUrl": {
1299
+ "label": "MCP: Get MCP OAuth Redirect URL"
1239
1300
  },
1240
1301
  "info": {
1241
- "serverStarted": "MCP server \"{0}\" successfully started. Registered tools: {1}"
1302
+ "oauthRedirectUrl": "MCP OAuth redirect URL: {0}",
1303
+ "serverSignedIn": "Signed in to MCP server \"{0}\".",
1304
+ "serverSignedOut": "Signed out from MCP server \"{0}\".",
1305
+ "serverStarted": "MCP server \"{0}\" successfully started. Registered tools: {1}",
1306
+ "signInCancelled": "MCP server \"{0}\" sign-in was cancelled."
1307
+ },
1308
+ "oauth": {
1309
+ "completeSignInInBrowser": "Complete the MCP OAuth sign-in in your browser. If no sign-in tab opened, your browser may have blocked the popup.",
1310
+ "notification": {
1311
+ "signInPrompt": "MCP server \"{0}\" requires authorization to start."
1312
+ }
1242
1313
  },
1243
1314
  "servers": {
1244
1315
  "args": {
@@ -1253,17 +1324,61 @@
1253
1324
  "mdDescription": "The command used to start the MCP server, e.g., \"uvx\" or \"npx\".",
1254
1325
  "title": "Command to execute the MCP server"
1255
1326
  },
1327
+ "deferLoading": {
1328
+ "mdDescription": "If enabled, the tools provided by this server are marked as deferred in the generated prompt fragment `mcp_<server>_tools`. Deferred tools are not loaded into the model's context upfront. Instead, the model discovers them on-demand via the provider's built-in tool search mechanism (Anthropic, OpenAI) when supported. This significantly reduces token overhead for servers that expose many tools.",
1329
+ "title": "Defer Loading"
1330
+ },
1256
1331
  "env": {
1257
1332
  "mdDescription": "Optional environment variables to set for the server, such as an API key.",
1258
1333
  "title": "Environment variables"
1259
1334
  },
1260
1335
  "headers": {
1261
- "mdDescription": "Optional additional headers included with each request to the server.",
1336
+ "mdDescription": "Optional additional headers included with each request to the server. Header values are stored in preferences as plain text; avoid workspace settings if they contain sensitive values.",
1262
1337
  "title": "Headers"
1263
1338
  },
1264
- "mdDescription": "Configure MCP servers either local with command, arguments and optionally environment variables, or remote with server URL, authentication token and optionally an authentication header name. Additionally it is possible to configure autostart (true by default). Each server is identified by a unique key, such as \"brave-search\" or \"filesystem\". To start a server, use the \"MCP: Start MCP Server\" command, which enables you to select the desired server. To stop a server, use the \"MCP: Stop MCP Server\" command. Please note that autostart will only take effect after a restart, you need to start a server manually for the first time.\nExample configuration:\n```{\n \"brave-search\": {\n \"command\": \"npx\",\n \"args\": [\n \"-y\",\n \"@modelcontextprotocol/server-brave-search\"\n ],\n \"env\": {\n \"BRAVE_API_KEY\": \"YOUR_API_KEY\"\n },\n },\n \"filesystem\": {\n \"command\": \"npx\",\n \"args\": [\"-y\", \"@modelcontextprotocol/server-filesystem\", \"/Users/YOUR_USERNAME/Desktop\"],\n \"env\": {\n \"CUSTOM_ENV_VAR\": \"custom-value\"\n },\n \"autostart\": false\n },\n \"jira\": {\n \"serverUrl\": \"YOUR_JIRA_MCP_SERVER_URL\",\n \"serverAuthToken\": \"YOUR_JIRA_MCP_SERVER_TOKEN\"\n }\n}\n```",
1339
+ "mdDescription": "Configure MCP servers either local with command, arguments and optionally environment variables, or remote with server URL, authentication token, OAuth configuration and optionally an authentication header name. Additionally it is possible to configure autostart (true by default). Each server is identified by a unique key, such as \"brave-search\" or \"filesystem\". To start a server, use the \"MCP: Start MCP Server\" command, which enables you to select the desired server. To stop a server, use the \"MCP: Stop MCP Server\" command. Please note that autostart will only take effect after a restart, you need to start a server manually for the first time. Servers installed from an AI registry carry an additional `registryMetadata` block that is managed automatically and is not meant to be edited manually.\nExample configuration:\n```{\n \"brave-search\": {\n \"command\": \"npx\",\n \"args\": [\n \"-y\",\n \"@modelcontextprotocol/server-brave-search\"\n ],\n \"env\": {\n \"BRAVE_API_KEY\": \"YOUR_API_KEY\"\n },\n },\n \"filesystem\": {\n \"command\": \"npx\",\n \"args\": [\"-y\", \"@modelcontextprotocol/server-filesystem\", \"/Users/YOUR_USERNAME/Desktop\"],\n \"env\": {\n \"CUSTOM_ENV_VAR\": \"custom-value\"\n },\n \"autostart\": false\n },\n \"jira\": {\n \"serverUrl\": \"YOUR_JIRA_MCP_SERVER_URL\",\n \"serverAuthToken\": \"YOUR_JIRA_MCP_SERVER_TOKEN\"\n },\n \"oauth-protected-server\": {\n \"serverUrl\": \"YOUR_OAUTH_PROTECTED_MCP_SERVER_URL\",\n \"oauth\": {\n \"clientId\": \"OPTIONAL_CLIENT_ID\",\n \"scopes\": [\"OPTIONAL_SCOPE\"]\n }\n }\n }\n```",
1340
+ "oauth": {
1341
+ "authorizationServer": {
1342
+ "mdDescription": "Optional authorization server URL override. If omitted, Theia discovers it from the MCP server.",
1343
+ "title": "Authorization Server"
1344
+ },
1345
+ "clientId": {
1346
+ "mdDescription": "Optional static OAuth client ID. If omitted, Theia attempts dynamic client registration.",
1347
+ "title": "Client ID"
1348
+ },
1349
+ "clientSecret": {
1350
+ "mdDescription": "Optional OAuth client secret for authorization servers that only accept pre-registered confidential clients (no dynamic client registration). Only used together with the client ID. This is stored in preferences as plain text; avoid workspace settings if the secret is sensitive.",
1351
+ "title": "Client Secret"
1352
+ },
1353
+ "mdDescription": "Optional OAuth 2.1 configuration for remote MCP servers that require authorization. The presence of this object enables OAuth for the server; remove it to disable OAuth. Theia uses public clients with PKCE by default; configure a client secret only for servers that require a pre-registered confidential client. Changes take effect after restarting the MCP server.",
1354
+ "resource": {
1355
+ "mdDescription": "Optional RFC 8707 resource indicator override for this MCP server.",
1356
+ "title": "Resource"
1357
+ },
1358
+ "scopes": {
1359
+ "mdDescription": "Optional OAuth scopes to request if the server does not advertise scopes.",
1360
+ "title": "Scopes"
1361
+ },
1362
+ "title": "OAuth"
1363
+ },
1364
+ "registryMetadata": {
1365
+ "configHash": {
1366
+ "mdDescription": "Content hash of the registry approval used to install this server.",
1367
+ "title": "Registry Config Hash"
1368
+ },
1369
+ "mdDescription": "Provenance metadata for a server installed from an AI registry. Written by `@theia/ai-registry`; not user-editable.",
1370
+ "serverId": {
1371
+ "mdDescription": "Identifies the AI registry entry this server was installed from.",
1372
+ "title": "Registry Server Id"
1373
+ },
1374
+ "title": "Registry Metadata",
1375
+ "version": {
1376
+ "mdDescription": "The registry-published version recorded at the time of install.",
1377
+ "title": "Registry Version"
1378
+ }
1379
+ },
1265
1380
  "serverAuthToken": {
1266
- "mdDescription": "The authentication token for the server, if required. This is used to authenticate with the remote server.",
1381
+ "mdDescription": "The authentication token for the server, if required. This is stored in preferences as plain text; avoid workspace settings if the token is sensitive.",
1267
1382
  "title": "Authentication Token"
1268
1383
  },
1269
1384
  "serverAuthTokenHeader": {
@@ -1276,20 +1391,37 @@
1276
1391
  },
1277
1392
  "title": "MCP Server Configuration"
1278
1393
  },
1394
+ "signin": {
1395
+ "label": "MCP: Sign In to MCP Server"
1396
+ },
1397
+ "signout": {
1398
+ "label": "MCP: Sign Out from MCP Server"
1399
+ },
1279
1400
  "start": {
1280
1401
  "label": "MCP: Start MCP Server"
1281
1402
  },
1282
1403
  "stop": {
1283
1404
  "label": "MCP: Stop MCP Server"
1284
1405
  },
1406
+ "tool": {
1407
+ "noTools": "No tools available."
1408
+ },
1285
1409
  "useWorkspaceAsRoot": {
1286
1410
  "mdDescription": "Roots define the boundaries of where servers can operate within the filesystem. If enabled, the workspace folders will be used as roots, otherwise the MCP servers will have access to the entire filesystem. Changing this setting will restart all running MCP servers to apply the new roots configuration.",
1287
1411
  "title": "Use Workspace as Root"
1412
+ },
1413
+ "warn": {
1414
+ "serverPreferenceChangeFailed": "Failed to apply MCP server preference changes: {0}",
1415
+ "signInNotCompleted": "Sign-in to MCP server \"{0}\" was not completed."
1288
1416
  }
1289
1417
  },
1290
1418
  "mcpConfiguration": {
1291
1419
  "autostart": "Autostart",
1292
- "connectServer": "Connect",
1420
+ "browseAIRegistry": "Browse AI registry",
1421
+ "browseAIRegistryTooltip": "Open the Extensions view to browse AI registry entries",
1422
+ "command": {
1423
+ "addServer": "Add local MCP config..."
1424
+ },
1293
1425
  "connectingServer": "Connecting...",
1294
1426
  "copiedAllList": "Copied all tools to clipboard (list of all tools)",
1295
1427
  "copiedAllSingle": "Copied all tools to clipboard (single prompt fragment with all tools)",
@@ -1298,6 +1430,7 @@
1298
1430
  "copyAllSingle": "Copy all for chat (single prompt fragment with all tools)",
1299
1431
  "copyForPrompt": "Copy tool (for chat or prompt template)",
1300
1432
  "copyForPromptTemplate": "Copy all for prompt template (single prompt fragment with all tools)",
1433
+ "deferLoading": "Defer tool loading",
1301
1434
  "deleteServer": "Delete Server",
1302
1435
  "deleteServerDialogMsg": "Are you sure you want to delete the server \"{0}\"?",
1303
1436
  "deleteServerDialogTitle": "Delete MCP Server",
@@ -1312,11 +1445,23 @@
1312
1445
  "autostart": "Autostart",
1313
1446
  "commandPlaceholder": "e.g., npx or uvx",
1314
1447
  "commandRequired": "Command is required for local servers",
1448
+ "deferLoading": "Defer tool loading (discover tools on demand via the provider tool search)",
1315
1449
  "envPlaceholder": "KEY=value (one per line)",
1316
1450
  "headersPlaceholder": "Header-Name=value (one per line)",
1317
1451
  "localServer": "Local (Command)",
1318
1452
  "nameExists": "A server with this name already exists",
1319
1453
  "nameRequired": "Server name is required",
1454
+ "oauthAuthorizationServerInvalid": "OAuth Authorization Server must be a valid http(s) URL",
1455
+ "oauthAuthorizationServerPlaceholder": "Optional authorization server URL",
1456
+ "oauthClientIdPlaceholder": "Optional static client ID",
1457
+ "oauthClientSecretPlaceholder": "Only for servers requiring a confidential client",
1458
+ "oauthPublicClientDescription": "Theia uses public OAuth clients with PKCE by default. Provide a client secret only if the server requires a pre-registered confidential client.",
1459
+ "oauthRedirectUrlDescription": "Authorization callbacks are delivered to this URL. With a static client ID, register it as a redirect URI with your OAuth provider.",
1460
+ "oauthResourceInvalid": "OAuth Resource must be a valid http(s) URL",
1461
+ "oauthResourcePlaceholder": "Optional resource URI",
1462
+ "oauthScopesPlaceholder": "Space-separated scopes",
1463
+ "oauthSharedCredentialsDescription": "Stored OAuth sessions are shared across workspaces that use the same server name and URL (or resource).",
1464
+ "remoteOAuthServer": "Remote (OAuth)",
1320
1465
  "remoteServer": "Remote (URL)",
1321
1466
  "saveChanges": "Save Changes",
1322
1467
  "serverName": "Server Name",
@@ -1325,11 +1470,28 @@
1325
1470
  "serverUrlPlaceholder": "e.g., https://mcp.example.com",
1326
1471
  "serverUrlRequired": "Server URL is required for remote servers"
1327
1472
  },
1473
+ "fromRegistryLink": "From registry",
1328
1474
  "headers": "Headers",
1475
+ "oauth": "OAuth",
1476
+ "oauthAuthorizationServer": "Authorization Server",
1477
+ "oauthClientId": "OAuth Client ID",
1478
+ "oauthClientSecret": "OAuth Client Secret",
1479
+ "oauthRedirectUrl": "Redirect URL",
1480
+ "oauthResource": "OAuth Resource",
1481
+ "oauthScopes": "OAuth Scopes",
1482
+ "openInRegistry": "Open in AI registry: {0}",
1329
1483
  "saveServerError": "Failed to save MCP server configuration: {0}",
1330
1484
  "serverAuthToken": "Auth Token",
1331
1485
  "serverAuthTokenHeader": "Auth Header Name",
1332
1486
  "serverUrl": "Server URL",
1487
+ "signInServerFailed": "Failed to sign in to MCP server \"{0}\".",
1488
+ "signInServerNotCompleted": "Sign-in to MCP server \"{0}\" was not completed.",
1489
+ "signInServerSucceeded": "Signed in to MCP server \"{0}\".",
1490
+ "signOutServerDialogMsg": "Are you sure you want to sign out from the server \"{0}\"? This deletes the stored OAuth tokens for this server.",
1491
+ "signOutServerDialogTitle": "Sign Out from MCP Server",
1492
+ "signOutServerFailed": "Failed to sign out from MCP server \"{0}\".",
1493
+ "startServerFailed": "Failed to start MCP server \"{0}\".",
1494
+ "stopServerFailed": "Failed to stop MCP server \"{0}\".",
1333
1495
  "tools": "Tools: "
1334
1496
  },
1335
1497
  "openai": {
@@ -1480,7 +1642,6 @@
1480
1642
  "outputTokens": "Output Tokens",
1481
1643
  "readCachedInputTokens": "Input Tokens Read From Cache",
1482
1644
  "readCachedInputTokensTooltip": "Tracked additionally to 'Input Token'. Usually much less expensive than not cached. Usually does not count to rate limits.",
1483
- "total": "Total",
1484
1645
  "totalTokensTooltip": "'Input Tokens' + 'Output Tokens'"
1485
1646
  },
1486
1647
  "vercelai": {
@@ -1535,7 +1696,7 @@
1535
1696
  "title": "Consider .gitignore"
1536
1697
  },
1537
1698
  "createSkillAgent": {
1538
- "description": "An AI assistant for creating new skills. Skills provide reusable instructions and domain knowledge for AI agents. This agent helps you create well-structured skills in the .prompts/skills directory with proper YAML frontmatter and markdown content. This feature is still in an early stage and may undergo changes."
1699
+ "description": "An AI assistant for creating new skills. Skills provide reusable instructions and domain knowledge for AI agents. This agent helps you create well-structured skills in either the .agents/skills or .prompts/skills directory with proper YAML frontmatter and markdown content. This feature is still in an early stage and may undergo changes."
1539
1700
  },
1540
1701
  "excludedPattern": {
1541
1702
  "description": "List of patterns (glob or regex) for files/folders to exclude.",
@@ -1561,11 +1722,11 @@
1561
1722
  "fileChangeSetTitle": "Changes proposed"
1562
1723
  },
1563
1724
  "ai-chat-ui": {
1725
+ "browseAllChats": "Browse all chats...",
1564
1726
  "confirm": "Confirm",
1565
1727
  "deleteChat": "Delete Chat",
1728
+ "home": "Home",
1566
1729
  "initiate-session-task-context": "Task Context: Initiate Session",
1567
- "navigate-back": "Navigate Back",
1568
- "navigate-forward": "Navigate Forward",
1569
1730
  "noOutput": "No output",
1570
1731
  "open-current-session-summary": "Open Current Session Summary",
1571
1732
  "open-settings-tooltip": "Open AI Settings",
@@ -1573,7 +1734,6 @@
1573
1734
  "scroll-lock": "Lock Scroll",
1574
1735
  "scroll-unlock": "Unlock Scroll",
1575
1736
  "session-settings": "Set Session Settings",
1576
- "showChats": "Show Chats...",
1577
1737
  "summarize-current-session": "Summarize Current Session"
1578
1738
  },
1579
1739
  "ai-claude-code": {
@@ -1584,6 +1744,9 @@
1584
1744
  "agentCompletionMessage": "Agent \"{0}\" has completed its task.",
1585
1745
  "agentCompletionMessageWithSession": "Agent \"{0}\" has completed its task in \"{1}\".",
1586
1746
  "agentCompletionTitle": "Agent \"{0}\" Task Completed",
1747
+ "agentInputNeededMessage": "Agent \"{0}\" needs your input.",
1748
+ "agentInputNeededMessageWithSession": "Agent \"{0}\" needs your input in \"{1}\".",
1749
+ "agentInputNeededTitle": "Agent \"{0}\" Needs Your Input",
1587
1750
  "aiDisabledInRestrictedMode": "AI features are not available in untrusted workspaces.",
1588
1751
  "preferences": {
1589
1752
  "linuxEnvHint": "On Linux, make sure the variable is defined in `~/.profile` (not just `~/.bashrc`) if you launch the application from a desktop shortcut. See the [documentation](https://theia-ide.org/docs/user_ai/#setting-api-keys) for details.",
@@ -1623,7 +1786,6 @@
1623
1786
  "todoTool": {
1624
1787
  "noTasks": "No tasks"
1625
1788
  },
1626
- "userInteractionCanceled": "Canceled",
1627
1789
  "userInteractionCommentPlaceholder": "Add a comment for this step...",
1628
1790
  "userInteractionEmpty": "Empty",
1629
1791
  "userInteractionFinishStep": "Finish",
@@ -1633,11 +1795,78 @@
1633
1795
  "userInteractionPreparing": "Preparing user interaction...",
1634
1796
  "userInteractionPreparingSteps": "Preparing: {0} ({1} steps)",
1635
1797
  "userInteractionPreparingTitle": "Preparing: {0}",
1636
- "userInteractionStepLabel": "Step {0} of {1}",
1637
1798
  "userInteractionWorkingCopy": "Working Copy"
1638
1799
  },
1639
1800
  "ai-mcp": {
1640
- "blockedServersLabel": "MCP Servers (autostart blocked)"
1801
+ "installDialog": {
1802
+ "authTokenPlaceholder": "Required by this server to connect",
1803
+ "authTokenRequired": "An auth token is required to install this server.",
1804
+ "oauthClientIdPlaceholder": "Required by this server to connect",
1805
+ "oauthClientSecretPlaceholder": "Required by this server to connect",
1806
+ "oauthCredentialsRequired": "An OAuth client ID and client secret are required to install this server.",
1807
+ "oauthDescription": "This server uses OAuth with a pre-registered confidential client. Provide the client ID and secret from your OAuth provider.",
1808
+ "title": "Install MCP Server",
1809
+ "trust": {
1810
+ "unknown": "No AI registry is configured - trust cannot be verified.",
1811
+ "unverified": "This server is not listed in your AI registry ({0}). Install at your own risk.",
1812
+ "verified": "Approved by your AI registry ({0})."
1813
+ }
1814
+ },
1815
+ "installUri": {
1816
+ "alreadyInstalled": {
1817
+ "msg": "An MCP server named \"{0}\" is already configured. Continuing will overwrite the existing entry with the configuration from the registry.",
1818
+ "title": "MCP server already installed"
1819
+ },
1820
+ "missingId": "Install link is missing the required \"id\" parameter.",
1821
+ "noRegistry": "Cannot install MCP server \"{0}\" - no AI registry is configured in this product.",
1822
+ "success": "Installed MCP server \"{0}\" from the AI registry.",
1823
+ "unknownId": "MCP server \"{0}\" is not listed in your AI registry."
1824
+ }
1825
+ },
1826
+ "ai-registry": {
1827
+ "action": {
1828
+ "fix": "Fix config",
1829
+ "link": "Link to registry",
1830
+ "unlink": "Unlink",
1831
+ "updateTooltip": "Update from {0} to {1}"
1832
+ },
1833
+ "skill": {
1834
+ "action": {
1835
+ "fix": "Fix Skill",
1836
+ "link": "Link to registry",
1837
+ "unlink": "Unlink"
1838
+ },
1839
+ "fixed": "Restored skill \"{0}\".",
1840
+ "githubToken": {
1841
+ "mdDescription": "Optional GitHub personal access token used when downloading skills from GitHub. A token raises GitHub's rate limit from 60 to 5000 requests per hour. **Please note:** By using this preference the token is stored in clear text on the machine running Theia. Prefer the environment variable `GITHUB_TOKEN` to provide it securely."
1842
+ },
1843
+ "installUri": {
1844
+ "confirm": {
1845
+ "msg": "Install the skill \"{0}\" by downloading its files from {1}?",
1846
+ "title": "Install skill"
1847
+ },
1848
+ "fetchFailed": "Could not load the AI registry to install skill \"{0}\".",
1849
+ "missingId": "Install link is missing the required \"id\" parameter.",
1850
+ "success": "Installed skill \"{0}\" from the AI registry.",
1851
+ "unknownId": "Skill \"{0}\" is not listed in your AI registry."
1852
+ },
1853
+ "installed": "Installed skill \"{0}\".",
1854
+ "linked": "Linked skill \"{0}\".",
1855
+ "uninstalled": "Uninstalled skill \"{0}\".",
1856
+ "unlinked": "Unlinked skill \"{0}\".",
1857
+ "updated": "Updated skill \"{0}\".",
1858
+ "warning": {
1859
+ "fix": "This skill's files differ from the registry. Click 'Fix Skill' to restore them.",
1860
+ "linkStale": "This skill was installed from the registry, but the registry no longer lists it. Click Unlink to drop the registry link and keep the files, or Uninstall to remove the skill.",
1861
+ "notInRegistry": "Not in registry"
1862
+ },
1863
+ "watcherStopped": "Stopped watching the skills folder for changes. Installed skills may no longer refresh automatically. Reload the window to resume."
1864
+ },
1865
+ "warning": {
1866
+ "fixConfig": "This server's configuration differs from the registry. Click 'Fix config' to restore it.",
1867
+ "linkStale": "This server was installed from the registry, but the registry no longer lists it. If you are sure you want to keep it and it still works for you, click Unlink to drop the registry link. Otherwise click Uninstall to remove the server.",
1868
+ "notInRegistry": "Not in registry"
1869
+ }
1641
1870
  },
1642
1871
  "ai-terminal": {
1643
1872
  "allowAllConfirm": "I understand, allow all",
@@ -1659,7 +1888,6 @@
1659
1888
  "configurePermissions": "Configure shell command permissions",
1660
1889
  "confirmExecution": "Confirm Shell Command",
1661
1890
  "denialReason": "Reason",
1662
- "executionCanceled": "Canceled",
1663
1891
  "executionDenied": "Denied",
1664
1892
  "executionDeniedWithReason": "Denied with reason",
1665
1893
  "partialOutput": "Partial Output",
@@ -2159,7 +2387,6 @@
2159
2387
  "openByDefault": "Open the preview instead of the editor by default."
2160
2388
  },
2161
2389
  "property-view": {
2162
- "directory": "Directory",
2163
2390
  "lastModified": "Last modified",
2164
2391
  "noProperties": "No properties available.",
2165
2392
  "properties": "Properties",
@@ -2222,7 +2449,6 @@
2222
2449
  "dirtyDiff": {
2223
2450
  "close": "Close Change Peek View"
2224
2451
  },
2225
- "history": "History",
2226
2452
  "justNow": "just now",
2227
2453
  "mergeEditor": {
2228
2454
  "resetConfirmationTitle": "Do you really want to reset the merge result in this editor?"
@@ -2371,16 +2597,22 @@
2371
2597
  "errorFetching": "Error fetching extensions.",
2372
2598
  "errorFetchingConfigurationHint": "This could be caused by network configuration issues.",
2373
2599
  "failedInstallingVSIX": "Failed to install {0} from VSIX.",
2600
+ "filter": {
2601
+ "showBuiltin": "Show Built-in",
2602
+ "showInstalled": "Show Installed",
2603
+ "showRecommended": "Show Recommended"
2604
+ },
2374
2605
  "invalidVSIX": "The selected file is not a valid \"*.vsix\" plugin.",
2375
2606
  "license": "License: {0}",
2376
2607
  "onlyShowVerifiedExtensionsDescription": "This allows the {0} to only show verified extensions.",
2377
2608
  "onlyShowVerifiedExtensionsTitle": "Only Show Verified Extensions",
2378
2609
  "recommendedExtensions": "A list of the names of extensions recommended for use in this workspace.",
2379
2610
  "restrictedModeInstallWarning": "The extension '{0}' may be disabled if it does not support running in Restricted Mode. Trust this workspace to ensure the extension works as expected.",
2380
- "searchPlaceholder": "Search Extensions in {0}",
2611
+ "searchPlaceholder": "Search Open VSX Registry",
2381
2612
  "showInstalled": "Show Installed Extensions",
2382
2613
  "showRecommendedExtensions": "Controls whether notifications are shown for extension recommendations.",
2383
2614
  "vsx-extensions-contribution": {
2615
+ "no-other-versions": "No other versions are available.",
2384
2616
  "update-version-uninstall-error": "Error while removing the extension: {0}.",
2385
2617
  "update-version-version-error": "Failed to install version {0} of {1}."
2386
2618
  }