@theia/core 1.73.0-next.9 → 1.73.1

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 (274) hide show
  1. package/README.md +26 -16
  2. package/i18n/nls.cs.json +273 -36
  3. package/i18n/nls.de.json +273 -36
  4. package/i18n/nls.es.json +273 -36
  5. package/i18n/nls.fr.json +273 -36
  6. package/i18n/nls.hu.json +273 -36
  7. package/i18n/nls.it.json +273 -36
  8. package/i18n/nls.ja.json +273 -36
  9. package/i18n/nls.json +273 -36
  10. package/i18n/nls.ko.json +273 -36
  11. package/i18n/nls.pl.json +273 -36
  12. package/i18n/nls.pt-br.json +273 -36
  13. package/i18n/nls.ru.json +273 -36
  14. package/i18n/nls.tr.json +273 -36
  15. package/i18n/nls.zh-cn.json +273 -36
  16. package/i18n/nls.zh-tw.json +273 -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 +314 -77
  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/keyboard/keyboard-layout-service.d.ts +2 -0
  33. package/lib/browser/keyboard/keyboard-layout-service.d.ts.map +1 -1
  34. package/lib/browser/keyboard/keyboard-layout-service.js +35 -12
  35. package/lib/browser/keyboard/keyboard-layout-service.js.map +1 -1
  36. package/lib/browser/keyboard/keyboard-layout-service.spec.js +26 -0
  37. package/lib/browser/keyboard/keyboard-layout-service.spec.js.map +1 -1
  38. package/lib/browser/markdown-rendering/markdown.d.ts +1 -1
  39. package/lib/browser/markdown-rendering/markdown.d.ts.map +1 -1
  40. package/lib/browser/markdown-rendering/markdown.js +1 -1
  41. package/lib/browser/markdown-rendering/markdown.js.map +1 -1
  42. package/lib/browser/menu/composite-menu-node.js +4 -4
  43. package/lib/browser/menu/composite-menu-node.js.map +1 -1
  44. package/lib/browser/messaging/ws-connection-source.d.ts.map +1 -1
  45. package/lib/browser/messaging/ws-connection-source.js +1 -6
  46. package/lib/browser/messaging/ws-connection-source.js.map +1 -1
  47. package/lib/browser/preferences/frontend-config-preference-contributions.d.ts +2 -0
  48. package/lib/browser/preferences/frontend-config-preference-contributions.d.ts.map +1 -1
  49. package/lib/browser/preferences/frontend-config-preference-contributions.js +7 -1
  50. package/lib/browser/preferences/frontend-config-preference-contributions.js.map +1 -1
  51. package/lib/browser/preferences/preference-proxy.spec.js +7 -0
  52. package/lib/browser/preferences/preference-proxy.spec.js.map +1 -1
  53. package/lib/browser/preferences/preference-schema-provider.spec.js +3 -0
  54. package/lib/browser/preferences/preference-schema-provider.spec.js.map +1 -1
  55. package/lib/browser/preferences/preference-validation-service.d.ts +2 -0
  56. package/lib/browser/preferences/preference-validation-service.d.ts.map +1 -1
  57. package/lib/browser/preferences/preference-validation-service.js +11 -5
  58. package/lib/browser/preferences/preference-validation-service.js.map +1 -1
  59. package/lib/browser/preferences/preference-validation-service.spec.js +2 -0
  60. package/lib/browser/preferences/preference-validation-service.spec.js.map +1 -1
  61. package/lib/browser/secondary-window-handler.d.ts +2 -0
  62. package/lib/browser/secondary-window-handler.d.ts.map +1 -1
  63. package/lib/browser/secondary-window-handler.js +12 -6
  64. package/lib/browser/secondary-window-handler.js.map +1 -1
  65. package/lib/browser/shell/application-shell.d.ts +2 -0
  66. package/lib/browser/shell/application-shell.d.ts.map +1 -1
  67. package/lib/browser/shell/application-shell.js +9 -3
  68. package/lib/browser/shell/application-shell.js.map +1 -1
  69. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.js +6 -6
  70. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.js.map +1 -1
  71. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.js +2 -2
  72. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.js.map +1 -1
  73. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.js +131 -0
  74. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.js.map +1 -1
  75. package/lib/browser/status-bar/status-bar.d.ts +2 -2
  76. package/lib/browser/status-bar/status-bar.d.ts.map +1 -1
  77. package/lib/browser/status-bar/status-bar.js.map +1 -1
  78. package/lib/browser/test/jsdom.d.ts +4 -0
  79. package/lib/browser/test/jsdom.d.ts.map +1 -1
  80. package/lib/browser/test/jsdom.js +18 -0
  81. package/lib/browser/test/jsdom.js.map +1 -1
  82. package/lib/browser/tree/tree-container.spec.js +4 -0
  83. package/lib/browser/tree/tree-container.spec.js.map +1 -1
  84. package/lib/browser/tree/tree-model.d.ts +1 -0
  85. package/lib/browser/tree/tree-model.d.ts.map +1 -1
  86. package/lib/browser/tree/tree-model.js +3 -0
  87. package/lib/browser/tree/tree-model.js.map +1 -1
  88. package/lib/browser/tree/tree-view-welcome-widget.d.ts +1 -0
  89. package/lib/browser/tree/tree-view-welcome-widget.d.ts.map +1 -1
  90. package/lib/browser/tree/tree-view-welcome-widget.js +8 -6
  91. package/lib/browser/tree/tree-view-welcome-widget.js.map +1 -1
  92. package/lib/browser/tree/tree-view-welcome-widget.spec.d.ts +2 -0
  93. package/lib/browser/tree/tree-view-welcome-widget.spec.d.ts.map +1 -0
  94. package/lib/browser/tree/tree-view-welcome-widget.spec.js +68 -0
  95. package/lib/browser/tree/tree-view-welcome-widget.spec.js.map +1 -0
  96. package/lib/browser/tree/tree-widget.js +2 -2
  97. package/lib/browser/tree/tree-widget.js.map +1 -1
  98. package/lib/browser/tree/tree.d.ts +24 -2
  99. package/lib/browser/tree/tree.d.ts.map +1 -1
  100. package/lib/browser/tree/tree.js +20 -2
  101. package/lib/browser/tree/tree.js.map +1 -1
  102. package/lib/browser/tree/tree.spec.js +27 -0
  103. package/lib/browser/tree/tree.spec.js.map +1 -1
  104. package/lib/browser/window/default-window-service.d.ts +2 -1
  105. package/lib/browser/window/default-window-service.d.ts.map +1 -1
  106. package/lib/browser/window/default-window-service.js +10 -5
  107. package/lib/browser/window/default-window-service.js.map +1 -1
  108. package/lib/browser/window/default-window-service.spec.js +2 -0
  109. package/lib/browser/window/default-window-service.spec.js.map +1 -1
  110. package/lib/browser-only/messaging/frontend-only-service-connection-provider.d.ts +2 -0
  111. package/lib/browser-only/messaging/frontend-only-service-connection-provider.d.ts.map +1 -1
  112. package/lib/browser-only/messaging/frontend-only-service-connection-provider.js +8 -2
  113. package/lib/browser-only/messaging/frontend-only-service-connection-provider.js.map +1 -1
  114. package/lib/common/command.d.ts +2 -0
  115. package/lib/common/command.d.ts.map +1 -1
  116. package/lib/common/command.js +10 -4
  117. package/lib/common/command.js.map +1 -1
  118. package/lib/common/logger.d.ts.map +1 -1
  119. package/lib/common/logger.js +11 -1
  120. package/lib/common/logger.js.map +1 -1
  121. package/lib/common/logger.spec.js +46 -0
  122. package/lib/common/logger.spec.js.map +1 -1
  123. package/lib/common/preferences/injectable-preference-proxy.d.ts +3 -3
  124. package/lib/common/preferences/injectable-preference-proxy.d.ts.map +1 -1
  125. package/lib/common/preferences/injectable-preference-proxy.js +6 -1
  126. package/lib/common/preferences/injectable-preference-proxy.js.map +1 -1
  127. package/lib/common/preferences/preference-proxy.d.ts.map +1 -1
  128. package/lib/common/preferences/preference-proxy.js +6 -1
  129. package/lib/common/preferences/preference-proxy.js.map +1 -1
  130. package/lib/electron-main/electron-main-application.d.ts.map +1 -1
  131. package/lib/electron-main/electron-main-application.js +4 -2
  132. package/lib/electron-main/electron-main-application.js.map +1 -1
  133. package/lib/electron-node/hosting/electron-ws-origin-validator.d.ts.map +1 -1
  134. package/lib/electron-node/hosting/electron-ws-origin-validator.js +5 -2
  135. package/lib/electron-node/hosting/electron-ws-origin-validator.js.map +1 -1
  136. package/lib/electron-node/hosting/electron-ws-origin-validator.spec.d.ts +2 -0
  137. package/lib/electron-node/hosting/electron-ws-origin-validator.spec.d.ts.map +1 -0
  138. package/lib/electron-node/hosting/electron-ws-origin-validator.spec.js +59 -0
  139. package/lib/electron-node/hosting/electron-ws-origin-validator.spec.js.map +1 -0
  140. package/lib/electron-node/request/electron-backend-request-service.d.ts +2 -0
  141. package/lib/electron-node/request/electron-backend-request-service.d.ts.map +1 -1
  142. package/lib/electron-node/request/electron-backend-request-service.js +7 -1
  143. package/lib/electron-node/request/electron-backend-request-service.js.map +1 -1
  144. package/lib/electron-node/token/electron-token-backend-contribution.d.ts +2 -0
  145. package/lib/electron-node/token/electron-token-backend-contribution.d.ts.map +1 -1
  146. package/lib/electron-node/token/electron-token-backend-contribution.js +7 -1
  147. package/lib/electron-node/token/electron-token-backend-contribution.js.map +1 -1
  148. package/lib/electron-node/token/electron-token-validator.d.ts +2 -0
  149. package/lib/electron-node/token/electron-token-validator.d.ts.map +1 -1
  150. package/lib/electron-node/token/electron-token-validator.js +7 -1
  151. package/lib/electron-node/token/electron-token-validator.js.map +1 -1
  152. package/lib/node/backend-application-module.d.ts.map +1 -1
  153. package/lib/node/backend-application-module.js +2 -0
  154. package/lib/node/backend-application-module.js.map +1 -1
  155. package/lib/node/backend-application.d.ts +11 -0
  156. package/lib/node/backend-application.d.ts.map +1 -1
  157. package/lib/node/backend-application.js +40 -12
  158. package/lib/node/backend-application.js.map +1 -1
  159. package/lib/node/backend-application.spec.js +4 -2
  160. package/lib/node/backend-application.spec.js.map +1 -1
  161. package/lib/node/hosting/backend-hosting-module.d.ts.map +1 -1
  162. package/lib/node/hosting/backend-hosting-module.js +7 -0
  163. package/lib/node/hosting/backend-hosting-module.js.map +1 -1
  164. package/lib/node/hosting/browser-connection-token.d.ts +46 -0
  165. package/lib/node/hosting/browser-connection-token.d.ts.map +1 -0
  166. package/lib/node/hosting/browser-connection-token.js +120 -0
  167. package/lib/node/hosting/browser-connection-token.js.map +1 -0
  168. package/lib/node/hosting/browser-connection-token.spec.d.ts +2 -0
  169. package/lib/node/hosting/browser-connection-token.spec.d.ts.map +1 -0
  170. package/lib/node/hosting/browser-connection-token.spec.js +128 -0
  171. package/lib/node/hosting/browser-connection-token.spec.js.map +1 -0
  172. package/lib/node/hosting/ws-origin-validator.d.ts.map +1 -1
  173. package/lib/node/hosting/ws-origin-validator.js +21 -4
  174. package/lib/node/hosting/ws-origin-validator.js.map +1 -1
  175. package/lib/node/hosting/ws-origin-validator.spec.d.ts +2 -0
  176. package/lib/node/hosting/ws-origin-validator.spec.d.ts.map +1 -0
  177. package/lib/node/hosting/ws-origin-validator.spec.js +131 -0
  178. package/lib/node/hosting/ws-origin-validator.spec.js.map +1 -0
  179. package/lib/node/index.d.ts +1 -0
  180. package/lib/node/index.d.ts.map +1 -1
  181. package/lib/node/index.js +3 -1
  182. package/lib/node/index.js.map +1 -1
  183. package/lib/node/logger-cli-contribution.d.ts +6 -0
  184. package/lib/node/logger-cli-contribution.d.ts.map +1 -1
  185. package/lib/node/logger-cli-contribution.js +28 -5
  186. package/lib/node/logger-cli-contribution.js.map +1 -1
  187. package/lib/node/logger-cli-contribution.spec.js +54 -0
  188. package/lib/node/logger-cli-contribution.spec.js.map +1 -1
  189. package/lib/node/messaging/default-messaging-service.d.ts +2 -0
  190. package/lib/node/messaging/default-messaging-service.d.ts.map +1 -1
  191. package/lib/node/messaging/default-messaging-service.js +8 -2
  192. package/lib/node/messaging/default-messaging-service.js.map +1 -1
  193. package/lib/node/messaging/test/default-messaging-service.spec.js +2 -0
  194. package/lib/node/messaging/test/default-messaging-service.spec.js.map +1 -1
  195. package/lib/node/messaging/websocket-endpoint.d.ts +7 -0
  196. package/lib/node/messaging/websocket-endpoint.d.ts.map +1 -1
  197. package/lib/node/messaging/websocket-endpoint.js +21 -6
  198. package/lib/node/messaging/websocket-endpoint.js.map +1 -1
  199. package/lib/node/process-utils.d.ts +2 -0
  200. package/lib/node/process-utils.d.ts.map +1 -1
  201. package/lib/node/process-utils.js +8 -2
  202. package/lib/node/process-utils.js.map +1 -1
  203. package/lib/node/process-utils.spec.js +11 -9
  204. package/lib/node/process-utils.spec.js.map +1 -1
  205. package/lib/node/request/backend-request-facade.d.ts +19 -0
  206. package/lib/node/request/backend-request-facade.d.ts.map +1 -1
  207. package/lib/node/request/backend-request-facade.js +93 -3
  208. package/lib/node/request/backend-request-facade.js.map +1 -1
  209. package/lib/node/request/backend-request-facade.spec.d.ts +2 -0
  210. package/lib/node/request/backend-request-facade.spec.d.ts.map +1 -0
  211. package/lib/node/request/backend-request-facade.spec.js +171 -0
  212. package/lib/node/request/backend-request-facade.spec.js.map +1 -0
  213. package/package.json +29 -20
  214. package/src/browser/authentication-service.ts +6 -3
  215. package/src/browser/frontend-application.ts +13 -9
  216. package/src/browser/json-schema-store.ts +6 -2
  217. package/src/browser/keybinding.ts +2 -2
  218. package/src/browser/keyboard/keyboard-layout-service.spec.ts +28 -0
  219. package/src/browser/keyboard/keyboard-layout-service.ts +38 -14
  220. package/src/browser/markdown-rendering/markdown.tsx +2 -2
  221. package/src/browser/menu/composite-menu-node.ts +4 -4
  222. package/src/browser/messaging/ws-connection-source.ts +1 -6
  223. package/src/browser/preferences/frontend-config-preference-contributions.ts +7 -2
  224. package/src/browser/preferences/preference-proxy.spec.ts +8 -0
  225. package/src/browser/preferences/preference-schema-provider.spec.ts +5 -0
  226. package/src/browser/preferences/preference-validation-service.spec.ts +3 -1
  227. package/src/browser/preferences/preference-validation-service.ts +9 -6
  228. package/src/browser/secondary-window-handler.ts +11 -7
  229. package/src/browser/shell/application-shell.ts +8 -4
  230. package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.tsx +6 -6
  231. package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.ts +2 -2
  232. package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.ts +159 -1
  233. package/src/browser/status-bar/status-bar.tsx +3 -3
  234. package/src/browser/test/jsdom.ts +18 -0
  235. package/src/browser/tree/tree-container.spec.ts +6 -0
  236. package/src/browser/tree/tree-model.ts +4 -0
  237. package/src/browser/tree/tree-view-welcome-widget.spec.ts +82 -0
  238. package/src/browser/tree/tree-view-welcome-widget.tsx +10 -11
  239. package/src/browser/tree/tree-widget.tsx +2 -2
  240. package/src/browser/tree/tree.spec.ts +30 -0
  241. package/src/browser/tree/tree.ts +31 -4
  242. package/src/browser/window/default-window-service.spec.ts +3 -1
  243. package/src/browser/window/default-window-service.ts +9 -6
  244. package/src/browser-only/messaging/frontend-only-service-connection-provider.ts +8 -3
  245. package/src/common/command.ts +8 -4
  246. package/src/common/i18n/nls.metadata.json +2659 -374
  247. package/src/common/logger.spec.ts +62 -1
  248. package/src/common/logger.ts +13 -4
  249. package/src/common/preferences/injectable-preference-proxy.ts +10 -4
  250. package/src/common/preferences/preference-proxy.ts +10 -4
  251. package/src/electron-main/electron-main-application.ts +4 -2
  252. package/src/electron-node/hosting/electron-ws-origin-validator.spec.ts +69 -0
  253. package/src/electron-node/hosting/electron-ws-origin-validator.ts +5 -2
  254. package/src/electron-node/request/electron-backend-request-service.ts +6 -2
  255. package/src/electron-node/token/electron-token-backend-contribution.ts +6 -2
  256. package/src/electron-node/token/electron-token-validator.ts +6 -2
  257. package/src/node/backend-application-module.ts +4 -2
  258. package/src/node/backend-application.spec.ts +5 -3
  259. package/src/node/backend-application.ts +33 -11
  260. package/src/node/hosting/backend-hosting-module.ts +10 -0
  261. package/src/node/hosting/browser-connection-token.spec.ts +167 -0
  262. package/src/node/hosting/browser-connection-token.ts +126 -0
  263. package/src/node/hosting/ws-origin-validator.spec.ts +193 -0
  264. package/src/node/hosting/ws-origin-validator.ts +23 -4
  265. package/src/node/index.ts +1 -0
  266. package/src/node/logger-cli-contribution.spec.ts +65 -0
  267. package/src/node/logger-cli-contribution.ts +32 -5
  268. package/src/node/messaging/default-messaging-service.ts +6 -2
  269. package/src/node/messaging/test/default-messaging-service.spec.ts +3 -1
  270. package/src/node/messaging/websocket-endpoint.ts +23 -7
  271. package/src/node/process-utils.spec.ts +12 -9
  272. package/src/node/process-utils.ts +7 -3
  273. package/src/node/request/backend-request-facade.spec.ts +203 -0
  274. 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,15 @@
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
+ "migratePrompt": {
146
+ "message": "Your custom agents still use the older `customAgents.yml` format. We recommend migrating them to the new per-agent format (`agents/<id>/agent.md`), which {0} uses going forward. Each agent gets its own file next to your `customAgents.yml`, and the original is kept as a `customAgents.yml.bak` backup."
147
+ },
148
+ "migrationResult": {
149
+ "empty": "Custom-agent migration: nothing to migrate."
150
+ },
151
+ "rerunMigration": "Re-run custom-agent migration"
152
+ },
138
153
  "defaultAgent": {
139
154
  "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
155
  },
@@ -215,7 +230,7 @@
215
230
  "label": "AI Chat"
216
231
  },
217
232
  "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."
233
+ "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
234
  }
220
235
  },
221
236
  "chat-ui": {
@@ -292,6 +307,16 @@
292
307
  "functionsDescription": "Built-in functions provided by {0} extensions",
293
308
  "genericCapabilities": "Generic Capabilities",
294
309
  "mcpFunctionsDescription": "Model Context Protocol (MCP) functions from connected servers",
310
+ "mermaid-rendering": {
311
+ "copySource": "Copy Source",
312
+ "error": "Unable to render the Mermaid diagram. Switch to the source view to inspect the definition.",
313
+ "rendering": "Rendering diagram…",
314
+ "resetView": "Reset View",
315
+ "showDiagram": "Show Diagram",
316
+ "showSource": "Show Source",
317
+ "title": "Mermaid Diagram",
318
+ "wheelZoomHint": "{0} + Scroll"
319
+ },
295
320
  "noChatAgentsAvailable": "No chat agents available.",
296
321
  "noMatchingCapabilities": "No matching capabilities",
297
322
  "openDiff": "Open Diff",
@@ -300,14 +325,12 @@
300
325
  "performThisTask": "Perform this task.",
301
326
  "persistedSession": "Persisted session (click to restore)",
302
327
  "promptFragmentsDescription": "Custom prompt fragments to include in the conversation",
303
- "reasoning": {
304
- "minimal": "Minimal"
305
- },
306
328
  "removeChat": "Remove Chat",
307
329
  "requestNotFoundForRetry": "Request not found for retry",
308
330
  "responseFrom": "Response from {0}",
309
331
  "saveCurrentSelectionsToSettings": "Save capability settings",
310
332
  "searchCapabilities": "Search capabilities",
333
+ "sectionRestored": "Restored",
311
334
  "selectAgentQuickPickPlaceholder": "Select an agent for the new session",
312
335
  "selectAllInCategory": "Select all in this category",
313
336
  "selectChat": "Select chat",
@@ -318,6 +341,14 @@
318
341
  "selectTaskContextQuickPickPlaceholder": "Select a task context to attach",
319
342
  "selectVariableArguments": "Select variable arguments",
320
343
  "send": "Send (Enter)",
344
+ "server-toolcall-part-renderer": {
345
+ "indicator": "server",
346
+ "serverTooltip": "Ran on the provider's servers (not locally). Server tools are auto-approved when selected."
347
+ },
348
+ "serverToolWarning": "This tool is auto-approved when selected. It may be executed by the model at any time.",
349
+ "serverTools": "Server Tools",
350
+ "serverToolsDescription": "Server tools are executed server-side by the LLM on the vendor's infrastructure.",
351
+ "serverToolsWarning": "These tools are auto-approved when selected. They may be executed by the model at any time.",
321
352
  "sessionNotFoundForRetry": "Session not found for retry",
322
353
  "skillsDescription": "Reusable skill instructions that can be added to the conversation",
323
354
  "switchAgentMode": "Switch Agent Mode",
@@ -349,6 +380,7 @@
349
380
  "alwaysAllowConfirm": "I understand, enable auto-approval",
350
381
  "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
382
  "alwaysAllowTitle": "Enable Auto-Approval for \"{0}\"?",
383
+ "approveLatest": "Approve Latest Tool Confirmation",
352
384
  "autoCancel": "Auto-cancels in {0}",
353
385
  "canceled": "Tool execution canceled",
354
386
  "denied": "Tool execution denied",
@@ -357,6 +389,7 @@
357
389
  "deny-reason-placeholder": "Enter reason for denial...",
358
390
  "deny-session": "Deny for this Chat",
359
391
  "deny-with-reason": "Deny with reason...",
392
+ "denyLatest": "Deny Latest Tool Confirmation",
360
393
  "executionDenied": "Tool execution denied",
361
394
  "header": "Confirm Tool Execution"
362
395
  },
@@ -390,8 +423,6 @@
390
423
  },
391
424
  "currentDirectory": "current directory",
392
425
  "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
426
  "edit": "Edit {0}",
396
427
  "editAutomatically": "Edit automatically",
397
428
  "editing": "Editing",
@@ -615,10 +646,9 @@
615
646
  },
616
647
  "core": {
617
648
  "agentConfiguration": {
618
- "actions": "Actions",
619
649
  "addCustomAgent": "Add Custom Agent",
620
650
  "availableCapabilities": "Available Capabilities",
621
- "completionNotificationDescriptionPrefix": "Select how you want to be notified when this agent completes its task. \"Default\" uses the ",
651
+ "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
652
  "defaultNotificationDescription": "Uses the global AI notification setting",
623
653
  "enableAgent": "Enable Agent",
624
654
  "llmRequirements": "LLM Requirements",
@@ -687,7 +717,7 @@
687
717
  }
688
718
  },
689
719
  "defaultNotification": {
690
- "mdDescription": "The default notification method used when an AI agent completes a task. Individual agents can override this setting.",
720
+ "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
721
  "title": "Default Notification Type"
692
722
  },
693
723
  "discard": {
@@ -836,7 +866,7 @@
836
866
  "title": "Custom Request Settings"
837
867
  },
838
868
  "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."
869
+ "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
870
  },
841
871
  "skillsVariable": {
842
872
  "description": "Returns the list of available skills that can be used by AI agents"
@@ -947,10 +977,8 @@
947
977
  "agent-description": "Configure AI agent settings including enablement, LLM selection, prompt template customization, and custom agent creation in the [AI Configuration View]({0}).",
948
978
  "agentConfiguration": {
949
979
  "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"
980
+ "placeholder": "Choose where to create the agents/<id>/agent.md file",
981
+ "title": "Select location for the new custom agent"
954
982
  },
955
983
  "genericCapabilitiesSettings": "Generic Capabilities",
956
984
  "genericCapabilityType": {
@@ -959,6 +987,15 @@
959
987
  "mcpFunctions": "MCP Functions",
960
988
  "promptFragments": "Prompt Fragments"
961
989
  },
990
+ "newAgent": {
991
+ "createFailed": "Could not create the custom agent \"{0}\": {1}",
992
+ "defaultDescription": "Custom agent. Edit this description in agent.md.",
993
+ "defaultPrompt": "You are a helpful agent. Adjust this prompt to fit your needs.",
994
+ "idInvalid": "Use letters, digits, dash, underscore, or dot only.",
995
+ "idPrompt": "Agent id (used as folder name under agents/)",
996
+ "idTitle": "New custom agent",
997
+ "noLocation": "Cannot create a custom agent: no prompt-templates location is configured. Set a global or workspace prompt-templates folder and try again."
998
+ },
962
999
  "noDescription": "No description available",
963
1000
  "resetAllCapabilities": "Reset all capabilities to their default values",
964
1001
  "resetAllDefaults": "Reset All to Defaults",
@@ -1136,9 +1173,10 @@
1136
1173
  "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
1174
  },
1138
1175
  "prompt-template-description": "Select prompt variants and customize prompt templates for AI agents in the [AI Configuration View]({0}).",
1139
- "recentChats": "Recent Chats",
1176
+ "restoredSession": "Restored session",
1140
1177
  "restrictedModeDetails": "AI chat, inline suggestions, code actions, and prompt templates are disabled",
1141
1178
  "restrictedModeLabel": "AI Features (disabled in Restricted Mode)",
1179
+ "sectionRestored": "Restored",
1142
1180
  "shellAllowlist": {
1143
1181
  "placeholder": "e.g., \"git log\" (exact) or \"git log *\" (with args)"
1144
1182
  },
@@ -1157,6 +1195,9 @@
1157
1195
  },
1158
1196
  "slashCommandsSectionHeader": "Slash Commands"
1159
1197
  },
1198
+ "toolConfirmationInfo": {
1199
+ "header": "Tool confirmation"
1200
+ },
1160
1201
  "toolsConfiguration": {
1161
1202
  "confirmAlwaysAllow": {
1162
1203
  "confirm": "I understand, enable auto-approval",
@@ -1169,6 +1210,19 @@
1169
1210
  "default": {
1170
1211
  "label": "Default Tool Confirmation Mode:"
1171
1212
  },
1213
+ "recommendedDefaults": {
1214
+ "apply": "Allow Default Tools",
1215
+ "dialogConfirm": "I understand, allow",
1216
+ "dialogTitle": "Allow Default Tools?",
1217
+ "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.",
1218
+ "msg": {
1219
+ "line1": "This sets all currently registered built-in tools to \"Always Allow\".",
1220
+ "line2": "Tools that require extra confirmation (such as shell execution) will still ask before running.",
1221
+ "line3": "MCP tools are third-party and are not included. You can allow them individually in this view.",
1222
+ "line4": "Tools added later will still default to \"Confirm\" so you can review them.",
1223
+ "line5": "You can change this later in this view."
1224
+ }
1225
+ },
1172
1226
  "resetAll": "Reset All",
1173
1227
  "resetAllConfirmDialog": {
1174
1228
  "msg": "Are you sure you want to reset all tool confirmation modes to the default? This will remove all custom settings.",
@@ -1203,7 +1257,8 @@
1203
1257
  "variableConfiguration": {
1204
1258
  "selectVariable": "Please select a Variable.",
1205
1259
  "usedByAgents": "Used by Agents"
1206
- }
1260
+ },
1261
+ "waitingForInput": "Waiting for your input"
1207
1262
  },
1208
1263
  "llamaFile": {
1209
1264
  "prefs": {
@@ -1231,14 +1286,35 @@
1231
1286
  }
1232
1287
  },
1233
1288
  "mcp": {
1289
+ "blockedServersLabel": "MCP Servers (autostart blocked)",
1234
1290
  "error": {
1235
1291
  "allServersRunning": "All MCP servers are already running.",
1292
+ "authenticationRequired": "MCP server \"{0}\" requires authentication. Start the server again to sign in.",
1293
+ "getRedirectUrlFailed": "An error occurred while determining the MCP OAuth redirect URL.",
1294
+ "noOAuthServersConfigured": "No OAuth-enabled MCP servers configured.",
1236
1295
  "noRunningServers": "No MCP servers running.",
1237
1296
  "noServersConfigured": "No MCP servers configured.",
1238
- "startFailed": "An error occurred while starting the MCP server."
1297
+ "oauthRequiresTrustedWorkspace": "Starting OAuth-enabled MCP servers requires a trusted workspace.",
1298
+ "signInFailed": "An error occurred while signing in to the MCP server.",
1299
+ "signOutFailed": "An error occurred while signing out from the MCP server.",
1300
+ "startFailed": "An error occurred while starting the MCP server.",
1301
+ "stopFailed": "An error occurred while stopping the MCP server."
1302
+ },
1303
+ "getRedirectUrl": {
1304
+ "label": "MCP: Get MCP OAuth Redirect URL"
1239
1305
  },
1240
1306
  "info": {
1241
- "serverStarted": "MCP server \"{0}\" successfully started. Registered tools: {1}"
1307
+ "oauthRedirectUrl": "MCP OAuth redirect URL: {0}",
1308
+ "serverSignedIn": "Signed in to MCP server \"{0}\".",
1309
+ "serverSignedOut": "Signed out from MCP server \"{0}\".",
1310
+ "serverStarted": "MCP server \"{0}\" successfully started. Registered tools: {1}",
1311
+ "signInCancelled": "MCP server \"{0}\" sign-in was cancelled."
1312
+ },
1313
+ "oauth": {
1314
+ "completeSignInInBrowser": "Complete the MCP OAuth sign-in in your browser. If no sign-in tab opened, your browser may have blocked the popup.",
1315
+ "notification": {
1316
+ "signInPrompt": "MCP server \"{0}\" requires authorization to start."
1317
+ }
1242
1318
  },
1243
1319
  "servers": {
1244
1320
  "args": {
@@ -1253,17 +1329,61 @@
1253
1329
  "mdDescription": "The command used to start the MCP server, e.g., \"uvx\" or \"npx\".",
1254
1330
  "title": "Command to execute the MCP server"
1255
1331
  },
1332
+ "deferLoading": {
1333
+ "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.",
1334
+ "title": "Defer Loading"
1335
+ },
1256
1336
  "env": {
1257
1337
  "mdDescription": "Optional environment variables to set for the server, such as an API key.",
1258
1338
  "title": "Environment variables"
1259
1339
  },
1260
1340
  "headers": {
1261
- "mdDescription": "Optional additional headers included with each request to the server.",
1341
+ "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
1342
  "title": "Headers"
1263
1343
  },
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```",
1344
+ "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```",
1345
+ "oauth": {
1346
+ "authorizationServer": {
1347
+ "mdDescription": "Optional authorization server URL override. If omitted, Theia discovers it from the MCP server.",
1348
+ "title": "Authorization Server"
1349
+ },
1350
+ "clientId": {
1351
+ "mdDescription": "Optional static OAuth client ID. If omitted, Theia attempts dynamic client registration.",
1352
+ "title": "Client ID"
1353
+ },
1354
+ "clientSecret": {
1355
+ "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.",
1356
+ "title": "Client Secret"
1357
+ },
1358
+ "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.",
1359
+ "resource": {
1360
+ "mdDescription": "Optional RFC 8707 resource indicator override for this MCP server.",
1361
+ "title": "Resource"
1362
+ },
1363
+ "scopes": {
1364
+ "mdDescription": "Optional OAuth scopes to request if the server does not advertise scopes.",
1365
+ "title": "Scopes"
1366
+ },
1367
+ "title": "OAuth"
1368
+ },
1369
+ "registryMetadata": {
1370
+ "configHash": {
1371
+ "mdDescription": "Content hash of the registry approval used to install this server.",
1372
+ "title": "Registry Config Hash"
1373
+ },
1374
+ "mdDescription": "Provenance metadata for a server installed from an AI registry. Written by `@theia/ai-registry`; not user-editable.",
1375
+ "serverId": {
1376
+ "mdDescription": "Identifies the AI registry entry this server was installed from.",
1377
+ "title": "Registry Server Id"
1378
+ },
1379
+ "title": "Registry Metadata",
1380
+ "version": {
1381
+ "mdDescription": "The registry-published version recorded at the time of install.",
1382
+ "title": "Registry Version"
1383
+ }
1384
+ },
1265
1385
  "serverAuthToken": {
1266
- "mdDescription": "The authentication token for the server, if required. This is used to authenticate with the remote server.",
1386
+ "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
1387
  "title": "Authentication Token"
1268
1388
  },
1269
1389
  "serverAuthTokenHeader": {
@@ -1276,20 +1396,37 @@
1276
1396
  },
1277
1397
  "title": "MCP Server Configuration"
1278
1398
  },
1399
+ "signin": {
1400
+ "label": "MCP: Sign In to MCP Server"
1401
+ },
1402
+ "signout": {
1403
+ "label": "MCP: Sign Out from MCP Server"
1404
+ },
1279
1405
  "start": {
1280
1406
  "label": "MCP: Start MCP Server"
1281
1407
  },
1282
1408
  "stop": {
1283
1409
  "label": "MCP: Stop MCP Server"
1284
1410
  },
1411
+ "tool": {
1412
+ "noTools": "No tools available."
1413
+ },
1285
1414
  "useWorkspaceAsRoot": {
1286
1415
  "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
1416
  "title": "Use Workspace as Root"
1417
+ },
1418
+ "warn": {
1419
+ "serverPreferenceChangeFailed": "Failed to apply MCP server preference changes: {0}",
1420
+ "signInNotCompleted": "Sign-in to MCP server \"{0}\" was not completed."
1288
1421
  }
1289
1422
  },
1290
1423
  "mcpConfiguration": {
1291
1424
  "autostart": "Autostart",
1292
- "connectServer": "Connect",
1425
+ "browseAIRegistry": "Browse AI registry",
1426
+ "browseAIRegistryTooltip": "Open the Extensions view to browse AI registry entries",
1427
+ "command": {
1428
+ "addServer": "Add local MCP config..."
1429
+ },
1293
1430
  "connectingServer": "Connecting...",
1294
1431
  "copiedAllList": "Copied all tools to clipboard (list of all tools)",
1295
1432
  "copiedAllSingle": "Copied all tools to clipboard (single prompt fragment with all tools)",
@@ -1298,6 +1435,7 @@
1298
1435
  "copyAllSingle": "Copy all for chat (single prompt fragment with all tools)",
1299
1436
  "copyForPrompt": "Copy tool (for chat or prompt template)",
1300
1437
  "copyForPromptTemplate": "Copy all for prompt template (single prompt fragment with all tools)",
1438
+ "deferLoading": "Defer tool loading",
1301
1439
  "deleteServer": "Delete Server",
1302
1440
  "deleteServerDialogMsg": "Are you sure you want to delete the server \"{0}\"?",
1303
1441
  "deleteServerDialogTitle": "Delete MCP Server",
@@ -1312,11 +1450,23 @@
1312
1450
  "autostart": "Autostart",
1313
1451
  "commandPlaceholder": "e.g., npx or uvx",
1314
1452
  "commandRequired": "Command is required for local servers",
1453
+ "deferLoading": "Defer tool loading (discover tools on demand via the provider tool search)",
1315
1454
  "envPlaceholder": "KEY=value (one per line)",
1316
1455
  "headersPlaceholder": "Header-Name=value (one per line)",
1317
1456
  "localServer": "Local (Command)",
1318
1457
  "nameExists": "A server with this name already exists",
1319
1458
  "nameRequired": "Server name is required",
1459
+ "oauthAuthorizationServerInvalid": "OAuth Authorization Server must be a valid http(s) URL",
1460
+ "oauthAuthorizationServerPlaceholder": "Optional authorization server URL",
1461
+ "oauthClientIdPlaceholder": "Optional static client ID",
1462
+ "oauthClientSecretPlaceholder": "Only for servers requiring a confidential client",
1463
+ "oauthPublicClientDescription": "Theia uses public OAuth clients with PKCE by default. Provide a client secret only if the server requires a pre-registered confidential client.",
1464
+ "oauthRedirectUrlDescription": "Authorization callbacks are delivered to this URL. With a static client ID, register it as a redirect URI with your OAuth provider.",
1465
+ "oauthResourceInvalid": "OAuth Resource must be a valid http(s) URL",
1466
+ "oauthResourcePlaceholder": "Optional resource URI",
1467
+ "oauthScopesPlaceholder": "Space-separated scopes",
1468
+ "oauthSharedCredentialsDescription": "Stored OAuth sessions are shared across workspaces that use the same server name and URL (or resource).",
1469
+ "remoteOAuthServer": "Remote (OAuth)",
1320
1470
  "remoteServer": "Remote (URL)",
1321
1471
  "saveChanges": "Save Changes",
1322
1472
  "serverName": "Server Name",
@@ -1325,11 +1475,28 @@
1325
1475
  "serverUrlPlaceholder": "e.g., https://mcp.example.com",
1326
1476
  "serverUrlRequired": "Server URL is required for remote servers"
1327
1477
  },
1478
+ "fromRegistryLink": "From registry",
1328
1479
  "headers": "Headers",
1480
+ "oauth": "OAuth",
1481
+ "oauthAuthorizationServer": "Authorization Server",
1482
+ "oauthClientId": "OAuth Client ID",
1483
+ "oauthClientSecret": "OAuth Client Secret",
1484
+ "oauthRedirectUrl": "Redirect URL",
1485
+ "oauthResource": "OAuth Resource",
1486
+ "oauthScopes": "OAuth Scopes",
1487
+ "openInRegistry": "Open in AI registry: {0}",
1329
1488
  "saveServerError": "Failed to save MCP server configuration: {0}",
1330
1489
  "serverAuthToken": "Auth Token",
1331
1490
  "serverAuthTokenHeader": "Auth Header Name",
1332
1491
  "serverUrl": "Server URL",
1492
+ "signInServerFailed": "Failed to sign in to MCP server \"{0}\".",
1493
+ "signInServerNotCompleted": "Sign-in to MCP server \"{0}\" was not completed.",
1494
+ "signInServerSucceeded": "Signed in to MCP server \"{0}\".",
1495
+ "signOutServerDialogMsg": "Are you sure you want to sign out from the server \"{0}\"? This deletes the stored OAuth tokens for this server.",
1496
+ "signOutServerDialogTitle": "Sign Out from MCP Server",
1497
+ "signOutServerFailed": "Failed to sign out from MCP server \"{0}\".",
1498
+ "startServerFailed": "Failed to start MCP server \"{0}\".",
1499
+ "stopServerFailed": "Failed to stop MCP server \"{0}\".",
1333
1500
  "tools": "Tools: "
1334
1501
  },
1335
1502
  "openai": {
@@ -1480,7 +1647,6 @@
1480
1647
  "outputTokens": "Output Tokens",
1481
1648
  "readCachedInputTokens": "Input Tokens Read From Cache",
1482
1649
  "readCachedInputTokensTooltip": "Tracked additionally to 'Input Token'. Usually much less expensive than not cached. Usually does not count to rate limits.",
1483
- "total": "Total",
1484
1650
  "totalTokensTooltip": "'Input Tokens' + 'Output Tokens'"
1485
1651
  },
1486
1652
  "vercelai": {
@@ -1535,7 +1701,7 @@
1535
1701
  "title": "Consider .gitignore"
1536
1702
  },
1537
1703
  "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."
1704
+ "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
1705
  },
1540
1706
  "excludedPattern": {
1541
1707
  "description": "List of patterns (glob or regex) for files/folders to exclude.",
@@ -1561,11 +1727,11 @@
1561
1727
  "fileChangeSetTitle": "Changes proposed"
1562
1728
  },
1563
1729
  "ai-chat-ui": {
1730
+ "browseAllChats": "Browse all chats...",
1564
1731
  "confirm": "Confirm",
1565
1732
  "deleteChat": "Delete Chat",
1733
+ "home": "Home",
1566
1734
  "initiate-session-task-context": "Task Context: Initiate Session",
1567
- "navigate-back": "Navigate Back",
1568
- "navigate-forward": "Navigate Forward",
1569
1735
  "noOutput": "No output",
1570
1736
  "open-current-session-summary": "Open Current Session Summary",
1571
1737
  "open-settings-tooltip": "Open AI Settings",
@@ -1573,7 +1739,6 @@
1573
1739
  "scroll-lock": "Lock Scroll",
1574
1740
  "scroll-unlock": "Unlock Scroll",
1575
1741
  "session-settings": "Set Session Settings",
1576
- "showChats": "Show Chats...",
1577
1742
  "summarize-current-session": "Summarize Current Session"
1578
1743
  },
1579
1744
  "ai-claude-code": {
@@ -1584,6 +1749,9 @@
1584
1749
  "agentCompletionMessage": "Agent \"{0}\" has completed its task.",
1585
1750
  "agentCompletionMessageWithSession": "Agent \"{0}\" has completed its task in \"{1}\".",
1586
1751
  "agentCompletionTitle": "Agent \"{0}\" Task Completed",
1752
+ "agentInputNeededMessage": "Agent \"{0}\" needs your input.",
1753
+ "agentInputNeededMessageWithSession": "Agent \"{0}\" needs your input in \"{1}\".",
1754
+ "agentInputNeededTitle": "Agent \"{0}\" Needs Your Input",
1587
1755
  "aiDisabledInRestrictedMode": "AI features are not available in untrusted workspaces.",
1588
1756
  "preferences": {
1589
1757
  "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 +1791,6 @@
1623
1791
  "todoTool": {
1624
1792
  "noTasks": "No tasks"
1625
1793
  },
1626
- "userInteractionCanceled": "Canceled",
1627
1794
  "userInteractionCommentPlaceholder": "Add a comment for this step...",
1628
1795
  "userInteractionEmpty": "Empty",
1629
1796
  "userInteractionFinishStep": "Finish",
@@ -1633,11 +1800,78 @@
1633
1800
  "userInteractionPreparing": "Preparing user interaction...",
1634
1801
  "userInteractionPreparingSteps": "Preparing: {0} ({1} steps)",
1635
1802
  "userInteractionPreparingTitle": "Preparing: {0}",
1636
- "userInteractionStepLabel": "Step {0} of {1}",
1637
1803
  "userInteractionWorkingCopy": "Working Copy"
1638
1804
  },
1639
1805
  "ai-mcp": {
1640
- "blockedServersLabel": "MCP Servers (autostart blocked)"
1806
+ "installDialog": {
1807
+ "authTokenPlaceholder": "Required by this server to connect",
1808
+ "authTokenRequired": "An auth token is required to install this server.",
1809
+ "oauthClientIdPlaceholder": "Required by this server to connect",
1810
+ "oauthClientSecretPlaceholder": "Required by this server to connect",
1811
+ "oauthCredentialsRequired": "An OAuth client ID and client secret are required to install this server.",
1812
+ "oauthDescription": "This server uses OAuth with a pre-registered confidential client. Provide the client ID and secret from your OAuth provider.",
1813
+ "title": "Install MCP Server",
1814
+ "trust": {
1815
+ "unknown": "No AI registry is configured - trust cannot be verified.",
1816
+ "unverified": "This server is not listed in your AI registry ({0}). Install at your own risk.",
1817
+ "verified": "Approved by your AI registry ({0})."
1818
+ }
1819
+ },
1820
+ "installUri": {
1821
+ "alreadyInstalled": {
1822
+ "msg": "An MCP server named \"{0}\" is already configured. Continuing will overwrite the existing entry with the configuration from the registry.",
1823
+ "title": "MCP server already installed"
1824
+ },
1825
+ "missingId": "Install link is missing the required \"id\" parameter.",
1826
+ "noRegistry": "Cannot install MCP server \"{0}\" - no AI registry is configured in this product.",
1827
+ "success": "Installed MCP server \"{0}\" from the AI registry.",
1828
+ "unknownId": "MCP server \"{0}\" is not listed in your AI registry."
1829
+ }
1830
+ },
1831
+ "ai-registry": {
1832
+ "action": {
1833
+ "fix": "Fix config",
1834
+ "link": "Link to registry",
1835
+ "unlink": "Unlink",
1836
+ "updateTooltip": "Update from {0} to {1}"
1837
+ },
1838
+ "skill": {
1839
+ "action": {
1840
+ "fix": "Fix Skill",
1841
+ "link": "Link to registry",
1842
+ "unlink": "Unlink"
1843
+ },
1844
+ "fixed": "Restored skill \"{0}\".",
1845
+ "githubToken": {
1846
+ "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."
1847
+ },
1848
+ "installUri": {
1849
+ "confirm": {
1850
+ "msg": "Install the skill \"{0}\" by downloading its files from {1}?",
1851
+ "title": "Install skill"
1852
+ },
1853
+ "fetchFailed": "Could not load the AI registry to install skill \"{0}\".",
1854
+ "missingId": "Install link is missing the required \"id\" parameter.",
1855
+ "success": "Installed skill \"{0}\" from the AI registry.",
1856
+ "unknownId": "Skill \"{0}\" is not listed in your AI registry."
1857
+ },
1858
+ "installed": "Installed skill \"{0}\".",
1859
+ "linked": "Linked skill \"{0}\".",
1860
+ "uninstalled": "Uninstalled skill \"{0}\".",
1861
+ "unlinked": "Unlinked skill \"{0}\".",
1862
+ "updated": "Updated skill \"{0}\".",
1863
+ "warning": {
1864
+ "fix": "This skill's files differ from the registry. Click 'Fix Skill' to restore them.",
1865
+ "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.",
1866
+ "notInRegistry": "Not in registry"
1867
+ },
1868
+ "watcherStopped": "Stopped watching the skills folder for changes. Installed skills may no longer refresh automatically. Reload the window to resume."
1869
+ },
1870
+ "warning": {
1871
+ "fixConfig": "This server's configuration differs from the registry. Click 'Fix config' to restore it.",
1872
+ "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.",
1873
+ "notInRegistry": "Not in registry"
1874
+ }
1641
1875
  },
1642
1876
  "ai-terminal": {
1643
1877
  "allowAllConfirm": "I understand, allow all",
@@ -1659,7 +1893,6 @@
1659
1893
  "configurePermissions": "Configure shell command permissions",
1660
1894
  "confirmExecution": "Confirm Shell Command",
1661
1895
  "denialReason": "Reason",
1662
- "executionCanceled": "Canceled",
1663
1896
  "executionDenied": "Denied",
1664
1897
  "executionDeniedWithReason": "Denied with reason",
1665
1898
  "partialOutput": "Partial Output",
@@ -2159,7 +2392,6 @@
2159
2392
  "openByDefault": "Open the preview instead of the editor by default."
2160
2393
  },
2161
2394
  "property-view": {
2162
- "directory": "Directory",
2163
2395
  "lastModified": "Last modified",
2164
2396
  "noProperties": "No properties available.",
2165
2397
  "properties": "Properties",
@@ -2222,7 +2454,6 @@
2222
2454
  "dirtyDiff": {
2223
2455
  "close": "Close Change Peek View"
2224
2456
  },
2225
- "history": "History",
2226
2457
  "justNow": "just now",
2227
2458
  "mergeEditor": {
2228
2459
  "resetConfirmationTitle": "Do you really want to reset the merge result in this editor?"
@@ -2371,16 +2602,22 @@
2371
2602
  "errorFetching": "Error fetching extensions.",
2372
2603
  "errorFetchingConfigurationHint": "This could be caused by network configuration issues.",
2373
2604
  "failedInstallingVSIX": "Failed to install {0} from VSIX.",
2605
+ "filter": {
2606
+ "showBuiltin": "Show Built-in",
2607
+ "showInstalled": "Show Installed",
2608
+ "showRecommended": "Show Recommended"
2609
+ },
2374
2610
  "invalidVSIX": "The selected file is not a valid \"*.vsix\" plugin.",
2375
2611
  "license": "License: {0}",
2376
2612
  "onlyShowVerifiedExtensionsDescription": "This allows the {0} to only show verified extensions.",
2377
2613
  "onlyShowVerifiedExtensionsTitle": "Only Show Verified Extensions",
2378
2614
  "recommendedExtensions": "A list of the names of extensions recommended for use in this workspace.",
2379
2615
  "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}",
2616
+ "searchPlaceholder": "Search Open VSX Registry",
2381
2617
  "showInstalled": "Show Installed Extensions",
2382
2618
  "showRecommendedExtensions": "Controls whether notifications are shown for extension recommendations.",
2383
2619
  "vsx-extensions-contribution": {
2620
+ "no-other-versions": "No other versions are available.",
2384
2621
  "update-version-uninstall-error": "Error while removing the extension: {0}.",
2385
2622
  "update-version-version-error": "Failed to install version {0} of {1}."
2386
2623
  }