@umsai/ums-code 0.5.0-v1 → 0.10.5-v2

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 (1540) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +6 -0
  3. package/cli.js +447874 -0
  4. package/locales/de.js +1449 -0
  5. package/{dist/src/i18n/locales → locales}/en.js +530 -199
  6. package/locales/ja.js +960 -0
  7. package/locales/pt.js +1463 -0
  8. package/{dist/src/i18n/locales → locales}/ru.js +514 -182
  9. package/{dist/src/i18n/locales → locales}/zh.js +473 -234
  10. package/package.json +20 -87
  11. package/vendor/ripgrep/COPYING +3 -0
  12. package/vendor/ripgrep/arm64-darwin/rg +0 -0
  13. package/vendor/ripgrep/arm64-linux/rg +0 -0
  14. package/vendor/ripgrep/x64-darwin/rg +0 -0
  15. package/vendor/ripgrep/x64-linux/rg +0 -0
  16. package/vendor/ripgrep/x64-win32/rg.exe +0 -0
  17. package/dist/.last_build +0 -0
  18. package/dist/index.d.ts +0 -7
  19. package/dist/index.js +0 -29
  20. package/dist/index.js.map +0 -1
  21. package/dist/package.json +0 -104
  22. package/dist/src/acp-integration/acp.d.ts +0 -70
  23. package/dist/src/acp-integration/acp.js +0 -250
  24. package/dist/src/acp-integration/acp.js.map +0 -1
  25. package/dist/src/acp-integration/acpAgent.d.ts +0 -10
  26. package/dist/src/acp-integration/acpAgent.js +0 -238
  27. package/dist/src/acp-integration/acpAgent.js.map +0 -1
  28. package/dist/src/acp-integration/schema.d.ts +0 -13011
  29. package/dist/src/acp-integration/schema.js +0 -403
  30. package/dist/src/acp-integration/schema.js.map +0 -1
  31. package/dist/src/acp-integration/service/filesystem.d.ts +0 -20
  32. package/dist/src/acp-integration/service/filesystem.js +0 -59
  33. package/dist/src/acp-integration/service/filesystem.js.map +0 -1
  34. package/dist/src/acp-integration/service/filesystem.test.d.ts +0 -6
  35. package/dist/src/acp-integration/service/filesystem.test.js +0 -39
  36. package/dist/src/acp-integration/service/filesystem.test.js.map +0 -1
  37. package/dist/src/acp-integration/session/HistoryReplayer.d.ts +0 -51
  38. package/dist/src/acp-integration/session/HistoryReplayer.js +0 -164
  39. package/dist/src/acp-integration/session/HistoryReplayer.js.map +0 -1
  40. package/dist/src/acp-integration/session/HistoryReplayer.test.d.ts +0 -6
  41. package/dist/src/acp-integration/session/HistoryReplayer.test.js +0 -374
  42. package/dist/src/acp-integration/session/HistoryReplayer.test.js.map +0 -1
  43. package/dist/src/acp-integration/session/Session.d.ts +0 -66
  44. package/dist/src/acp-integration/session/Session.js +0 -760
  45. package/dist/src/acp-integration/session/Session.js.map +0 -1
  46. package/dist/src/acp-integration/session/SubAgentTracker.d.ts +0 -51
  47. package/dist/src/acp-integration/session/SubAgentTracker.js +0 -257
  48. package/dist/src/acp-integration/session/SubAgentTracker.js.map +0 -1
  49. package/dist/src/acp-integration/session/SubAgentTracker.test.d.ts +0 -6
  50. package/dist/src/acp-integration/session/SubAgentTracker.test.js +0 -369
  51. package/dist/src/acp-integration/session/SubAgentTracker.test.js.map +0 -1
  52. package/dist/src/acp-integration/session/emitters/BaseEmitter.d.ts +0 -27
  53. package/dist/src/acp-integration/session/emitters/BaseEmitter.js +0 -34
  54. package/dist/src/acp-integration/session/emitters/BaseEmitter.js.map +0 -1
  55. package/dist/src/acp-integration/session/emitters/MessageEmitter.d.ts +0 -41
  56. package/dist/src/acp-integration/session/emitters/MessageEmitter.js +0 -77
  57. package/dist/src/acp-integration/session/emitters/MessageEmitter.js.map +0 -1
  58. package/dist/src/acp-integration/session/emitters/MessageEmitter.test.d.ts +0 -6
  59. package/dist/src/acp-integration/session/emitters/MessageEmitter.test.js +0 -174
  60. package/dist/src/acp-integration/session/emitters/MessageEmitter.test.js.map +0 -1
  61. package/dist/src/acp-integration/session/emitters/PlanEmitter.d.ts +0 -39
  62. package/dist/src/acp-integration/session/emitters/PlanEmitter.js +0 -83
  63. package/dist/src/acp-integration/session/emitters/PlanEmitter.js.map +0 -1
  64. package/dist/src/acp-integration/session/emitters/PlanEmitter.test.d.ts +0 -6
  65. package/dist/src/acp-integration/session/emitters/PlanEmitter.test.js +0 -176
  66. package/dist/src/acp-integration/session/emitters/PlanEmitter.test.js.map +0 -1
  67. package/dist/src/acp-integration/session/emitters/ToolCallEmitter.d.ts +0 -80
  68. package/dist/src/acp-integration/session/emitters/ToolCallEmitter.js +0 -248
  69. package/dist/src/acp-integration/session/emitters/ToolCallEmitter.js.map +0 -1
  70. package/dist/src/acp-integration/session/emitters/ToolCallEmitter.test.d.ts +0 -6
  71. package/dist/src/acp-integration/session/emitters/ToolCallEmitter.test.js +0 -561
  72. package/dist/src/acp-integration/session/emitters/ToolCallEmitter.test.js.map +0 -1
  73. package/dist/src/acp-integration/session/emitters/index.d.ts +0 -9
  74. package/dist/src/acp-integration/session/emitters/index.js +0 -10
  75. package/dist/src/acp-integration/session/emitters/index.js.map +0 -1
  76. package/dist/src/acp-integration/session/index.d.ts +0 -24
  77. package/dist/src/acp-integration/session/index.js +0 -16
  78. package/dist/src/acp-integration/session/index.js.map +0 -1
  79. package/dist/src/acp-integration/session/types.d.ts +0 -71
  80. package/dist/src/acp-integration/session/types.js +0 -7
  81. package/dist/src/acp-integration/session/types.js.map +0 -1
  82. package/dist/src/commands/extensions/disable.d.ts +0 -13
  83. package/dist/src/commands/extensions/disable.js +0 -56
  84. package/dist/src/commands/extensions/disable.js.map +0 -1
  85. package/dist/src/commands/extensions/enable.d.ts +0 -13
  86. package/dist/src/commands/extensions/enable.js +0 -59
  87. package/dist/src/commands/extensions/enable.js.map +0 -1
  88. package/dist/src/commands/extensions/examples/context/QWEN.md +0 -8
  89. package/dist/src/commands/extensions/examples/context/qwen-extension.json +0 -4
  90. package/dist/src/commands/extensions/examples/custom-commands/commands/fs/grep-code.toml +0 -6
  91. package/dist/src/commands/extensions/examples/custom-commands/qwen-extension.json +0 -4
  92. package/dist/src/commands/extensions/examples/exclude-tools/qwen-extension.json +0 -5
  93. package/dist/src/commands/extensions/examples/mcp-server/example.ts +0 -60
  94. package/dist/src/commands/extensions/examples/mcp-server/package.json +0 -18
  95. package/dist/src/commands/extensions/examples/mcp-server/qwen-extension.json +0 -11
  96. package/dist/src/commands/extensions/examples/mcp-server/tsconfig.json +0 -13
  97. package/dist/src/commands/extensions/install.d.ts +0 -14
  98. package/dist/src/commands/extensions/install.js +0 -78
  99. package/dist/src/commands/extensions/install.js.map +0 -1
  100. package/dist/src/commands/extensions/install.test.d.ts +0 -6
  101. package/dist/src/commands/extensions/install.test.js +0 -102
  102. package/dist/src/commands/extensions/install.test.js.map +0 -1
  103. package/dist/src/commands/extensions/link.d.ts +0 -12
  104. package/dist/src/commands/extensions/link.js +0 -37
  105. package/dist/src/commands/extensions/link.js.map +0 -1
  106. package/dist/src/commands/extensions/list.d.ts +0 -8
  107. package/dist/src/commands/extensions/list.js +0 -32
  108. package/dist/src/commands/extensions/list.js.map +0 -1
  109. package/dist/src/commands/extensions/new.d.ts +0 -7
  110. package/dist/src/commands/extensions/new.js +0 -90
  111. package/dist/src/commands/extensions/new.js.map +0 -1
  112. package/dist/src/commands/extensions/new.test.d.ts +0 -6
  113. package/dist/src/commands/extensions/new.test.js +0 -59
  114. package/dist/src/commands/extensions/new.test.js.map +0 -1
  115. package/dist/src/commands/extensions/uninstall.d.ts +0 -12
  116. package/dist/src/commands/extensions/uninstall.js +0 -38
  117. package/dist/src/commands/extensions/uninstall.js.map +0 -1
  118. package/dist/src/commands/extensions/uninstall.test.d.ts +0 -6
  119. package/dist/src/commands/extensions/uninstall.test.js +0 -18
  120. package/dist/src/commands/extensions/uninstall.test.js.map +0 -1
  121. package/dist/src/commands/extensions/update.d.ts +0 -13
  122. package/dist/src/commands/extensions/update.js +0 -104
  123. package/dist/src/commands/extensions/update.js.map +0 -1
  124. package/dist/src/commands/extensions.d.ts +0 -7
  125. package/dist/src/commands/extensions.js +0 -33
  126. package/dist/src/commands/extensions.js.map +0 -1
  127. package/dist/src/commands/mcp/add.d.ts +0 -7
  128. package/dist/src/commands/mcp/add.js +0 -172
  129. package/dist/src/commands/mcp/add.js.map +0 -1
  130. package/dist/src/commands/mcp/list.d.ts +0 -8
  131. package/dist/src/commands/mcp/list.js +0 -111
  132. package/dist/src/commands/mcp/list.js.map +0 -1
  133. package/dist/src/commands/mcp/remove.d.ts +0 -7
  134. package/dist/src/commands/mcp/remove.js +0 -44
  135. package/dist/src/commands/mcp/remove.js.map +0 -1
  136. package/dist/src/commands/mcp.d.ts +0 -7
  137. package/dist/src/commands/mcp.js +0 -23
  138. package/dist/src/commands/mcp.js.map +0 -1
  139. package/dist/src/config/auth.d.ts +0 -11
  140. package/dist/src/config/auth.js +0 -48
  141. package/dist/src/config/auth.js.map +0 -1
  142. package/dist/src/config/auth.test.d.ts +0 -6
  143. package/dist/src/config/auth.test.js +0 -37
  144. package/dist/src/config/auth.test.js.map +0 -1
  145. package/dist/src/config/config.d.ts +0 -66
  146. package/dist/src/config/config.js +0 -751
  147. package/dist/src/config/config.js.map +0 -1
  148. package/dist/src/config/extension.d.ts +0 -83
  149. package/dist/src/config/extension.js +0 -532
  150. package/dist/src/config/extension.js.map +0 -1
  151. package/dist/src/config/extensions/extensionEnablement.d.ts +0 -47
  152. package/dist/src/config/extensions/extensionEnablement.js +0 -189
  153. package/dist/src/config/extensions/extensionEnablement.js.map +0 -1
  154. package/dist/src/config/extensions/extensionEnablement.test.d.ts +0 -6
  155. package/dist/src/config/extensions/extensionEnablement.test.js +0 -333
  156. package/dist/src/config/extensions/extensionEnablement.test.js.map +0 -1
  157. package/dist/src/config/extensions/github.d.ts +0 -30
  158. package/dist/src/config/extensions/github.js +0 -322
  159. package/dist/src/config/extensions/github.js.map +0 -1
  160. package/dist/src/config/extensions/github.test.d.ts +0 -6
  161. package/dist/src/config/extensions/github.test.js +0 -334
  162. package/dist/src/config/extensions/github.test.js.map +0 -1
  163. package/dist/src/config/extensions/update.d.ts +0 -19
  164. package/dist/src/config/extensions/update.js +0 -113
  165. package/dist/src/config/extensions/update.js.map +0 -1
  166. package/dist/src/config/extensions/update.test.d.ts +0 -6
  167. package/dist/src/config/extensions/update.test.js +0 -342
  168. package/dist/src/config/extensions/update.test.js.map +0 -1
  169. package/dist/src/config/extensions/variableSchema.d.ts +0 -36
  170. package/dist/src/config/extensions/variableSchema.js +0 -22
  171. package/dist/src/config/extensions/variableSchema.js.map +0 -1
  172. package/dist/src/config/extensions/variables.d.ts +0 -17
  173. package/dist/src/config/extensions/variables.js +0 -40
  174. package/dist/src/config/extensions/variables.js.map +0 -1
  175. package/dist/src/config/extensions/variables.test.d.ts +0 -6
  176. package/dist/src/config/extensions/variables.test.js +0 -17
  177. package/dist/src/config/extensions/variables.test.js.map +0 -1
  178. package/dist/src/config/keyBindings.d.ts +0 -70
  179. package/dist/src/config/keyBindings.js +0 -130
  180. package/dist/src/config/keyBindings.js.map +0 -1
  181. package/dist/src/config/keyBindings.test.d.ts +0 -6
  182. package/dist/src/config/keyBindings.test.js +0 -51
  183. package/dist/src/config/keyBindings.test.js.map +0 -1
  184. package/dist/src/config/sandboxConfig.d.ts +0 -13
  185. package/dist/src/config/sandboxConfig.js +0 -73
  186. package/dist/src/config/sandboxConfig.js.map +0 -1
  187. package/dist/src/config/settings.d.ts +0 -72
  188. package/dist/src/config/settings.js +0 -631
  189. package/dist/src/config/settings.js.map +0 -1
  190. package/dist/src/config/settingsSchema.d.ts +0 -1172
  191. package/dist/src/config/settingsSchema.js +0 -1118
  192. package/dist/src/config/settingsSchema.js.map +0 -1
  193. package/dist/src/config/settingsSchema.test.d.ts +0 -6
  194. package/dist/src/config/settingsSchema.test.js +0 -201
  195. package/dist/src/config/settingsSchema.test.js.map +0 -1
  196. package/dist/src/config/trustedFolders.d.ts +0 -56
  197. package/dist/src/config/trustedFolders.js +0 -168
  198. package/dist/src/config/trustedFolders.js.map +0 -1
  199. package/dist/src/config/trustedFolders.test.d.ts +0 -6
  200. package/dist/src/config/trustedFolders.test.js +0 -340
  201. package/dist/src/config/trustedFolders.test.js.map +0 -1
  202. package/dist/src/config/webSearch.d.ts +0 -35
  203. package/dist/src/config/webSearch.js +0 -87
  204. package/dist/src/config/webSearch.js.map +0 -1
  205. package/dist/src/core/auth.d.ts +0 -13
  206. package/dist/src/core/auth.js +0 -44
  207. package/dist/src/core/auth.js.map +0 -1
  208. package/dist/src/core/initializer.d.ts +0 -21
  209. package/dist/src/core/initializer.js +0 -44
  210. package/dist/src/core/initializer.js.map +0 -1
  211. package/dist/src/core/theme.d.ts +0 -12
  212. package/dist/src/core/theme.js +0 -23
  213. package/dist/src/core/theme.js.map +0 -1
  214. package/dist/src/gemini.d.ts +0 -12
  215. package/dist/src/gemini.js +0 -343
  216. package/dist/src/gemini.js.map +0 -1
  217. package/dist/src/gemini.test.d.ts +0 -6
  218. package/dist/src/gemini.test.js +0 -514
  219. package/dist/src/gemini.test.js.map +0 -1
  220. package/dist/src/generated/git-commit.d.ts +0 -7
  221. package/dist/src/generated/git-commit.js +0 -10
  222. package/dist/src/generated/git-commit.js.map +0 -1
  223. package/dist/src/i18n/index.d.ts +0 -18
  224. package/dist/src/i18n/index.js +0 -188
  225. package/dist/src/i18n/index.js.map +0 -1
  226. package/dist/src/nonInteractive/control/ControlContext.d.ts +0 -63
  227. package/dist/src/nonInteractive/control/ControlContext.js +0 -31
  228. package/dist/src/nonInteractive/control/ControlContext.js.map +0 -1
  229. package/dist/src/nonInteractive/control/ControlDispatcher.d.ts +0 -109
  230. package/dist/src/nonInteractive/control/ControlDispatcher.js +0 -267
  231. package/dist/src/nonInteractive/control/ControlDispatcher.js.map +0 -1
  232. package/dist/src/nonInteractive/control/ControlDispatcher.test.d.ts +0 -6
  233. package/dist/src/nonInteractive/control/ControlDispatcher.test.js +0 -549
  234. package/dist/src/nonInteractive/control/ControlDispatcher.test.js.map +0 -1
  235. package/dist/src/nonInteractive/control/ControlService.d.ts +0 -79
  236. package/dist/src/nonInteractive/control/ControlService.js +0 -139
  237. package/dist/src/nonInteractive/control/ControlService.js.map +0 -1
  238. package/dist/src/nonInteractive/control/controllers/baseController.d.ts +0 -51
  239. package/dist/src/nonInteractive/control/controllers/baseController.js +0 -135
  240. package/dist/src/nonInteractive/control/controllers/baseController.js.map +0 -1
  241. package/dist/src/nonInteractive/control/controllers/hookController.d.ts +0 -25
  242. package/dist/src/nonInteractive/control/controllers/hookController.js +0 -42
  243. package/dist/src/nonInteractive/control/controllers/hookController.js.map +0 -1
  244. package/dist/src/nonInteractive/control/controllers/permissionController.d.ts +0 -57
  245. package/dist/src/nonInteractive/control/controllers/permissionController.js +0 -358
  246. package/dist/src/nonInteractive/control/controllers/permissionController.js.map +0 -1
  247. package/dist/src/nonInteractive/control/controllers/sdkMcpController.d.ts +0 -54
  248. package/dist/src/nonInteractive/control/controllers/sdkMcpController.js +0 -84
  249. package/dist/src/nonInteractive/control/controllers/sdkMcpController.js.map +0 -1
  250. package/dist/src/nonInteractive/control/controllers/systemController.d.ts +0 -66
  251. package/dist/src/nonInteractive/control/controllers/systemController.js +0 -311
  252. package/dist/src/nonInteractive/control/controllers/systemController.js.map +0 -1
  253. package/dist/src/nonInteractive/control/types/serviceAPIs.d.ts +0 -105
  254. package/dist/src/nonInteractive/control/types/serviceAPIs.js +0 -7
  255. package/dist/src/nonInteractive/control/types/serviceAPIs.js.map +0 -1
  256. package/dist/src/nonInteractive/io/BaseJsonOutputAdapter.d.ts +0 -457
  257. package/dist/src/nonInteractive/io/BaseJsonOutputAdapter.js +0 -943
  258. package/dist/src/nonInteractive/io/BaseJsonOutputAdapter.js.map +0 -1
  259. package/dist/src/nonInteractive/io/BaseJsonOutputAdapter.test.d.ts +0 -6
  260. package/dist/src/nonInteractive/io/BaseJsonOutputAdapter.test.js +0 -1197
  261. package/dist/src/nonInteractive/io/BaseJsonOutputAdapter.test.js.map +0 -1
  262. package/dist/src/nonInteractive/io/JsonOutputAdapter.d.ts +0 -29
  263. package/dist/src/nonInteractive/io/JsonOutputAdapter.js +0 -56
  264. package/dist/src/nonInteractive/io/JsonOutputAdapter.js.map +0 -1
  265. package/dist/src/nonInteractive/io/JsonOutputAdapter.test.d.ts +0 -6
  266. package/dist/src/nonInteractive/io/JsonOutputAdapter.test.js +0 -624
  267. package/dist/src/nonInteractive/io/JsonOutputAdapter.test.js.map +0 -1
  268. package/dist/src/nonInteractive/io/StreamJsonInputReader.d.ts +0 -16
  269. package/dist/src/nonInteractive/io/StreamJsonInputReader.js +0 -54
  270. package/dist/src/nonInteractive/io/StreamJsonInputReader.js.map +0 -1
  271. package/dist/src/nonInteractive/io/StreamJsonInputReader.test.d.ts +0 -6
  272. package/dist/src/nonInteractive/io/StreamJsonInputReader.test.js +0 -178
  273. package/dist/src/nonInteractive/io/StreamJsonInputReader.test.js.map +0 -1
  274. package/dist/src/nonInteractive/io/StreamJsonOutputAdapter.d.ts +0 -69
  275. package/dist/src/nonInteractive/io/StreamJsonOutputAdapter.js +0 -185
  276. package/dist/src/nonInteractive/io/StreamJsonOutputAdapter.js.map +0 -1
  277. package/dist/src/nonInteractive/io/StreamJsonOutputAdapter.test.d.ts +0 -6
  278. package/dist/src/nonInteractive/io/StreamJsonOutputAdapter.test.js +0 -808
  279. package/dist/src/nonInteractive/io/StreamJsonOutputAdapter.test.js.map +0 -1
  280. package/dist/src/nonInteractive/session.d.ts +0 -7
  281. package/dist/src/nonInteractive/session.js +0 -545
  282. package/dist/src/nonInteractive/session.js.map +0 -1
  283. package/dist/src/nonInteractive/session.test.d.ts +0 -6
  284. package/dist/src/nonInteractive/session.test.js +0 -413
  285. package/dist/src/nonInteractive/session.test.js.map +0 -1
  286. package/dist/src/nonInteractive/types.d.ts +0 -398
  287. package/dist/src/nonInteractive/types.js +0 -77
  288. package/dist/src/nonInteractive/types.js.map +0 -1
  289. package/dist/src/nonInteractiveCli.d.ts +0 -28
  290. package/dist/src/nonInteractiveCli.js +0 -247
  291. package/dist/src/nonInteractiveCli.js.map +0 -1
  292. package/dist/src/nonInteractiveCliCommands.d.ts +0 -35
  293. package/dist/src/nonInteractiveCliCommands.js +0 -144
  294. package/dist/src/nonInteractiveCliCommands.js.map +0 -1
  295. package/dist/src/patches/is-in-ci.d.ts +0 -7
  296. package/dist/src/patches/is-in-ci.js +0 -15
  297. package/dist/src/patches/is-in-ci.js.map +0 -1
  298. package/dist/src/services/BuiltinCommandLoader.d.ts +0 -24
  299. package/dist/src/services/BuiltinCommandLoader.js +0 -96
  300. package/dist/src/services/BuiltinCommandLoader.js.map +0 -1
  301. package/dist/src/services/BuiltinCommandLoader.test.d.ts +0 -6
  302. package/dist/src/services/BuiltinCommandLoader.test.js +0 -161
  303. package/dist/src/services/BuiltinCommandLoader.test.js.map +0 -1
  304. package/dist/src/services/CommandService.d.ts +0 -55
  305. package/dist/src/services/CommandService.js +0 -90
  306. package/dist/src/services/CommandService.js.map +0 -1
  307. package/dist/src/services/CommandService.test.d.ts +0 -6
  308. package/dist/src/services/CommandService.test.js +0 -233
  309. package/dist/src/services/CommandService.test.js.map +0 -1
  310. package/dist/src/services/FileCommandLoader.d.ts +0 -51
  311. package/dist/src/services/FileCommandLoader.js +0 -230
  312. package/dist/src/services/FileCommandLoader.js.map +0 -1
  313. package/dist/src/services/McpPromptLoader.d.ts +0 -35
  314. package/dist/src/services/McpPromptLoader.js +0 -253
  315. package/dist/src/services/McpPromptLoader.js.map +0 -1
  316. package/dist/src/services/McpPromptLoader.test.d.ts +0 -6
  317. package/dist/src/services/McpPromptLoader.test.js +0 -341
  318. package/dist/src/services/McpPromptLoader.test.js.map +0 -1
  319. package/dist/src/services/prompt-processors/argumentProcessor.d.ts +0 -16
  320. package/dist/src/services/prompt-processors/argumentProcessor.js +0 -21
  321. package/dist/src/services/prompt-processors/argumentProcessor.js.map +0 -1
  322. package/dist/src/services/prompt-processors/atFileProcessor.d.ts +0 -12
  323. package/dist/src/services/prompt-processors/atFileProcessor.js +0 -62
  324. package/dist/src/services/prompt-processors/atFileProcessor.js.map +0 -1
  325. package/dist/src/services/prompt-processors/atFileProcessor.test.d.ts +0 -6
  326. package/dist/src/services/prompt-processors/atFileProcessor.test.js +0 -174
  327. package/dist/src/services/prompt-processors/atFileProcessor.test.js.map +0 -1
  328. package/dist/src/services/prompt-processors/injectionParser.d.ts +0 -29
  329. package/dist/src/services/prompt-processors/injectionParser.js +0 -60
  330. package/dist/src/services/prompt-processors/injectionParser.js.map +0 -1
  331. package/dist/src/services/prompt-processors/injectionParser.test.d.ts +0 -6
  332. package/dist/src/services/prompt-processors/injectionParser.test.js +0 -189
  333. package/dist/src/services/prompt-processors/injectionParser.test.js.map +0 -1
  334. package/dist/src/services/prompt-processors/shellProcessor.d.ts +0 -27
  335. package/dist/src/services/prompt-processors/shellProcessor.js +0 -128
  336. package/dist/src/services/prompt-processors/shellProcessor.js.map +0 -1
  337. package/dist/src/services/prompt-processors/types.d.ts +0 -45
  338. package/dist/src/services/prompt-processors/types.js +0 -20
  339. package/dist/src/services/prompt-processors/types.js.map +0 -1
  340. package/dist/src/services/types.d.ts +0 -22
  341. package/dist/src/services/types.js +0 -7
  342. package/dist/src/services/types.js.map +0 -1
  343. package/dist/src/test-utils/createExtension.d.ts +0 -15
  344. package/dist/src/test-utils/createExtension.js +0 -25
  345. package/dist/src/test-utils/createExtension.js.map +0 -1
  346. package/dist/src/test-utils/customMatchers.d.ts +0 -14
  347. package/dist/src/test-utils/customMatchers.js +0 -40
  348. package/dist/src/test-utils/customMatchers.js.map +0 -1
  349. package/dist/src/test-utils/mockCommandContext.d.ts +0 -18
  350. package/dist/src/test-utils/mockCommandContext.js +0 -101
  351. package/dist/src/test-utils/mockCommandContext.js.map +0 -1
  352. package/dist/src/test-utils/mockCommandContext.test.d.ts +0 -6
  353. package/dist/src/test-utils/mockCommandContext.test.js +0 -51
  354. package/dist/src/test-utils/mockCommandContext.test.js.map +0 -1
  355. package/dist/src/test-utils/render.d.ts +0 -12
  356. package/dist/src/test-utils/render.js +0 -14
  357. package/dist/src/test-utils/render.js.map +0 -1
  358. package/dist/src/ui/App.d.ts +0 -6
  359. package/dist/src/ui/App.js +0 -37
  360. package/dist/src/ui/App.js.map +0 -1
  361. package/dist/src/ui/AppContainer.d.ts +0 -17
  362. package/dist/src/ui/AppContainer.js +0 -1075
  363. package/dist/src/ui/AppContainer.js.map +0 -1
  364. package/dist/src/ui/AppContainer.test.d.ts +0 -6
  365. package/dist/src/ui/AppContainer.test.js +0 -831
  366. package/dist/src/ui/AppContainer.test.js.map +0 -1
  367. package/dist/src/ui/IdeIntegrationNudge.d.ts +0 -16
  368. package/dist/src/ui/IdeIntegrationNudge.js +0 -50
  369. package/dist/src/ui/IdeIntegrationNudge.js.map +0 -1
  370. package/dist/src/ui/auth/AuthDialog.d.ts +0 -7
  371. package/dist/src/ui/auth/AuthDialog.js +0 -90
  372. package/dist/src/ui/auth/AuthDialog.js.map +0 -1
  373. package/dist/src/ui/auth/AuthDialog.test.d.ts +0 -6
  374. package/dist/src/ui/auth/AuthDialog.test.js +0 -392
  375. package/dist/src/ui/auth/AuthDialog.test.js.map +0 -1
  376. package/dist/src/ui/auth/AuthInProgress.d.ts +0 -11
  377. package/dist/src/ui/auth/AuthInProgress.js +0 -24
  378. package/dist/src/ui/auth/AuthInProgress.js.map +0 -1
  379. package/dist/src/ui/auth/useAuth.d.ts +0 -25
  380. package/dist/src/ui/auth/useAuth.js +0 -199
  381. package/dist/src/ui/auth/useAuth.js.map +0 -1
  382. package/dist/src/ui/colors.d.ts +0 -7
  383. package/dist/src/ui/colors.js +0 -54
  384. package/dist/src/ui/colors.js.map +0 -1
  385. package/dist/src/ui/commands/aboutCommand.d.ts +0 -7
  386. package/dist/src/ui/commands/aboutCommand.js +0 -25
  387. package/dist/src/ui/commands/aboutCommand.js.map +0 -1
  388. package/dist/src/ui/commands/agentsCommand.d.ts +0 -7
  389. package/dist/src/ui/commands/agentsCommand.js +0 -39
  390. package/dist/src/ui/commands/agentsCommand.js.map +0 -1
  391. package/dist/src/ui/commands/approvalModeCommand.d.ts +0 -7
  392. package/dist/src/ui/commands/approvalModeCommand.js +0 -19
  393. package/dist/src/ui/commands/approvalModeCommand.js.map +0 -1
  394. package/dist/src/ui/commands/approvalModeCommand.test.d.ts +0 -6
  395. package/dist/src/ui/commands/approvalModeCommand.test.js +0 -49
  396. package/dist/src/ui/commands/approvalModeCommand.test.js.map +0 -1
  397. package/dist/src/ui/commands/authCommand.d.ts +0 -7
  398. package/dist/src/ui/commands/authCommand.js +0 -19
  399. package/dist/src/ui/commands/authCommand.js.map +0 -1
  400. package/dist/src/ui/commands/bugCommand.d.ts +0 -7
  401. package/dist/src/ui/commands/bugCommand.js +0 -51
  402. package/dist/src/ui/commands/bugCommand.js.map +0 -1
  403. package/dist/src/ui/commands/clearCommand.d.ts +0 -7
  404. package/dist/src/ui/commands/clearCommand.js +0 -42
  405. package/dist/src/ui/commands/clearCommand.js.map +0 -1
  406. package/dist/src/ui/commands/compressCommand.d.ts +0 -7
  407. package/dist/src/ui/commands/compressCommand.js +0 -71
  408. package/dist/src/ui/commands/compressCommand.js.map +0 -1
  409. package/dist/src/ui/commands/copyCommand.d.ts +0 -7
  410. package/dist/src/ui/commands/copyCommand.js +0 -62
  411. package/dist/src/ui/commands/copyCommand.js.map +0 -1
  412. package/dist/src/ui/commands/directoryCommand.d.ts +0 -8
  413. package/dist/src/ui/commands/directoryCommand.js +0 -153
  414. package/dist/src/ui/commands/directoryCommand.js.map +0 -1
  415. package/dist/src/ui/commands/docsCommand.d.ts +0 -7
  416. package/dist/src/ui/commands/docsCommand.js +0 -37
  417. package/dist/src/ui/commands/docsCommand.js.map +0 -1
  418. package/dist/src/ui/commands/editorCommand.d.ts +0 -7
  419. package/dist/src/ui/commands/editorCommand.js +0 -19
  420. package/dist/src/ui/commands/editorCommand.js.map +0 -1
  421. package/dist/src/ui/commands/extensionsCommand.d.ts +0 -7
  422. package/dist/src/ui/commands/extensionsCommand.js +0 -115
  423. package/dist/src/ui/commands/extensionsCommand.js.map +0 -1
  424. package/dist/src/ui/commands/helpCommand.d.ts +0 -7
  425. package/dist/src/ui/commands/helpCommand.js +0 -24
  426. package/dist/src/ui/commands/helpCommand.js.map +0 -1
  427. package/dist/src/ui/commands/ideCommand.d.ts +0 -7
  428. package/dist/src/ui/commands/ideCommand.js +0 -241
  429. package/dist/src/ui/commands/ideCommand.js.map +0 -1
  430. package/dist/src/ui/commands/initCommand.d.ts +0 -7
  431. package/dist/src/ui/commands/initCommand.js +0 -118
  432. package/dist/src/ui/commands/initCommand.js.map +0 -1
  433. package/dist/src/ui/commands/languageCommand.d.ts +0 -7
  434. package/dist/src/ui/commands/languageCommand.js +0 -419
  435. package/dist/src/ui/commands/languageCommand.js.map +0 -1
  436. package/dist/src/ui/commands/languageCommand.test.d.ts +0 -6
  437. package/dist/src/ui/commands/languageCommand.test.js +0 -463
  438. package/dist/src/ui/commands/languageCommand.test.js.map +0 -1
  439. package/dist/src/ui/commands/mcpCommand.d.ts +0 -7
  440. package/dist/src/ui/commands/mcpCommand.js +0 -269
  441. package/dist/src/ui/commands/mcpCommand.js.map +0 -1
  442. package/dist/src/ui/commands/memoryCommand.d.ts +0 -7
  443. package/dist/src/ui/commands/memoryCommand.js +0 -254
  444. package/dist/src/ui/commands/memoryCommand.js.map +0 -1
  445. package/dist/src/ui/commands/modelCommand.d.ts +0 -7
  446. package/dist/src/ui/commands/modelCommand.js +0 -60
  447. package/dist/src/ui/commands/modelCommand.js.map +0 -1
  448. package/dist/src/ui/commands/modelCommand.test.d.ts +0 -6
  449. package/dist/src/ui/commands/modelCommand.test.js +0 -137
  450. package/dist/src/ui/commands/modelCommand.test.js.map +0 -1
  451. package/dist/src/ui/commands/permissionsCommand.d.ts +0 -7
  452. package/dist/src/ui/commands/permissionsCommand.js +0 -19
  453. package/dist/src/ui/commands/permissionsCommand.js.map +0 -1
  454. package/dist/src/ui/commands/permissionsCommand.test.d.ts +0 -6
  455. package/dist/src/ui/commands/permissionsCommand.test.js +0 -30
  456. package/dist/src/ui/commands/permissionsCommand.test.js.map +0 -1
  457. package/dist/src/ui/commands/quitCommand.d.ts +0 -7
  458. package/dist/src/ui/commands/quitCommand.js +0 -37
  459. package/dist/src/ui/commands/quitCommand.js.map +0 -1
  460. package/dist/src/ui/commands/restoreCommand.d.ts +0 -8
  461. package/dist/src/ui/commands/restoreCommand.js +0 -124
  462. package/dist/src/ui/commands/restoreCommand.js.map +0 -1
  463. package/dist/src/ui/commands/reviewCommand.d.ts +0 -9
  464. package/dist/src/ui/commands/reviewCommand.js +0 -1267
  465. package/dist/src/ui/commands/reviewCommand.js.map +0 -1
  466. package/dist/src/ui/commands/reviewCommand.test.d.ts +0 -6
  467. package/dist/src/ui/commands/reviewCommand.test.js +0 -545
  468. package/dist/src/ui/commands/reviewCommand.test.js.map +0 -1
  469. package/dist/src/ui/commands/settingsCommand.d.ts +0 -7
  470. package/dist/src/ui/commands/settingsCommand.js +0 -19
  471. package/dist/src/ui/commands/settingsCommand.js.map +0 -1
  472. package/dist/src/ui/commands/setupGithubCommand.d.ts +0 -9
  473. package/dist/src/ui/commands/setupGithubCommand.js +0 -158
  474. package/dist/src/ui/commands/setupGithubCommand.js.map +0 -1
  475. package/dist/src/ui/commands/setupGithubCommand.test.d.ts +0 -6
  476. package/dist/src/ui/commands/setupGithubCommand.test.js +0 -167
  477. package/dist/src/ui/commands/setupGithubCommand.test.js.map +0 -1
  478. package/dist/src/ui/commands/statsCommand.d.ts +0 -7
  479. package/dist/src/ui/commands/statsCommand.js +0 -60
  480. package/dist/src/ui/commands/statsCommand.js.map +0 -1
  481. package/dist/src/ui/commands/summaryCommand.d.ts +0 -7
  482. package/dist/src/ui/commands/summaryCommand.js +0 -156
  483. package/dist/src/ui/commands/summaryCommand.js.map +0 -1
  484. package/dist/src/ui/commands/terminalSetupCommand.d.ts +0 -13
  485. package/dist/src/ui/commands/terminalSetupCommand.js +0 -47
  486. package/dist/src/ui/commands/terminalSetupCommand.js.map +0 -1
  487. package/dist/src/ui/commands/themeCommand.d.ts +0 -7
  488. package/dist/src/ui/commands/themeCommand.js +0 -19
  489. package/dist/src/ui/commands/themeCommand.js.map +0 -1
  490. package/dist/src/ui/commands/toolsCommand.d.ts +0 -7
  491. package/dist/src/ui/commands/toolsCommand.js +0 -45
  492. package/dist/src/ui/commands/toolsCommand.js.map +0 -1
  493. package/dist/src/ui/commands/types.d.ts +0 -153
  494. package/dist/src/ui/commands/types.js +0 -12
  495. package/dist/src/ui/commands/types.js.map +0 -1
  496. package/dist/src/ui/commands/ums/umsInitCommand.d.ts +0 -7
  497. package/dist/src/ui/commands/ums/umsInitCommand.js +0 -1067
  498. package/dist/src/ui/commands/ums/umsInitCommand.js.map +0 -1
  499. package/dist/src/ui/commands/ums/unittestCommand.d.ts +0 -9
  500. package/dist/src/ui/commands/ums/unittestCommand.js +0 -387
  501. package/dist/src/ui/commands/ums/unittestCommand.js.map +0 -1
  502. package/dist/src/ui/commands/vimCommand.d.ts +0 -7
  503. package/dist/src/ui/commands/vimCommand.js +0 -26
  504. package/dist/src/ui/commands/vimCommand.js.map +0 -1
  505. package/dist/src/ui/components/AboutBox.d.ts +0 -10
  506. package/dist/src/ui/components/AboutBox.js +0 -10
  507. package/dist/src/ui/components/AboutBox.js.map +0 -1
  508. package/dist/src/ui/components/AnsiOutput.d.ts +0 -13
  509. package/dist/src/ui/components/AnsiOutput.js +0 -12
  510. package/dist/src/ui/components/AnsiOutput.js.map +0 -1
  511. package/dist/src/ui/components/AnsiOutput.test.d.ts +0 -6
  512. package/dist/src/ui/components/AnsiOutput.test.js +0 -97
  513. package/dist/src/ui/components/AnsiOutput.test.js.map +0 -1
  514. package/dist/src/ui/components/AppHeader.d.ts +0 -10
  515. package/dist/src/ui/components/AppHeader.js +0 -19
  516. package/dist/src/ui/components/AppHeader.js.map +0 -1
  517. package/dist/src/ui/components/ApprovalModeDialog.d.ts +0 -21
  518. package/dist/src/ui/components/ApprovalModeDialog.js +0 -68
  519. package/dist/src/ui/components/ApprovalModeDialog.js.map +0 -1
  520. package/dist/src/ui/components/AsciiArt.d.ts +0 -8
  521. package/dist/src/ui/components/AsciiArt.js +0 -30
  522. package/dist/src/ui/components/AsciiArt.js.map +0 -1
  523. package/dist/src/ui/components/AutoAcceptIndicator.d.ts +0 -12
  524. package/dist/src/ui/components/AutoAcceptIndicator.js +0 -32
  525. package/dist/src/ui/components/AutoAcceptIndicator.js.map +0 -1
  526. package/dist/src/ui/components/Composer.d.ts +0 -6
  527. package/dist/src/ui/components/Composer.js +0 -55
  528. package/dist/src/ui/components/Composer.js.map +0 -1
  529. package/dist/src/ui/components/Composer.test.d.ts +0 -6
  530. package/dist/src/ui/components/Composer.test.js +0 -336
  531. package/dist/src/ui/components/Composer.test.js.map +0 -1
  532. package/dist/src/ui/components/ConfigInitDisplay.d.ts +0 -6
  533. package/dist/src/ui/components/ConfigInitDisplay.js +0 -42
  534. package/dist/src/ui/components/ConfigInitDisplay.js.map +0 -1
  535. package/dist/src/ui/components/ConsentPrompt.d.ts +0 -13
  536. package/dist/src/ui/components/ConsentPrompt.js +0 -19
  537. package/dist/src/ui/components/ConsentPrompt.js.map +0 -1
  538. package/dist/src/ui/components/ConsentPrompt.test.d.ts +0 -6
  539. package/dist/src/ui/components/ConsentPrompt.test.js +0 -67
  540. package/dist/src/ui/components/ConsentPrompt.test.js.map +0 -1
  541. package/dist/src/ui/components/ConsoleSummaryDisplay.d.ts +0 -11
  542. package/dist/src/ui/components/ConsoleSummaryDisplay.js +0 -11
  543. package/dist/src/ui/components/ConsoleSummaryDisplay.js.map +0 -1
  544. package/dist/src/ui/components/ContextSummaryDisplay.d.ts +0 -20
  545. package/dist/src/ui/components/ContextSummaryDisplay.js +0 -90
  546. package/dist/src/ui/components/ContextSummaryDisplay.js.map +0 -1
  547. package/dist/src/ui/components/ContextUsageDisplay.d.ts +0 -13
  548. package/dist/src/ui/components/ContextUsageDisplay.js +0 -42
  549. package/dist/src/ui/components/ContextUsageDisplay.js.map +0 -1
  550. package/dist/src/ui/components/DebugProfiler.d.ts +0 -6
  551. package/dist/src/ui/components/DebugProfiler.js +0 -27
  552. package/dist/src/ui/components/DebugProfiler.js.map +0 -1
  553. package/dist/src/ui/components/DetailedMessagesDisplay.d.ts +0 -14
  554. package/dist/src/ui/components/DetailedMessagesDisplay.js +0 -34
  555. package/dist/src/ui/components/DetailedMessagesDisplay.js.map +0 -1
  556. package/dist/src/ui/components/DialogManager.d.ts +0 -12
  557. package/dist/src/ui/components/DialogManager.js +0 -161
  558. package/dist/src/ui/components/DialogManager.js.map +0 -1
  559. package/dist/src/ui/components/EditorSettingsDialog.d.ts +0 -16
  560. package/dist/src/ui/components/EditorSettingsDialog.js +0 -85
  561. package/dist/src/ui/components/EditorSettingsDialog.js.map +0 -1
  562. package/dist/src/ui/components/ExitWarning.d.ts +0 -7
  563. package/dist/src/ui/components/ExitWarning.js +0 -9
  564. package/dist/src/ui/components/ExitWarning.js.map +0 -1
  565. package/dist/src/ui/components/FolderTrustDialog.d.ts +0 -17
  566. package/dist/src/ui/components/FolderTrustDialog.js +0 -58
  567. package/dist/src/ui/components/FolderTrustDialog.js.map +0 -1
  568. package/dist/src/ui/components/FolderTrustDialog.test.d.ts +0 -6
  569. package/dist/src/ui/components/FolderTrustDialog.test.js +0 -88
  570. package/dist/src/ui/components/FolderTrustDialog.test.js.map +0 -1
  571. package/dist/src/ui/components/Footer.d.ts +0 -7
  572. package/dist/src/ui/components/Footer.js +0 -46
  573. package/dist/src/ui/components/Footer.js.map +0 -1
  574. package/dist/src/ui/components/GeminiRespondingSpinner.d.ts +0 -22
  575. package/dist/src/ui/components/GeminiRespondingSpinner.js +0 -23
  576. package/dist/src/ui/components/GeminiRespondingSpinner.js.map +0 -1
  577. package/dist/src/ui/components/Header.d.ts +0 -13
  578. package/dist/src/ui/components/Header.js +0 -28
  579. package/dist/src/ui/components/Header.js.map +0 -1
  580. package/dist/src/ui/components/Header.test.d.ts +0 -6
  581. package/dist/src/ui/components/Header.test.js +0 -37
  582. package/dist/src/ui/components/Header.test.js.map +0 -1
  583. package/dist/src/ui/components/Help.d.ts +0 -12
  584. package/dist/src/ui/components/Help.js +0 -34
  585. package/dist/src/ui/components/Help.js.map +0 -1
  586. package/dist/src/ui/components/Help.test.d.ts +0 -6
  587. package/dist/src/ui/components/Help.test.js +0 -63
  588. package/dist/src/ui/components/Help.test.js.map +0 -1
  589. package/dist/src/ui/components/HistoryItemDisplay.d.ts +0 -21
  590. package/dist/src/ui/components/HistoryItemDisplay.js +0 -33
  591. package/dist/src/ui/components/HistoryItemDisplay.js.map +0 -1
  592. package/dist/src/ui/components/HistoryItemDisplay.test.d.ts +0 -6
  593. package/dist/src/ui/components/HistoryItemDisplay.test.js +0 -183
  594. package/dist/src/ui/components/HistoryItemDisplay.test.js.map +0 -1
  595. package/dist/src/ui/components/IdeTrustChangeDialog.d.ts +0 -11
  596. package/dist/src/ui/components/IdeTrustChangeDialog.js +0 -32
  597. package/dist/src/ui/components/IdeTrustChangeDialog.js.map +0 -1
  598. package/dist/src/ui/components/IdeTrustChangeDialog.test.d.ts +0 -6
  599. package/dist/src/ui/components/IdeTrustChangeDialog.test.js +0 -57
  600. package/dist/src/ui/components/IdeTrustChangeDialog.test.js.map +0 -1
  601. package/dist/src/ui/components/InputPrompt.d.ts +0 -37
  602. package/dist/src/ui/components/InputPrompt.js +0 -585
  603. package/dist/src/ui/components/InputPrompt.js.map +0 -1
  604. package/dist/src/ui/components/LoadingIndicator.d.ts +0 -15
  605. package/dist/src/ui/components/LoadingIndicator.js +0 -30
  606. package/dist/src/ui/components/LoadingIndicator.js.map +0 -1
  607. package/dist/src/ui/components/LoadingIndicator.test.d.ts +0 -6
  608. package/dist/src/ui/components/LoadingIndicator.test.js +0 -194
  609. package/dist/src/ui/components/LoadingIndicator.test.js.map +0 -1
  610. package/dist/src/ui/components/LoopDetectionConfirmation.d.ts +0 -13
  611. package/dist/src/ui/components/LoopDetectionConfirmation.js +0 -37
  612. package/dist/src/ui/components/LoopDetectionConfirmation.js.map +0 -1
  613. package/dist/src/ui/components/LoopDetectionConfirmation.test.d.ts +0 -6
  614. package/dist/src/ui/components/LoopDetectionConfirmation.test.js +0 -28
  615. package/dist/src/ui/components/LoopDetectionConfirmation.test.js.map +0 -1
  616. package/dist/src/ui/components/MainContent.d.ts +0 -6
  617. package/dist/src/ui/components/MainContent.js +0 -28
  618. package/dist/src/ui/components/MainContent.js.map +0 -1
  619. package/dist/src/ui/components/MemoryUsageDisplay.d.ts +0 -7
  620. package/dist/src/ui/components/MemoryUsageDisplay.js +0 -24
  621. package/dist/src/ui/components/MemoryUsageDisplay.js.map +0 -1
  622. package/dist/src/ui/components/ModelDialog.d.ts +0 -13
  623. package/dist/src/ui/components/ModelDialog.js +0 -63
  624. package/dist/src/ui/components/ModelDialog.js.map +0 -1
  625. package/dist/src/ui/components/ModelDialog.test.d.ts +0 -6
  626. package/dist/src/ui/components/ModelDialog.test.js +0 -158
  627. package/dist/src/ui/components/ModelDialog.test.js.map +0 -1
  628. package/dist/src/ui/components/ModelStatsDisplay.d.ts +0 -7
  629. package/dist/src/ui/components/ModelStatsDisplay.js +0 -34
  630. package/dist/src/ui/components/ModelStatsDisplay.js.map +0 -1
  631. package/dist/src/ui/components/ModelSwitchDialog.d.ts +0 -17
  632. package/dist/src/ui/components/ModelSwitchDialog.js +0 -41
  633. package/dist/src/ui/components/ModelSwitchDialog.js.map +0 -1
  634. package/dist/src/ui/components/ModelSwitchDialog.test.d.ts +0 -6
  635. package/dist/src/ui/components/ModelSwitchDialog.test.js +0 -129
  636. package/dist/src/ui/components/ModelSwitchDialog.test.js.map +0 -1
  637. package/dist/src/ui/components/Notifications.d.ts +0 -6
  638. package/dist/src/ui/components/Notifications.js +0 -23
  639. package/dist/src/ui/components/Notifications.js.map +0 -1
  640. package/dist/src/ui/components/OpenAIKeyPrompt.d.ts +0 -33
  641. package/dist/src/ui/components/OpenAIKeyPrompt.js +0 -170
  642. package/dist/src/ui/components/OpenAIKeyPrompt.js.map +0 -1
  643. package/dist/src/ui/components/OpenAIKeyPrompt.test.d.ts +0 -6
  644. package/dist/src/ui/components/OpenAIKeyPrompt.test.js +0 -51
  645. package/dist/src/ui/components/OpenAIKeyPrompt.test.js.map +0 -1
  646. package/dist/src/ui/components/PermissionsModifyTrustDialog.d.ts +0 -13
  647. package/dist/src/ui/components/PermissionsModifyTrustDialog.js +0 -48
  648. package/dist/src/ui/components/PermissionsModifyTrustDialog.js.map +0 -1
  649. package/dist/src/ui/components/PermissionsModifyTrustDialog.test.d.ts +0 -6
  650. package/dist/src/ui/components/PermissionsModifyTrustDialog.test.js +0 -154
  651. package/dist/src/ui/components/PermissionsModifyTrustDialog.test.js.map +0 -1
  652. package/dist/src/ui/components/PlanSummaryDisplay.d.ts +0 -14
  653. package/dist/src/ui/components/PlanSummaryDisplay.js +0 -9
  654. package/dist/src/ui/components/PlanSummaryDisplay.js.map +0 -1
  655. package/dist/src/ui/components/PrepareLabel.d.ts +0 -15
  656. package/dist/src/ui/components/PrepareLabel.js +0 -72
  657. package/dist/src/ui/components/PrepareLabel.js.map +0 -1
  658. package/dist/src/ui/components/PrepareLabel.test.d.ts +0 -6
  659. package/dist/src/ui/components/PrepareLabel.test.js +0 -71
  660. package/dist/src/ui/components/PrepareLabel.test.js.map +0 -1
  661. package/dist/src/ui/components/ProQuotaDialog.d.ts +0 -13
  662. package/dist/src/ui/components/ProQuotaDialog.js +0 -24
  663. package/dist/src/ui/components/ProQuotaDialog.js.map +0 -1
  664. package/dist/src/ui/components/ProQuotaDialog.test.d.ts +0 -6
  665. package/dist/src/ui/components/ProQuotaDialog.test.js +0 -58
  666. package/dist/src/ui/components/ProQuotaDialog.test.js.map +0 -1
  667. package/dist/src/ui/components/QueuedMessageDisplay.d.ts +0 -9
  668. package/dist/src/ui/components/QueuedMessageDisplay.js +0 -20
  669. package/dist/src/ui/components/QueuedMessageDisplay.js.map +0 -1
  670. package/dist/src/ui/components/QueuedMessageDisplay.test.d.ts +0 -6
  671. package/dist/src/ui/components/QueuedMessageDisplay.test.js +0 -56
  672. package/dist/src/ui/components/QueuedMessageDisplay.test.js.map +0 -1
  673. package/dist/src/ui/components/QuittingDisplay.d.ts +0 -6
  674. package/dist/src/ui/components/QuittingDisplay.js +0 -20
  675. package/dist/src/ui/components/QuittingDisplay.js.map +0 -1
  676. package/dist/src/ui/components/QwenOAuthProgress.d.ts +0 -16
  677. package/dist/src/ui/components/QwenOAuthProgress.js +0 -111
  678. package/dist/src/ui/components/QwenOAuthProgress.js.map +0 -1
  679. package/dist/src/ui/components/QwenOAuthProgress.test.d.ts +0 -6
  680. package/dist/src/ui/components/QwenOAuthProgress.test.js +0 -364
  681. package/dist/src/ui/components/QwenOAuthProgress.test.js.map +0 -1
  682. package/dist/src/ui/components/ResumeSessionPicker.d.ts +0 -10
  683. package/dist/src/ui/components/ResumeSessionPicker.js +0 -249
  684. package/dist/src/ui/components/ResumeSessionPicker.js.map +0 -1
  685. package/dist/src/ui/components/SessionSummaryDisplay.d.ts +0 -11
  686. package/dist/src/ui/components/SessionSummaryDisplay.js +0 -13
  687. package/dist/src/ui/components/SessionSummaryDisplay.js.map +0 -1
  688. package/dist/src/ui/components/SettingsDialog.d.ts +0 -18
  689. package/dist/src/ui/components/SettingsDialog.js +0 -647
  690. package/dist/src/ui/components/SettingsDialog.js.map +0 -1
  691. package/dist/src/ui/components/SettingsDialog.test.d.ts +0 -6
  692. package/dist/src/ui/components/SettingsDialog.test.js +0 -1037
  693. package/dist/src/ui/components/SettingsDialog.test.js.map +0 -1
  694. package/dist/src/ui/components/ShellConfirmationDialog.d.ts +0 -15
  695. package/dist/src/ui/components/ShellConfirmationDialog.js +0 -50
  696. package/dist/src/ui/components/ShellConfirmationDialog.js.map +0 -1
  697. package/dist/src/ui/components/ShellConfirmationDialog.test.d.ts +0 -6
  698. package/dist/src/ui/components/ShellConfirmationDialog.test.js +0 -40
  699. package/dist/src/ui/components/ShellConfirmationDialog.test.js.map +0 -1
  700. package/dist/src/ui/components/ShellInputPrompt.d.ts +0 -11
  701. package/dist/src/ui/components/ShellInputPrompt.js +0 -36
  702. package/dist/src/ui/components/ShellInputPrompt.js.map +0 -1
  703. package/dist/src/ui/components/ShellModeIndicator.d.ts +0 -7
  704. package/dist/src/ui/components/ShellModeIndicator.js +0 -5
  705. package/dist/src/ui/components/ShellModeIndicator.js.map +0 -1
  706. package/dist/src/ui/components/ShowMoreLines.d.ts +0 -10
  707. package/dist/src/ui/components/ShowMoreLines.js +0 -24
  708. package/dist/src/ui/components/ShowMoreLines.js.map +0 -1
  709. package/dist/src/ui/components/StatsDisplay.d.ts +0 -12
  710. package/dist/src/ui/components/StatsDisplay.js +0 -44
  711. package/dist/src/ui/components/StatsDisplay.js.map +0 -1
  712. package/dist/src/ui/components/SuggestionsDisplay.d.ts +0 -27
  713. package/dist/src/ui/components/SuggestionsDisplay.js +0 -41
  714. package/dist/src/ui/components/SuggestionsDisplay.js.map +0 -1
  715. package/dist/src/ui/components/ThemeDialog.d.ts +0 -20
  716. package/dist/src/ui/components/ThemeDialog.js +0 -126
  717. package/dist/src/ui/components/ThemeDialog.js.map +0 -1
  718. package/dist/src/ui/components/ThemeDialog.test.d.ts +0 -6
  719. package/dist/src/ui/components/ThemeDialog.test.js +0 -75
  720. package/dist/src/ui/components/ThemeDialog.test.js.map +0 -1
  721. package/dist/src/ui/components/Tips.d.ts +0 -12
  722. package/dist/src/ui/components/Tips.js +0 -9
  723. package/dist/src/ui/components/Tips.js.map +0 -1
  724. package/dist/src/ui/components/TodoDisplay.d.ts +0 -16
  725. package/dist/src/ui/components/TodoDisplay.js +0 -27
  726. package/dist/src/ui/components/TodoDisplay.js.map +0 -1
  727. package/dist/src/ui/components/TodoDisplay.test.d.ts +0 -6
  728. package/dist/src/ui/components/TodoDisplay.test.js +0 -77
  729. package/dist/src/ui/components/TodoDisplay.test.js.map +0 -1
  730. package/dist/src/ui/components/ToolStatsDisplay.d.ts +0 -7
  731. package/dist/src/ui/components/ToolStatsDisplay.js +0 -42
  732. package/dist/src/ui/components/ToolStatsDisplay.js.map +0 -1
  733. package/dist/src/ui/components/UpdateNotification.d.ts +0 -10
  734. package/dist/src/ui/components/UpdateNotification.js +0 -10
  735. package/dist/src/ui/components/UpdateNotification.js.map +0 -1
  736. package/dist/src/ui/components/WelcomeBackDialog.d.ts +0 -13
  737. package/dist/src/ui/components/WelcomeBackDialog.js +0 -43
  738. package/dist/src/ui/components/WelcomeBackDialog.js.map +0 -1
  739. package/dist/src/ui/components/WorkspaceMigrationDialog.d.ts +0 -11
  740. package/dist/src/ui/components/WorkspaceMigrationDialog.js +0 -45
  741. package/dist/src/ui/components/WorkspaceMigrationDialog.js.map +0 -1
  742. package/dist/src/ui/components/messages/CompressionMessage.d.ts +0 -10
  743. package/dist/src/ui/components/messages/CompressionMessage.js +0 -50
  744. package/dist/src/ui/components/messages/CompressionMessage.js.map +0 -1
  745. package/dist/src/ui/components/messages/CompressionMessage.test.d.ts +0 -6
  746. package/dist/src/ui/components/messages/CompressionMessage.test.js +0 -160
  747. package/dist/src/ui/components/messages/CompressionMessage.test.js.map +0 -1
  748. package/dist/src/ui/components/messages/DiffRenderer.d.ts +0 -17
  749. package/dist/src/ui/components/messages/DiffRenderer.js +0 -218
  750. package/dist/src/ui/components/messages/DiffRenderer.js.map +0 -1
  751. package/dist/src/ui/components/messages/DiffRenderer.test.d.ts +0 -6
  752. package/dist/src/ui/components/messages/DiffRenderer.test.js +0 -239
  753. package/dist/src/ui/components/messages/DiffRenderer.test.js.map +0 -1
  754. package/dist/src/ui/components/messages/ErrorMessage.d.ts +0 -11
  755. package/dist/src/ui/components/messages/ErrorMessage.js +0 -9
  756. package/dist/src/ui/components/messages/ErrorMessage.js.map +0 -1
  757. package/dist/src/ui/components/messages/GeminiMessage.d.ts +0 -14
  758. package/dist/src/ui/components/messages/GeminiMessage.js +0 -11
  759. package/dist/src/ui/components/messages/GeminiMessage.js.map +0 -1
  760. package/dist/src/ui/components/messages/GeminiMessageContent.d.ts +0 -14
  761. package/dist/src/ui/components/messages/GeminiMessageContent.js +0 -15
  762. package/dist/src/ui/components/messages/GeminiMessageContent.js.map +0 -1
  763. package/dist/src/ui/components/messages/GeminiThoughtMessage.d.ts +0 -18
  764. package/dist/src/ui/components/messages/GeminiThoughtMessage.js +0 -14
  765. package/dist/src/ui/components/messages/GeminiThoughtMessage.js.map +0 -1
  766. package/dist/src/ui/components/messages/GeminiThoughtMessageContent.d.ts +0 -18
  767. package/dist/src/ui/components/messages/GeminiThoughtMessageContent.js +0 -14
  768. package/dist/src/ui/components/messages/GeminiThoughtMessageContent.js.map +0 -1
  769. package/dist/src/ui/components/messages/InfoMessage.d.ts +0 -11
  770. package/dist/src/ui/components/messages/InfoMessage.js +0 -14
  771. package/dist/src/ui/components/messages/InfoMessage.js.map +0 -1
  772. package/dist/src/ui/components/messages/SummaryMessage.d.ts +0 -11
  773. package/dist/src/ui/components/messages/SummaryMessage.js +0 -35
  774. package/dist/src/ui/components/messages/SummaryMessage.js.map +0 -1
  775. package/dist/src/ui/components/messages/ToolConfirmationMessage.d.ts +0 -16
  776. package/dist/src/ui/components/messages/ToolConfirmationMessage.js +0 -245
  777. package/dist/src/ui/components/messages/ToolConfirmationMessage.js.map +0 -1
  778. package/dist/src/ui/components/messages/ToolConfirmationMessage.test.d.ts +0 -6
  779. package/dist/src/ui/components/messages/ToolConfirmationMessage.test.js +0 -165
  780. package/dist/src/ui/components/messages/ToolConfirmationMessage.test.js.map +0 -1
  781. package/dist/src/ui/components/messages/ToolGroupMessage.d.ts +0 -19
  782. package/dist/src/ui/components/messages/ToolGroupMessage.js +0 -58
  783. package/dist/src/ui/components/messages/ToolGroupMessage.js.map +0 -1
  784. package/dist/src/ui/components/messages/ToolGroupMessage.test.d.ts +0 -6
  785. package/dist/src/ui/components/messages/ToolGroupMessage.test.js +0 -261
  786. package/dist/src/ui/components/messages/ToolGroupMessage.test.js.map +0 -1
  787. package/dist/src/ui/components/messages/ToolMessage.d.ts +0 -19
  788. package/dist/src/ui/components/messages/ToolMessage.js +0 -180
  789. package/dist/src/ui/components/messages/ToolMessage.js.map +0 -1
  790. package/dist/src/ui/components/messages/ToolMessage.test.d.ts +0 -6
  791. package/dist/src/ui/components/messages/ToolMessage.test.js +0 -182
  792. package/dist/src/ui/components/messages/ToolMessage.test.js.map +0 -1
  793. package/dist/src/ui/components/messages/UserMessage.d.ts +0 -11
  794. package/dist/src/ui/components/messages/UserMessage.js +0 -13
  795. package/dist/src/ui/components/messages/UserMessage.js.map +0 -1
  796. package/dist/src/ui/components/messages/UserShellMessage.d.ts +0 -11
  797. package/dist/src/ui/components/messages/UserShellMessage.js +0 -9
  798. package/dist/src/ui/components/messages/UserShellMessage.js.map +0 -1
  799. package/dist/src/ui/components/messages/WarningMessage.d.ts +0 -11
  800. package/dist/src/ui/components/messages/WarningMessage.js +0 -10
  801. package/dist/src/ui/components/messages/WarningMessage.js.map +0 -1
  802. package/dist/src/ui/components/shared/BaseSelectionList.d.ts +0 -38
  803. package/dist/src/ui/components/shared/BaseSelectionList.js +0 -72
  804. package/dist/src/ui/components/shared/BaseSelectionList.js.map +0 -1
  805. package/dist/src/ui/components/shared/BaseSelectionList.test.d.ts +0 -6
  806. package/dist/src/ui/components/shared/BaseSelectionList.test.js +0 -376
  807. package/dist/src/ui/components/shared/BaseSelectionList.test.js.map +0 -1
  808. package/dist/src/ui/components/shared/DescriptiveRadioButtonSelect.d.ts +0 -35
  809. package/dist/src/ui/components/shared/DescriptiveRadioButtonSelect.js +0 -13
  810. package/dist/src/ui/components/shared/DescriptiveRadioButtonSelect.js.map +0 -1
  811. package/dist/src/ui/components/shared/DescriptiveRadioButtonSelect.test.d.ts +0 -6
  812. package/dist/src/ui/components/shared/DescriptiveRadioButtonSelect.test.js +0 -79
  813. package/dist/src/ui/components/shared/DescriptiveRadioButtonSelect.test.js.map +0 -1
  814. package/dist/src/ui/components/shared/EnumSelector.d.ts +0 -18
  815. package/dist/src/ui/components/shared/EnumSelector.js +0 -44
  816. package/dist/src/ui/components/shared/EnumSelector.js.map +0 -1
  817. package/dist/src/ui/components/shared/EnumSelector.test.d.ts +0 -6
  818. package/dist/src/ui/components/shared/EnumSelector.test.js +0 -70
  819. package/dist/src/ui/components/shared/EnumSelector.test.js.map +0 -1
  820. package/dist/src/ui/components/shared/MaxSizedBox.d.ts +0 -61
  821. package/dist/src/ui/components/shared/MaxSizedBox.js +0 -451
  822. package/dist/src/ui/components/shared/MaxSizedBox.js.map +0 -1
  823. package/dist/src/ui/components/shared/MaxSizedBox.test.d.ts +0 -6
  824. package/dist/src/ui/components/shared/MaxSizedBox.test.js +0 -154
  825. package/dist/src/ui/components/shared/MaxSizedBox.test.js.map +0 -1
  826. package/dist/src/ui/components/shared/RadioButtonSelect.d.ts +0 -45
  827. package/dist/src/ui/components/shared/RadioButtonSelect.js +0 -21
  828. package/dist/src/ui/components/shared/RadioButtonSelect.js.map +0 -1
  829. package/dist/src/ui/components/shared/RadioButtonSelect.test.d.ts +0 -6
  830. package/dist/src/ui/components/shared/RadioButtonSelect.test.js +0 -134
  831. package/dist/src/ui/components/shared/RadioButtonSelect.test.js.map +0 -1
  832. package/dist/src/ui/components/shared/ScopeSelector.d.ts +0 -19
  833. package/dist/src/ui/components/shared/ScopeSelector.js +0 -16
  834. package/dist/src/ui/components/shared/ScopeSelector.js.map +0 -1
  835. package/dist/src/ui/components/shared/TextInput.d.ts +0 -16
  836. package/dist/src/ui/components/shared/TextInput.js +0 -127
  837. package/dist/src/ui/components/shared/TextInput.js.map +0 -1
  838. package/dist/src/ui/components/shared/text-buffer.d.ts +0 -490
  839. package/dist/src/ui/components/shared/text-buffer.js +0 -1598
  840. package/dist/src/ui/components/shared/text-buffer.js.map +0 -1
  841. package/dist/src/ui/components/shared/vim-buffer-actions.d.ts +0 -72
  842. package/dist/src/ui/components/shared/vim-buffer-actions.js +0 -552
  843. package/dist/src/ui/components/shared/vim-buffer-actions.js.map +0 -1
  844. package/dist/src/ui/components/subagents/constants.d.ts +0 -23
  845. package/dist/src/ui/components/subagents/constants.js +0 -67
  846. package/dist/src/ui/components/subagents/constants.js.map +0 -1
  847. package/dist/src/ui/components/subagents/create/AgentCreationWizard.d.ts +0 -15
  848. package/dist/src/ui/components/subagents/create/AgentCreationWizard.js +0 -186
  849. package/dist/src/ui/components/subagents/create/AgentCreationWizard.js.map +0 -1
  850. package/dist/src/ui/components/subagents/create/ColorSelector.d.ts +0 -15
  851. package/dist/src/ui/components/subagents/create/ColorSelector.js +0 -43
  852. package/dist/src/ui/components/subagents/create/ColorSelector.js.map +0 -1
  853. package/dist/src/ui/components/subagents/create/CreationSummary.d.ts +0 -10
  854. package/dist/src/ui/components/subagents/create/CreationSummary.js +0 -174
  855. package/dist/src/ui/components/subagents/create/CreationSummary.js.map +0 -1
  856. package/dist/src/ui/components/subagents/create/DescriptionInput.d.ts +0 -10
  857. package/dist/src/ui/components/subagents/create/DescriptionInput.js +0 -107
  858. package/dist/src/ui/components/subagents/create/DescriptionInput.js.map +0 -1
  859. package/dist/src/ui/components/subagents/create/GenerationMethodSelector.d.ts +0 -10
  860. package/dist/src/ui/components/subagents/create/GenerationMethodSelector.js +0 -39
  861. package/dist/src/ui/components/subagents/create/GenerationMethodSelector.js.map +0 -1
  862. package/dist/src/ui/components/subagents/create/LocationSelector.d.ts +0 -10
  863. package/dist/src/ui/components/subagents/create/LocationSelector.js +0 -39
  864. package/dist/src/ui/components/subagents/create/LocationSelector.js.map +0 -1
  865. package/dist/src/ui/components/subagents/create/TextEntryStep.d.ts +0 -26
  866. package/dist/src/ui/components/subagents/create/TextEntryStep.js +0 -28
  867. package/dist/src/ui/components/subagents/create/TextEntryStep.js.map +0 -1
  868. package/dist/src/ui/components/subagents/create/ToolSelector.d.ts +0 -16
  869. package/dist/src/ui/components/subagents/create/ToolSelector.js +0 -145
  870. package/dist/src/ui/components/subagents/create/ToolSelector.js.map +0 -1
  871. package/dist/src/ui/components/subagents/index.d.ts +0 -8
  872. package/dist/src/ui/components/subagents/index.js +0 -12
  873. package/dist/src/ui/components/subagents/index.js.map +0 -1
  874. package/dist/src/ui/components/subagents/manage/ActionSelectionStep.d.ts +0 -13
  875. package/dist/src/ui/components/subagents/manage/ActionSelectionStep.js +0 -71
  876. package/dist/src/ui/components/subagents/manage/ActionSelectionStep.js.map +0 -1
  877. package/dist/src/ui/components/subagents/manage/AgentDeleteStep.d.ts +0 -13
  878. package/dist/src/ui/components/subagents/manage/AgentDeleteStep.js +0 -36
  879. package/dist/src/ui/components/subagents/manage/AgentDeleteStep.js.map +0 -1
  880. package/dist/src/ui/components/subagents/manage/AgentEditStep.d.ts +0 -15
  881. package/dist/src/ui/components/subagents/manage/AgentEditStep.js +0 -76
  882. package/dist/src/ui/components/subagents/manage/AgentEditStep.js.map +0 -1
  883. package/dist/src/ui/components/subagents/manage/AgentSelectionStep.d.ts +0 -12
  884. package/dist/src/ui/components/subagents/manage/AgentSelectionStep.js +0 -231
  885. package/dist/src/ui/components/subagents/manage/AgentSelectionStep.js.map +0 -1
  886. package/dist/src/ui/components/subagents/manage/AgentViewerStep.d.ts +0 -11
  887. package/dist/src/ui/components/subagents/manage/AgentViewerStep.js +0 -20
  888. package/dist/src/ui/components/subagents/manage/AgentViewerStep.js.map +0 -1
  889. package/dist/src/ui/components/subagents/manage/AgentsManagerDialog.d.ts +0 -15
  890. package/dist/src/ui/components/subagents/manage/AgentsManagerDialog.js +0 -212
  891. package/dist/src/ui/components/subagents/manage/AgentsManagerDialog.js.map +0 -1
  892. package/dist/src/ui/components/subagents/reducers.d.ts +0 -14
  893. package/dist/src/ui/components/subagents/reducers.js +0 -162
  894. package/dist/src/ui/components/subagents/reducers.js.map +0 -1
  895. package/dist/src/ui/components/subagents/runtime/AgentExecutionDisplay.d.ts +0 -20
  896. package/dist/src/ui/components/subagents/runtime/AgentExecutionDisplay.js +0 -193
  897. package/dist/src/ui/components/subagents/runtime/AgentExecutionDisplay.js.map +0 -1
  898. package/dist/src/ui/components/subagents/types.d.ts +0 -137
  899. package/dist/src/ui/components/subagents/types.js +0 -15
  900. package/dist/src/ui/components/subagents/types.js.map +0 -1
  901. package/dist/src/ui/components/subagents/utils.d.ts +0 -15
  902. package/dist/src/ui/components/subagents/utils.js +0 -79
  903. package/dist/src/ui/components/subagents/utils.js.map +0 -1
  904. package/dist/src/ui/components/ums/UMSKeyPrompt.d.ts +0 -12
  905. package/dist/src/ui/components/ums/UMSKeyPrompt.js +0 -141
  906. package/dist/src/ui/components/ums/UMSKeyPrompt.js.map +0 -1
  907. package/dist/src/ui/components/ums/umsStartupWarnings.d.ts +0 -6
  908. package/dist/src/ui/components/ums/umsStartupWarnings.js +0 -47
  909. package/dist/src/ui/components/ums/umsStartupWarnings.js.map +0 -1
  910. package/dist/src/ui/components/ums/useUMSAuth.d.ts +0 -20
  911. package/dist/src/ui/components/ums/useUMSAuth.js +0 -78
  912. package/dist/src/ui/components/ums/useUMSAuth.js.map +0 -1
  913. package/dist/src/ui/components/views/ExtensionsList.d.ts +0 -6
  914. package/dist/src/ui/components/views/ExtensionsList.js +0 -47
  915. package/dist/src/ui/components/views/ExtensionsList.js.map +0 -1
  916. package/dist/src/ui/components/views/ExtensionsList.test.d.ts +0 -6
  917. package/dist/src/ui/components/views/ExtensionsList.test.js +0 -97
  918. package/dist/src/ui/components/views/ExtensionsList.test.js.map +0 -1
  919. package/dist/src/ui/components/views/McpStatus.d.ts +0 -27
  920. package/dist/src/ui/components/views/McpStatus.js +0 -90
  921. package/dist/src/ui/components/views/McpStatus.js.map +0 -1
  922. package/dist/src/ui/components/views/McpStatus.test.d.ts +0 -6
  923. package/dist/src/ui/components/views/McpStatus.test.js +0 -117
  924. package/dist/src/ui/components/views/McpStatus.test.js.map +0 -1
  925. package/dist/src/ui/components/views/ToolsList.d.ts +0 -14
  926. package/dist/src/ui/components/views/ToolsList.js +0 -8
  927. package/dist/src/ui/components/views/ToolsList.js.map +0 -1
  928. package/dist/src/ui/components/views/ToolsList.test.d.ts +0 -6
  929. package/dist/src/ui/components/views/ToolsList.test.js +0 -45
  930. package/dist/src/ui/components/views/ToolsList.test.js.map +0 -1
  931. package/dist/src/ui/constants.d.ts +0 -18
  932. package/dist/src/ui/constants.js +0 -23
  933. package/dist/src/ui/constants.js.map +0 -1
  934. package/dist/src/ui/contexts/AppContext.d.ts +0 -11
  935. package/dist/src/ui/contexts/AppContext.js +0 -15
  936. package/dist/src/ui/contexts/AppContext.js.map +0 -1
  937. package/dist/src/ui/contexts/ConfigContext.d.ts +0 -9
  938. package/dist/src/ui/contexts/ConfigContext.js +0 -16
  939. package/dist/src/ui/contexts/ConfigContext.js.map +0 -1
  940. package/dist/src/ui/contexts/KeypressContext.d.ts +0 -35
  941. package/dist/src/ui/contexts/KeypressContext.js +0 -636
  942. package/dist/src/ui/contexts/KeypressContext.js.map +0 -1
  943. package/dist/src/ui/contexts/KeypressContext.test.d.ts +0 -6
  944. package/dist/src/ui/contexts/KeypressContext.test.js +0 -1180
  945. package/dist/src/ui/contexts/KeypressContext.test.js.map +0 -1
  946. package/dist/src/ui/contexts/OverflowContext.d.ts +0 -19
  947. package/dist/src/ui/contexts/OverflowContext.js +0 -38
  948. package/dist/src/ui/contexts/OverflowContext.js.map +0 -1
  949. package/dist/src/ui/contexts/SessionContext.d.ts +0 -47
  950. package/dist/src/ui/contexts/SessionContext.js +0 -165
  951. package/dist/src/ui/contexts/SessionContext.js.map +0 -1
  952. package/dist/src/ui/contexts/SettingsContext.d.ts +0 -9
  953. package/dist/src/ui/contexts/SettingsContext.js +0 -15
  954. package/dist/src/ui/contexts/SettingsContext.js.map +0 -1
  955. package/dist/src/ui/contexts/ShellFocusContext.d.ts +0 -7
  956. package/dist/src/ui/contexts/ShellFocusContext.js +0 -9
  957. package/dist/src/ui/contexts/ShellFocusContext.js.map +0 -1
  958. package/dist/src/ui/contexts/StreamingContext.d.ts +0 -9
  959. package/dist/src/ui/contexts/StreamingContext.js +0 -15
  960. package/dist/src/ui/contexts/StreamingContext.js.map +0 -1
  961. package/dist/src/ui/contexts/UIActionsContext.d.ts +0 -46
  962. package/dist/src/ui/contexts/UIActionsContext.js +0 -22
  963. package/dist/src/ui/contexts/UIActionsContext.js.map +0 -1
  964. package/dist/src/ui/contexts/UIStateContext.d.ts +0 -113
  965. package/dist/src/ui/contexts/UIStateContext.js +0 -17
  966. package/dist/src/ui/contexts/UIStateContext.js.map +0 -1
  967. package/dist/src/ui/contexts/VimModeContext.d.ts +0 -19
  968. package/dist/src/ui/contexts/VimModeContext.js +0 -48
  969. package/dist/src/ui/contexts/VimModeContext.js.map +0 -1
  970. package/dist/src/ui/editors/editorSettingsManager.d.ts +0 -19
  971. package/dist/src/ui/editors/editorSettingsManager.js +0 -48
  972. package/dist/src/ui/editors/editorSettingsManager.js.map +0 -1
  973. package/dist/src/ui/hooks/atCommandProcessor.d.ts +0 -31
  974. package/dist/src/ui/hooks/atCommandProcessor.js +0 -364
  975. package/dist/src/ui/hooks/atCommandProcessor.js.map +0 -1
  976. package/dist/src/ui/hooks/atCommandProcessor.test.d.ts +0 -6
  977. package/dist/src/ui/hooks/atCommandProcessor.test.js +0 -836
  978. package/dist/src/ui/hooks/atCommandProcessor.test.js.map +0 -1
  979. package/dist/src/ui/hooks/keyToAnsi.d.ts +0 -15
  980. package/dist/src/ui/hooks/keyToAnsi.js +0 -67
  981. package/dist/src/ui/hooks/keyToAnsi.js.map +0 -1
  982. package/dist/src/ui/hooks/shellCommandProcessor.d.ts +0 -18
  983. package/dist/src/ui/hooks/shellCommandProcessor.js +0 -284
  984. package/dist/src/ui/hooks/shellCommandProcessor.js.map +0 -1
  985. package/dist/src/ui/hooks/shellCommandProcessor.test.d.ts +0 -6
  986. package/dist/src/ui/hooks/shellCommandProcessor.test.js +0 -508
  987. package/dist/src/ui/hooks/shellCommandProcessor.test.js.map +0 -1
  988. package/dist/src/ui/hooks/slashCommandProcessor.d.ts +0 -45
  989. package/dist/src/ui/hooks/slashCommandProcessor.js +0 -489
  990. package/dist/src/ui/hooks/slashCommandProcessor.js.map +0 -1
  991. package/dist/src/ui/hooks/useAgentsManagerDialog.d.ts +0 -11
  992. package/dist/src/ui/hooks/useAgentsManagerDialog.js +0 -21
  993. package/dist/src/ui/hooks/useAgentsManagerDialog.js.map +0 -1
  994. package/dist/src/ui/hooks/useApprovalModeCommand.d.ts +0 -14
  995. package/dist/src/ui/hooks/useApprovalModeCommand.js +0 -33
  996. package/dist/src/ui/hooks/useApprovalModeCommand.js.map +0 -1
  997. package/dist/src/ui/hooks/useAtCompletion.d.ts +0 -23
  998. package/dist/src/ui/hooks/useAtCompletion.js +0 -179
  999. package/dist/src/ui/hooks/useAtCompletion.js.map +0 -1
  1000. package/dist/src/ui/hooks/useAttentionNotifications.d.ts +0 -16
  1001. package/dist/src/ui/hooks/useAttentionNotifications.js +0 -46
  1002. package/dist/src/ui/hooks/useAttentionNotifications.js.map +0 -1
  1003. package/dist/src/ui/hooks/useAttentionNotifications.test.d.ts +0 -6
  1004. package/dist/src/ui/hooks/useAttentionNotifications.test.js +0 -150
  1005. package/dist/src/ui/hooks/useAttentionNotifications.test.js.map +0 -1
  1006. package/dist/src/ui/hooks/useAutoAcceptIndicator.d.ts +0 -13
  1007. package/dist/src/ui/hooks/useAutoAcceptIndicator.js +0 -40
  1008. package/dist/src/ui/hooks/useAutoAcceptIndicator.js.map +0 -1
  1009. package/dist/src/ui/hooks/useAutoAcceptIndicator.test.d.ts +0 -6
  1010. package/dist/src/ui/hooks/useAutoAcceptIndicator.test.js +0 -306
  1011. package/dist/src/ui/hooks/useAutoAcceptIndicator.test.js.map +0 -1
  1012. package/dist/src/ui/hooks/useBracketedPaste.d.ts +0 -12
  1013. package/dist/src/ui/hooks/useBracketedPaste.js +0 -32
  1014. package/dist/src/ui/hooks/useBracketedPaste.js.map +0 -1
  1015. package/dist/src/ui/hooks/useCommandCompletion.d.ts +0 -29
  1016. package/dist/src/ui/hooks/useCommandCompletion.js +0 -164
  1017. package/dist/src/ui/hooks/useCommandCompletion.js.map +0 -1
  1018. package/dist/src/ui/hooks/useCompletion.d.ts +0 -24
  1019. package/dist/src/ui/hooks/useCompletion.js +0 -88
  1020. package/dist/src/ui/hooks/useCompletion.js.map +0 -1
  1021. package/dist/src/ui/hooks/useConsoleMessages.d.ts +0 -12
  1022. package/dist/src/ui/hooks/useConsoleMessages.js +0 -76
  1023. package/dist/src/ui/hooks/useConsoleMessages.js.map +0 -1
  1024. package/dist/src/ui/hooks/useDialogClose.d.ts +0 -32
  1025. package/dist/src/ui/hooks/useDialogClose.js +0 -51
  1026. package/dist/src/ui/hooks/useDialogClose.js.map +0 -1
  1027. package/dist/src/ui/hooks/useEditorSettings.d.ts +0 -16
  1028. package/dist/src/ui/hooks/useEditorSettings.js +0 -43
  1029. package/dist/src/ui/hooks/useEditorSettings.js.map +0 -1
  1030. package/dist/src/ui/hooks/useEditorSettings.test.d.ts +0 -6
  1031. package/dist/src/ui/hooks/useEditorSettings.test.js +0 -164
  1032. package/dist/src/ui/hooks/useEditorSettings.test.js.map +0 -1
  1033. package/dist/src/ui/hooks/useExtensionUpdates.d.ts +0 -21
  1034. package/dist/src/ui/hooks/useExtensionUpdates.js +0 -116
  1035. package/dist/src/ui/hooks/useExtensionUpdates.js.map +0 -1
  1036. package/dist/src/ui/hooks/useExtensionUpdates.test.d.ts +0 -6
  1037. package/dist/src/ui/hooks/useExtensionUpdates.test.js +0 -243
  1038. package/dist/src/ui/hooks/useExtensionUpdates.test.js.map +0 -1
  1039. package/dist/src/ui/hooks/useFocus.d.ts +0 -10
  1040. package/dist/src/ui/hooks/useFocus.js +0 -51
  1041. package/dist/src/ui/hooks/useFocus.js.map +0 -1
  1042. package/dist/src/ui/hooks/useFolderTrust.d.ts +0 -13
  1043. package/dist/src/ui/hooks/useFolderTrust.js +0 -60
  1044. package/dist/src/ui/hooks/useFolderTrust.js.map +0 -1
  1045. package/dist/src/ui/hooks/useGeminiStream.d.ts +0 -39
  1046. package/dist/src/ui/hooks/useGeminiStream.js +0 -863
  1047. package/dist/src/ui/hooks/useGeminiStream.js.map +0 -1
  1048. package/dist/src/ui/hooks/useGitBranchName.d.ts +0 -6
  1049. package/dist/src/ui/hooks/useGitBranchName.js +0 -61
  1050. package/dist/src/ui/hooks/useGitBranchName.js.map +0 -1
  1051. package/dist/src/ui/hooks/useGitBranchName.test.d.ts +0 -6
  1052. package/dist/src/ui/hooks/useGitBranchName.test.js +0 -189
  1053. package/dist/src/ui/hooks/useGitBranchName.test.js.map +0 -1
  1054. package/dist/src/ui/hooks/useHistoryManager.d.ts +0 -22
  1055. package/dist/src/ui/hooks/useHistoryManager.js +0 -72
  1056. package/dist/src/ui/hooks/useHistoryManager.js.map +0 -1
  1057. package/dist/src/ui/hooks/useHistoryManager.test.d.ts +0 -6
  1058. package/dist/src/ui/hooks/useHistoryManager.test.js +0 -171
  1059. package/dist/src/ui/hooks/useHistoryManager.test.js.map +0 -1
  1060. package/dist/src/ui/hooks/useIdeTrustListener.d.ts +0 -16
  1061. package/dist/src/ui/hooks/useIdeTrustListener.js +0 -65
  1062. package/dist/src/ui/hooks/useIdeTrustListener.js.map +0 -1
  1063. package/dist/src/ui/hooks/useIdeTrustListener.test.d.ts +0 -6
  1064. package/dist/src/ui/hooks/useIdeTrustListener.test.js +0 -183
  1065. package/dist/src/ui/hooks/useIdeTrustListener.test.js.map +0 -1
  1066. package/dist/src/ui/hooks/useInitializationAuthError.d.ts +0 -22
  1067. package/dist/src/ui/hooks/useInitializationAuthError.js +0 -40
  1068. package/dist/src/ui/hooks/useInitializationAuthError.js.map +0 -1
  1069. package/dist/src/ui/hooks/useInputHistory.d.ts +0 -19
  1070. package/dist/src/ui/hooks/useInputHistory.js +0 -84
  1071. package/dist/src/ui/hooks/useInputHistory.js.map +0 -1
  1072. package/dist/src/ui/hooks/useInputHistory.test.d.ts +0 -6
  1073. package/dist/src/ui/hooks/useInputHistory.test.js +0 -207
  1074. package/dist/src/ui/hooks/useInputHistory.test.js.map +0 -1
  1075. package/dist/src/ui/hooks/useInputHistoryStore.d.ts +0 -19
  1076. package/dist/src/ui/hooks/useInputHistoryStore.js +0 -81
  1077. package/dist/src/ui/hooks/useInputHistoryStore.js.map +0 -1
  1078. package/dist/src/ui/hooks/useInputHistoryStore.test.d.ts +0 -6
  1079. package/dist/src/ui/hooks/useInputHistoryStore.test.js +0 -234
  1080. package/dist/src/ui/hooks/useInputHistoryStore.test.js.map +0 -1
  1081. package/dist/src/ui/hooks/useKeypress.d.ts +0 -17
  1082. package/dist/src/ui/hooks/useKeypress.js +0 -27
  1083. package/dist/src/ui/hooks/useKeypress.js.map +0 -1
  1084. package/dist/src/ui/hooks/useKittyKeyboardProtocol.d.ts +0 -15
  1085. package/dist/src/ui/hooks/useKittyKeyboardProtocol.js +0 -20
  1086. package/dist/src/ui/hooks/useKittyKeyboardProtocol.js.map +0 -1
  1087. package/dist/src/ui/hooks/useLaunchEditor.d.ts +0 -10
  1088. package/dist/src/ui/hooks/useLaunchEditor.js +0 -70
  1089. package/dist/src/ui/hooks/useLaunchEditor.js.map +0 -1
  1090. package/dist/src/ui/hooks/useLoadingIndicator.d.ts +0 -10
  1091. package/dist/src/ui/hooks/useLoadingIndicator.js +0 -44
  1092. package/dist/src/ui/hooks/useLoadingIndicator.js.map +0 -1
  1093. package/dist/src/ui/hooks/useLoadingIndicator.test.d.ts +0 -6
  1094. package/dist/src/ui/hooks/useLoadingIndicator.test.js +0 -91
  1095. package/dist/src/ui/hooks/useLoadingIndicator.test.js.map +0 -1
  1096. package/dist/src/ui/hooks/useLogger.d.ts +0 -11
  1097. package/dist/src/ui/hooks/useLogger.js +0 -32
  1098. package/dist/src/ui/hooks/useLogger.js.map +0 -1
  1099. package/dist/src/ui/hooks/useMemoryMonitor.d.ts +0 -13
  1100. package/dist/src/ui/hooks/useMemoryMonitor.js +0 -28
  1101. package/dist/src/ui/hooks/useMemoryMonitor.js.map +0 -1
  1102. package/dist/src/ui/hooks/useMemoryMonitor.test.d.ts +0 -6
  1103. package/dist/src/ui/hooks/useMemoryMonitor.test.js +0 -57
  1104. package/dist/src/ui/hooks/useMemoryMonitor.test.js.map +0 -1
  1105. package/dist/src/ui/hooks/useMessageQueue.d.ts +0 -23
  1106. package/dist/src/ui/hooks/useMessageQueue.js +0 -51
  1107. package/dist/src/ui/hooks/useMessageQueue.js.map +0 -1
  1108. package/dist/src/ui/hooks/useMessageQueue.test.d.ts +0 -6
  1109. package/dist/src/ui/hooks/useMessageQueue.test.js +0 -167
  1110. package/dist/src/ui/hooks/useMessageQueue.test.js.map +0 -1
  1111. package/dist/src/ui/hooks/useModelCommand.d.ts +0 -12
  1112. package/dist/src/ui/hooks/useModelCommand.js +0 -21
  1113. package/dist/src/ui/hooks/useModelCommand.js.map +0 -1
  1114. package/dist/src/ui/hooks/useModelCommand.test.d.ts +0 -6
  1115. package/dist/src/ui/hooks/useModelCommand.test.js +0 -35
  1116. package/dist/src/ui/hooks/useModelCommand.test.js.map +0 -1
  1117. package/dist/src/ui/hooks/usePermissionsModifyTrust.d.ts +0 -17
  1118. package/dist/src/ui/hooks/usePermissionsModifyTrust.js +0 -78
  1119. package/dist/src/ui/hooks/usePermissionsModifyTrust.js.map +0 -1
  1120. package/dist/src/ui/hooks/usePermissionsModifyTrust.test.d.ts +0 -6
  1121. package/dist/src/ui/hooks/usePermissionsModifyTrust.test.js +0 -182
  1122. package/dist/src/ui/hooks/usePermissionsModifyTrust.test.js.map +0 -1
  1123. package/dist/src/ui/hooks/usePhraseCycler.d.ts +0 -14
  1124. package/dist/src/ui/hooks/usePhraseCycler.js +0 -192
  1125. package/dist/src/ui/hooks/usePhraseCycler.js.map +0 -1
  1126. package/dist/src/ui/hooks/useQuotaAndFallback.d.ts +0 -21
  1127. package/dist/src/ui/hooks/useQuotaAndFallback.js +0 -122
  1128. package/dist/src/ui/hooks/useQuotaAndFallback.js.map +0 -1
  1129. package/dist/src/ui/hooks/useQuotaAndFallback.test.d.ts +0 -6
  1130. package/dist/src/ui/hooks/useQuotaAndFallback.test.js +0 -269
  1131. package/dist/src/ui/hooks/useQuotaAndFallback.test.js.map +0 -1
  1132. package/dist/src/ui/hooks/useQwenAuth.d.ts +0 -15
  1133. package/dist/src/ui/hooks/useQwenAuth.js +0 -74
  1134. package/dist/src/ui/hooks/useQwenAuth.js.map +0 -1
  1135. package/dist/src/ui/hooks/useQwenAuth.test.d.ts +0 -6
  1136. package/dist/src/ui/hooks/useQwenAuth.test.js +0 -266
  1137. package/dist/src/ui/hooks/useQwenAuth.test.js.map +0 -1
  1138. package/dist/src/ui/hooks/useReactToolScheduler.d.ts +0 -34
  1139. package/dist/src/ui/hooks/useReactToolScheduler.js +0 -192
  1140. package/dist/src/ui/hooks/useReactToolScheduler.js.map +0 -1
  1141. package/dist/src/ui/hooks/useRefreshMemoryCommand.d.ts +0 -6
  1142. package/dist/src/ui/hooks/useRefreshMemoryCommand.js +0 -7
  1143. package/dist/src/ui/hooks/useRefreshMemoryCommand.js.map +0 -1
  1144. package/dist/src/ui/hooks/useReverseSearchCompletion.d.ts +0 -19
  1145. package/dist/src/ui/hooks/useReverseSearchCompletion.js +0 -103
  1146. package/dist/src/ui/hooks/useReverseSearchCompletion.js.map +0 -1
  1147. package/dist/src/ui/hooks/useReverseSearchCompletion.test.d.ts +0 -6
  1148. package/dist/src/ui/hooks/useReverseSearchCompletion.test.js +0 -163
  1149. package/dist/src/ui/hooks/useReverseSearchCompletion.test.js.map +0 -1
  1150. package/dist/src/ui/hooks/useSelectionList.d.ts +0 -34
  1151. package/dist/src/ui/hooks/useSelectionList.js +0 -245
  1152. package/dist/src/ui/hooks/useSelectionList.js.map +0 -1
  1153. package/dist/src/ui/hooks/useSelectionList.test.d.ts +0 -6
  1154. package/dist/src/ui/hooks/useSelectionList.test.js +0 -701
  1155. package/dist/src/ui/hooks/useSelectionList.test.js.map +0 -1
  1156. package/dist/src/ui/hooks/useSettingsCommand.d.ts +0 -10
  1157. package/dist/src/ui/hooks/useSettingsCommand.js +0 -21
  1158. package/dist/src/ui/hooks/useSettingsCommand.js.map +0 -1
  1159. package/dist/src/ui/hooks/useShellHistory.d.ts +0 -14
  1160. package/dist/src/ui/hooks/useShellHistory.js +0 -111
  1161. package/dist/src/ui/hooks/useShellHistory.js.map +0 -1
  1162. package/dist/src/ui/hooks/useShellHistory.test.d.ts +0 -6
  1163. package/dist/src/ui/hooks/useShellHistory.test.js +0 -187
  1164. package/dist/src/ui/hooks/useShellHistory.test.js.map +0 -1
  1165. package/dist/src/ui/hooks/useShowMemoryCommand.d.ts +0 -9
  1166. package/dist/src/ui/hooks/useShowMemoryCommand.js +0 -58
  1167. package/dist/src/ui/hooks/useShowMemoryCommand.js.map +0 -1
  1168. package/dist/src/ui/hooks/useSlashCompletion.d.ts +0 -20
  1169. package/dist/src/ui/hooks/useSlashCompletion.js +0 -357
  1170. package/dist/src/ui/hooks/useSlashCompletion.js.map +0 -1
  1171. package/dist/src/ui/hooks/useSlashCompletion.test.d.ts +0 -9
  1172. package/dist/src/ui/hooks/useSlashCompletion.test.js +0 -602
  1173. package/dist/src/ui/hooks/useSlashCompletion.test.js.map +0 -1
  1174. package/dist/src/ui/hooks/useStateAndRef.d.ts +0 -7
  1175. package/dist/src/ui/hooks/useStateAndRef.js +0 -26
  1176. package/dist/src/ui/hooks/useStateAndRef.js.map +0 -1
  1177. package/dist/src/ui/hooks/useSubagentCreateDialog.d.ts +0 -10
  1178. package/dist/src/ui/hooks/useSubagentCreateDialog.js +0 -21
  1179. package/dist/src/ui/hooks/useSubagentCreateDialog.js.map +0 -1
  1180. package/dist/src/ui/hooks/useTerminalSize.d.ts +0 -9
  1181. package/dist/src/ui/hooks/useTerminalSize.js +0 -27
  1182. package/dist/src/ui/hooks/useTerminalSize.js.map +0 -1
  1183. package/dist/src/ui/hooks/useThemeCommand.d.ts +0 -15
  1184. package/dist/src/ui/hooks/useThemeCommand.js +0 -73
  1185. package/dist/src/ui/hooks/useThemeCommand.js.map +0 -1
  1186. package/dist/src/ui/hooks/useTimer.d.ts +0 -12
  1187. package/dist/src/ui/hooks/useTimer.js +0 -58
  1188. package/dist/src/ui/hooks/useTimer.js.map +0 -1
  1189. package/dist/src/ui/hooks/useTimer.test.d.ts +0 -6
  1190. package/dist/src/ui/hooks/useTimer.test.js +0 -90
  1191. package/dist/src/ui/hooks/useTimer.test.js.map +0 -1
  1192. package/dist/src/ui/hooks/useToolScheduler.test.d.ts +0 -6
  1193. package/dist/src/ui/hooks/useToolScheduler.test.js +0 -624
  1194. package/dist/src/ui/hooks/useToolScheduler.test.js.map +0 -1
  1195. package/dist/src/ui/hooks/useVisionAutoSwitch.d.ts +0 -47
  1196. package/dist/src/ui/hooks/useVisionAutoSwitch.js +0 -292
  1197. package/dist/src/ui/hooks/useVisionAutoSwitch.js.map +0 -1
  1198. package/dist/src/ui/hooks/useVisionAutoSwitch.test.d.ts +0 -6
  1199. package/dist/src/ui/hooks/useVisionAutoSwitch.test.js +0 -515
  1200. package/dist/src/ui/hooks/useVisionAutoSwitch.test.js.map +0 -1
  1201. package/dist/src/ui/hooks/useWelcomeBack.d.ts +0 -23
  1202. package/dist/src/ui/hooks/useWelcomeBack.js +0 -79
  1203. package/dist/src/ui/hooks/useWelcomeBack.js.map +0 -1
  1204. package/dist/src/ui/hooks/useWorkspaceMigration.d.ts +0 -13
  1205. package/dist/src/ui/hooks/useWorkspaceMigration.js +0 -54
  1206. package/dist/src/ui/hooks/useWorkspaceMigration.js.map +0 -1
  1207. package/dist/src/ui/hooks/vim.d.ts +0 -28
  1208. package/dist/src/ui/hooks/vim.js +0 -639
  1209. package/dist/src/ui/hooks/vim.js.map +0 -1
  1210. package/dist/src/ui/keyMatchers.d.ts +0 -27
  1211. package/dist/src/ui/keyMatchers.js +0 -68
  1212. package/dist/src/ui/keyMatchers.js.map +0 -1
  1213. package/dist/src/ui/keyMatchers.test.d.ts +0 -6
  1214. package/dist/src/ui/keyMatchers.test.js +0 -293
  1215. package/dist/src/ui/keyMatchers.test.js.map +0 -1
  1216. package/dist/src/ui/layouts/DefaultAppLayout.d.ts +0 -9
  1217. package/dist/src/ui/layouts/DefaultAppLayout.js +0 -13
  1218. package/dist/src/ui/layouts/DefaultAppLayout.js.map +0 -1
  1219. package/dist/src/ui/layouts/ScreenReaderAppLayout.d.ts +0 -7
  1220. package/dist/src/ui/layouts/ScreenReaderAppLayout.js +0 -14
  1221. package/dist/src/ui/layouts/ScreenReaderAppLayout.js.map +0 -1
  1222. package/dist/src/ui/models/availableModels.d.ts +0 -41
  1223. package/dist/src/ui/models/availableModels.js +0 -120
  1224. package/dist/src/ui/models/availableModels.js.map +0 -1
  1225. package/dist/src/ui/noninteractive/nonInteractiveUi.d.ts +0 -12
  1226. package/dist/src/ui/noninteractive/nonInteractiveUi.js +0 -27
  1227. package/dist/src/ui/noninteractive/nonInteractiveUi.js.map +0 -1
  1228. package/dist/src/ui/semantic-colors.d.ts +0 -7
  1229. package/dist/src/ui/semantic-colors.js +0 -24
  1230. package/dist/src/ui/semantic-colors.js.map +0 -1
  1231. package/dist/src/ui/state/extensions.d.ts +0 -42
  1232. package/dist/src/ui/state/extensions.js +0 -62
  1233. package/dist/src/ui/state/extensions.js.map +0 -1
  1234. package/dist/src/ui/textConstants.d.ts +0 -9
  1235. package/dist/src/ui/textConstants.js +0 -10
  1236. package/dist/src/ui/textConstants.js.map +0 -1
  1237. package/dist/src/ui/themes/ansi-light.d.ts +0 -7
  1238. package/dist/src/ui/themes/ansi-light.js +0 -142
  1239. package/dist/src/ui/themes/ansi-light.js.map +0 -1
  1240. package/dist/src/ui/themes/ansi.d.ts +0 -7
  1241. package/dist/src/ui/themes/ansi.js +0 -152
  1242. package/dist/src/ui/themes/ansi.js.map +0 -1
  1243. package/dist/src/ui/themes/atom-one-dark.d.ts +0 -7
  1244. package/dist/src/ui/themes/atom-one-dark.js +0 -138
  1245. package/dist/src/ui/themes/atom-one-dark.js.map +0 -1
  1246. package/dist/src/ui/themes/ayu-light.d.ts +0 -7
  1247. package/dist/src/ui/themes/ayu-light.js +0 -130
  1248. package/dist/src/ui/themes/ayu-light.js.map +0 -1
  1249. package/dist/src/ui/themes/ayu.d.ts +0 -7
  1250. package/dist/src/ui/themes/ayu.js +0 -104
  1251. package/dist/src/ui/themes/ayu.js.map +0 -1
  1252. package/dist/src/ui/themes/color-utils.d.ts +0 -21
  1253. package/dist/src/ui/themes/color-utils.js +0 -221
  1254. package/dist/src/ui/themes/color-utils.js.map +0 -1
  1255. package/dist/src/ui/themes/color-utils.test.d.ts +0 -6
  1256. package/dist/src/ui/themes/color-utils.test.js +0 -197
  1257. package/dist/src/ui/themes/color-utils.test.js.map +0 -1
  1258. package/dist/src/ui/themes/default-light.d.ts +0 -7
  1259. package/dist/src/ui/themes/default-light.js +0 -100
  1260. package/dist/src/ui/themes/default-light.js.map +0 -1
  1261. package/dist/src/ui/themes/default.d.ts +0 -7
  1262. package/dist/src/ui/themes/default.js +0 -143
  1263. package/dist/src/ui/themes/default.js.map +0 -1
  1264. package/dist/src/ui/themes/dracula.d.ts +0 -7
  1265. package/dist/src/ui/themes/dracula.js +0 -115
  1266. package/dist/src/ui/themes/dracula.js.map +0 -1
  1267. package/dist/src/ui/themes/github-dark.d.ts +0 -7
  1268. package/dist/src/ui/themes/github-dark.js +0 -138
  1269. package/dist/src/ui/themes/github-dark.js.map +0 -1
  1270. package/dist/src/ui/themes/github-light.d.ts +0 -7
  1271. package/dist/src/ui/themes/github-light.js +0 -140
  1272. package/dist/src/ui/themes/github-light.js.map +0 -1
  1273. package/dist/src/ui/themes/googlecode.d.ts +0 -7
  1274. package/dist/src/ui/themes/googlecode.js +0 -137
  1275. package/dist/src/ui/themes/googlecode.js.map +0 -1
  1276. package/dist/src/ui/themes/no-color.d.ts +0 -7
  1277. package/dist/src/ui/themes/no-color.js +0 -115
  1278. package/dist/src/ui/themes/no-color.js.map +0 -1
  1279. package/dist/src/ui/themes/qwen-dark.d.ts +0 -7
  1280. package/dist/src/ui/themes/qwen-dark.js +0 -105
  1281. package/dist/src/ui/themes/qwen-dark.js.map +0 -1
  1282. package/dist/src/ui/themes/qwen-light.d.ts +0 -7
  1283. package/dist/src/ui/themes/qwen-light.js +0 -131
  1284. package/dist/src/ui/themes/qwen-light.js.map +0 -1
  1285. package/dist/src/ui/themes/semantic-tokens.d.ts +0 -37
  1286. package/dist/src/ui/themes/semantic-tokens.js +0 -94
  1287. package/dist/src/ui/themes/semantic-tokens.js.map +0 -1
  1288. package/dist/src/ui/themes/shades-of-purple.d.ts +0 -11
  1289. package/dist/src/ui/themes/shades-of-purple.js +0 -304
  1290. package/dist/src/ui/themes/shades-of-purple.js.map +0 -1
  1291. package/dist/src/ui/themes/theme-manager.d.ts +0 -66
  1292. package/dist/src/ui/themes/theme-manager.js +0 -270
  1293. package/dist/src/ui/themes/theme-manager.js.map +0 -1
  1294. package/dist/src/ui/themes/theme-manager.test.d.ts +0 -6
  1295. package/dist/src/ui/themes/theme-manager.test.js +0 -142
  1296. package/dist/src/ui/themes/theme-manager.test.js.map +0 -1
  1297. package/dist/src/ui/themes/theme.d.ts +0 -130
  1298. package/dist/src/ui/themes/theme.js +0 -379
  1299. package/dist/src/ui/themes/theme.js.map +0 -1
  1300. package/dist/src/ui/themes/xcode.d.ts +0 -7
  1301. package/dist/src/ui/themes/xcode.js +0 -145
  1302. package/dist/src/ui/themes/xcode.js.map +0 -1
  1303. package/dist/src/ui/types.d.ts +0 -306
  1304. package/dist/src/ui/types.js +0 -59
  1305. package/dist/src/ui/types.js.map +0 -1
  1306. package/dist/src/ui/utils/CodeColorizer.d.ts +0 -17
  1307. package/dist/src/ui/utils/CodeColorizer.js +0 -111
  1308. package/dist/src/ui/utils/CodeColorizer.js.map +0 -1
  1309. package/dist/src/ui/utils/ConsolePatcher.d.ts +0 -25
  1310. package/dist/src/ui/utils/ConsolePatcher.js +0 -52
  1311. package/dist/src/ui/utils/ConsolePatcher.js.map +0 -1
  1312. package/dist/src/ui/utils/InlineMarkdownRenderer.d.ts +0 -17
  1313. package/dist/src/ui/utils/InlineMarkdownRenderer.js +0 -111
  1314. package/dist/src/ui/utils/InlineMarkdownRenderer.js.map +0 -1
  1315. package/dist/src/ui/utils/MarkdownDisplay.d.ts +0 -15
  1316. package/dist/src/ui/utils/MarkdownDisplay.js +0 -207
  1317. package/dist/src/ui/utils/MarkdownDisplay.js.map +0 -1
  1318. package/dist/src/ui/utils/MarkdownDisplay.test.d.ts +0 -6
  1319. package/dist/src/ui/utils/MarkdownDisplay.test.js +0 -169
  1320. package/dist/src/ui/utils/MarkdownDisplay.test.js.map +0 -1
  1321. package/dist/src/ui/utils/TableRenderer.d.ts +0 -17
  1322. package/dist/src/ui/utils/TableRenderer.js +0 -84
  1323. package/dist/src/ui/utils/TableRenderer.js.map +0 -1
  1324. package/dist/src/ui/utils/clipboardUtils.d.ts +0 -22
  1325. package/dist/src/ui/utils/clipboardUtils.js +0 -126
  1326. package/dist/src/ui/utils/clipboardUtils.js.map +0 -1
  1327. package/dist/src/ui/utils/clipboardUtils.test.d.ts +0 -6
  1328. package/dist/src/ui/utils/clipboardUtils.test.js +0 -65
  1329. package/dist/src/ui/utils/clipboardUtils.test.js.map +0 -1
  1330. package/dist/src/ui/utils/commandUtils.d.ts +0 -40
  1331. package/dist/src/ui/utils/commandUtils.js +0 -146
  1332. package/dist/src/ui/utils/commandUtils.js.map +0 -1
  1333. package/dist/src/ui/utils/commandUtils.test.d.ts +0 -6
  1334. package/dist/src/ui/utils/commandUtils.test.js +0 -352
  1335. package/dist/src/ui/utils/commandUtils.test.js.map +0 -1
  1336. package/dist/src/ui/utils/computeStats.d.ts +0 -10
  1337. package/dist/src/ui/utils/computeStats.js +0 -57
  1338. package/dist/src/ui/utils/computeStats.js.map +0 -1
  1339. package/dist/src/ui/utils/displayUtils.d.ts +0 -18
  1340. package/dist/src/ui/utils/displayUtils.js +0 -27
  1341. package/dist/src/ui/utils/displayUtils.js.map +0 -1
  1342. package/dist/src/ui/utils/displayUtils.test.d.ts +0 -6
  1343. package/dist/src/ui/utils/displayUtils.test.js +0 -61
  1344. package/dist/src/ui/utils/displayUtils.test.js.map +0 -1
  1345. package/dist/src/ui/utils/formatters.d.ts +0 -19
  1346. package/dist/src/ui/utils/formatters.js +0 -87
  1347. package/dist/src/ui/utils/formatters.js.map +0 -1
  1348. package/dist/src/ui/utils/formatters.test.d.ts +0 -6
  1349. package/dist/src/ui/utils/formatters.test.js +0 -105
  1350. package/dist/src/ui/utils/formatters.test.js.map +0 -1
  1351. package/dist/src/ui/utils/highlight.d.ts +0 -11
  1352. package/dist/src/ui/utils/highlight.js +0 -78
  1353. package/dist/src/ui/utils/highlight.js.map +0 -1
  1354. package/dist/src/ui/utils/highlight.test.d.ts +0 -6
  1355. package/dist/src/ui/utils/highlight.test.js +0 -120
  1356. package/dist/src/ui/utils/highlight.test.js.map +0 -1
  1357. package/dist/src/ui/utils/isNarrowWidth.d.ts +0 -6
  1358. package/dist/src/ui/utils/isNarrowWidth.js +0 -9
  1359. package/dist/src/ui/utils/isNarrowWidth.js.map +0 -1
  1360. package/dist/src/ui/utils/kittyProtocolDetector.d.ts +0 -13
  1361. package/dist/src/ui/utils/kittyProtocolDetector.js +0 -98
  1362. package/dist/src/ui/utils/kittyProtocolDetector.js.map +0 -1
  1363. package/dist/src/ui/utils/markdownUtilities.d.ts +0 -6
  1364. package/dist/src/ui/utils/markdownUtilities.js +0 -110
  1365. package/dist/src/ui/utils/markdownUtilities.js.map +0 -1
  1366. package/dist/src/ui/utils/markdownUtilities.test.d.ts +0 -6
  1367. package/dist/src/ui/utils/markdownUtilities.test.js +0 -42
  1368. package/dist/src/ui/utils/markdownUtilities.test.js.map +0 -1
  1369. package/dist/src/ui/utils/platformConstants.d.ts +0 -75
  1370. package/dist/src/ui/utils/platformConstants.js +0 -78
  1371. package/dist/src/ui/utils/platformConstants.js.map +0 -1
  1372. package/dist/src/ui/utils/resumeHistoryUtils.d.ts +0 -19
  1373. package/dist/src/ui/utils/resumeHistoryUtils.js +0 -263
  1374. package/dist/src/ui/utils/resumeHistoryUtils.js.map +0 -1
  1375. package/dist/src/ui/utils/resumeHistoryUtils.test.d.ts +0 -6
  1376. package/dist/src/ui/utils/resumeHistoryUtils.test.js +0 -248
  1377. package/dist/src/ui/utils/resumeHistoryUtils.test.js.map +0 -1
  1378. package/dist/src/ui/utils/terminalSetup.d.ts +0 -30
  1379. package/dist/src/ui/utils/terminalSetup.js +0 -308
  1380. package/dist/src/ui/utils/terminalSetup.js.map +0 -1
  1381. package/dist/src/ui/utils/textUtils.d.ts +0 -42
  1382. package/dist/src/ui/utils/textUtils.js +0 -185
  1383. package/dist/src/ui/utils/textUtils.js.map +0 -1
  1384. package/dist/src/ui/utils/textUtils.test.d.ts +0 -6
  1385. package/dist/src/ui/utils/textUtils.test.js +0 -132
  1386. package/dist/src/ui/utils/textUtils.test.js.map +0 -1
  1387. package/dist/src/ui/utils/updateCheck.d.ts +0 -13
  1388. package/dist/src/ui/utils/updateCheck.js +0 -138
  1389. package/dist/src/ui/utils/updateCheck.js.map +0 -1
  1390. package/dist/src/ui/utils/updateCheck.test.d.ts +0 -6
  1391. package/dist/src/ui/utils/updateCheck.test.js +0 -145
  1392. package/dist/src/ui/utils/updateCheck.test.js.map +0 -1
  1393. package/dist/src/utils/attentionNotification.d.ts +0 -21
  1394. package/dist/src/utils/attentionNotification.js +0 -38
  1395. package/dist/src/utils/attentionNotification.js.map +0 -1
  1396. package/dist/src/utils/attentionNotification.test.d.ts +0 -6
  1397. package/dist/src/utils/attentionNotification.test.js +0 -46
  1398. package/dist/src/utils/attentionNotification.test.js.map +0 -1
  1399. package/dist/src/utils/checks.d.ts +0 -19
  1400. package/dist/src/utils/checks.js +0 -24
  1401. package/dist/src/utils/checks.js.map +0 -1
  1402. package/dist/src/utils/cleanup.d.ts +0 -8
  1403. package/dist/src/utils/cleanup.js +0 -35
  1404. package/dist/src/utils/cleanup.js.map +0 -1
  1405. package/dist/src/utils/commands.d.ts +0 -20
  1406. package/dist/src/utils/commands.js +0 -53
  1407. package/dist/src/utils/commands.js.map +0 -1
  1408. package/dist/src/utils/commands.test.d.ts +0 -6
  1409. package/dist/src/utils/commands.test.js +0 -115
  1410. package/dist/src/utils/commands.test.js.map +0 -1
  1411. package/dist/src/utils/commentJson.d.ts +0 -9
  1412. package/dist/src/utils/commentJson.js +0 -48
  1413. package/dist/src/utils/commentJson.js.map +0 -1
  1414. package/dist/src/utils/commentJson.test.d.ts +0 -6
  1415. package/dist/src/utils/commentJson.test.js +0 -146
  1416. package/dist/src/utils/commentJson.test.js.map +0 -1
  1417. package/dist/src/utils/deepMerge.d.ts +0 -9
  1418. package/dist/src/utils/deepMerge.js +0 -58
  1419. package/dist/src/utils/deepMerge.js.map +0 -1
  1420. package/dist/src/utils/deepMerge.test.d.ts +0 -6
  1421. package/dist/src/utils/deepMerge.test.js +0 -143
  1422. package/dist/src/utils/deepMerge.test.js.map +0 -1
  1423. package/dist/src/utils/dialogScopeUtils.d.ts +0 -28
  1424. package/dist/src/utils/dialogScopeUtils.js +0 -51
  1425. package/dist/src/utils/dialogScopeUtils.js.map +0 -1
  1426. package/dist/src/utils/envVarResolver.d.ts +0 -39
  1427. package/dist/src/utils/envVarResolver.js +0 -97
  1428. package/dist/src/utils/envVarResolver.js.map +0 -1
  1429. package/dist/src/utils/envVarResolver.test.d.ts +0 -6
  1430. package/dist/src/utils/envVarResolver.test.js +0 -221
  1431. package/dist/src/utils/envVarResolver.test.js.map +0 -1
  1432. package/dist/src/utils/errors.d.ts +0 -35
  1433. package/dist/src/utils/errors.js +0 -106
  1434. package/dist/src/utils/errors.js.map +0 -1
  1435. package/dist/src/utils/errors.test.d.ts +0 -6
  1436. package/dist/src/utils/errors.test.js +0 -340
  1437. package/dist/src/utils/errors.test.js.map +0 -1
  1438. package/dist/src/utils/events.d.ts +0 -12
  1439. package/dist/src/utils/events.js +0 -14
  1440. package/dist/src/utils/events.js.map +0 -1
  1441. package/dist/src/utils/gitUtils.d.ts +0 -30
  1442. package/dist/src/utils/gitUtils.js +0 -89
  1443. package/dist/src/utils/gitUtils.js.map +0 -1
  1444. package/dist/src/utils/gitUtils.test.d.ts +0 -6
  1445. package/dist/src/utils/gitUtils.test.js +0 -113
  1446. package/dist/src/utils/gitUtils.test.js.map +0 -1
  1447. package/dist/src/utils/handleAutoUpdate.d.ts +0 -11
  1448. package/dist/src/utils/handleAutoUpdate.js +0 -106
  1449. package/dist/src/utils/handleAutoUpdate.js.map +0 -1
  1450. package/dist/src/utils/installationInfo.d.ts +0 -23
  1451. package/dist/src/utils/installationInfo.js +0 -153
  1452. package/dist/src/utils/installationInfo.js.map +0 -1
  1453. package/dist/src/utils/installationInfo.test.d.ts +0 -6
  1454. package/dist/src/utils/installationInfo.test.js +0 -242
  1455. package/dist/src/utils/installationInfo.test.js.map +0 -1
  1456. package/dist/src/utils/math.d.ts +0 -13
  1457. package/dist/src/utils/math.js +0 -14
  1458. package/dist/src/utils/math.js.map +0 -1
  1459. package/dist/src/utils/nonInteractiveHelpers.d.ts +0 -88
  1460. package/dist/src/utils/nonInteractiveHelpers.js +0 -470
  1461. package/dist/src/utils/nonInteractiveHelpers.js.map +0 -1
  1462. package/dist/src/utils/nonInteractiveHelpers.test.d.ts +0 -6
  1463. package/dist/src/utils/nonInteractiveHelpers.test.js +0 -945
  1464. package/dist/src/utils/nonInteractiveHelpers.test.js.map +0 -1
  1465. package/dist/src/utils/package.d.ts +0 -12
  1466. package/dist/src/utils/package.js +0 -24
  1467. package/dist/src/utils/package.js.map +0 -1
  1468. package/dist/src/utils/processUtils.d.ts +0 -13
  1469. package/dist/src/utils/processUtils.js +0 -18
  1470. package/dist/src/utils/processUtils.js.map +0 -1
  1471. package/dist/src/utils/processUtils.test.d.ts +0 -6
  1472. package/dist/src/utils/processUtils.test.js +0 -20
  1473. package/dist/src/utils/processUtils.test.js.map +0 -1
  1474. package/dist/src/utils/readStdin.d.ts +0 -6
  1475. package/dist/src/utils/readStdin.js +0 -59
  1476. package/dist/src/utils/readStdin.js.map +0 -1
  1477. package/dist/src/utils/readStdin.test.d.ts +0 -6
  1478. package/dist/src/utils/readStdin.test.js +0 -88
  1479. package/dist/src/utils/readStdin.test.js.map +0 -1
  1480. package/dist/src/utils/relaunch.d.ts +0 -7
  1481. package/dist/src/utils/relaunch.js +0 -57
  1482. package/dist/src/utils/relaunch.js.map +0 -1
  1483. package/dist/src/utils/relaunch.test.d.ts +0 -6
  1484. package/dist/src/utils/relaunch.test.js +0 -273
  1485. package/dist/src/utils/relaunch.test.js.map +0 -1
  1486. package/dist/src/utils/resolvePath.d.ts +0 -6
  1487. package/dist/src/utils/resolvePath.js +0 -21
  1488. package/dist/src/utils/resolvePath.js.map +0 -1
  1489. package/dist/src/utils/sandbox.d.ts +0 -7
  1490. package/dist/src/utils/sandbox.js +0 -763
  1491. package/dist/src/utils/sandbox.js.map +0 -1
  1492. package/dist/src/utils/settingsUtils.d.ts +0 -144
  1493. package/dist/src/utils/settingsUtils.js +0 -346
  1494. package/dist/src/utils/settingsUtils.js.map +0 -1
  1495. package/dist/src/utils/settingsUtils.test.d.ts +0 -6
  1496. package/dist/src/utils/settingsUtils.test.js +0 -808
  1497. package/dist/src/utils/settingsUtils.test.js.map +0 -1
  1498. package/dist/src/utils/spawnWrapper.d.ts +0 -7
  1499. package/dist/src/utils/spawnWrapper.js +0 -8
  1500. package/dist/src/utils/spawnWrapper.js.map +0 -1
  1501. package/dist/src/utils/startupWarnings.d.ts +0 -6
  1502. package/dist/src/utils/startupWarnings.js +0 -40
  1503. package/dist/src/utils/startupWarnings.js.map +0 -1
  1504. package/dist/src/utils/systemInfo.d.ts +0 -66
  1505. package/dist/src/utils/systemInfo.js +0 -125
  1506. package/dist/src/utils/systemInfo.js.map +0 -1
  1507. package/dist/src/utils/systemInfo.test.d.ts +0 -6
  1508. package/dist/src/utils/systemInfo.test.js +0 -259
  1509. package/dist/src/utils/systemInfo.test.js.map +0 -1
  1510. package/dist/src/utils/systemInfoFields.d.ts +0 -22
  1511. package/dist/src/utils/systemInfoFields.js +0 -96
  1512. package/dist/src/utils/systemInfoFields.js.map +0 -1
  1513. package/dist/src/utils/updateEventEmitter.d.ts +0 -11
  1514. package/dist/src/utils/updateEventEmitter.js +0 -12
  1515. package/dist/src/utils/updateEventEmitter.js.map +0 -1
  1516. package/dist/src/utils/userStartupWarnings.d.ts +0 -12
  1517. package/dist/src/utils/userStartupWarnings.js +0 -74
  1518. package/dist/src/utils/userStartupWarnings.js.map +0 -1
  1519. package/dist/src/utils/userStartupWarnings.test.d.ts +0 -6
  1520. package/dist/src/utils/userStartupWarnings.test.js +0 -88
  1521. package/dist/src/utils/userStartupWarnings.test.js.map +0 -1
  1522. package/dist/src/utils/version.d.ts +0 -6
  1523. package/dist/src/utils/version.js +0 -11
  1524. package/dist/src/utils/version.js.map +0 -1
  1525. package/dist/src/utils/windowTitle.d.ts +0 -12
  1526. package/dist/src/utils/windowTitle.js +0 -19
  1527. package/dist/src/utils/windowTitle.js.map +0 -1
  1528. package/dist/src/utils/windowTitle.test.d.ts +0 -6
  1529. package/dist/src/utils/windowTitle.test.js +0 -49
  1530. package/dist/src/utils/windowTitle.test.js.map +0 -1
  1531. package/dist/src/validateNonInterActiveAuth.d.ts +0 -9
  1532. package/dist/src/validateNonInterActiveAuth.js +0 -76
  1533. package/dist/src/validateNonInterActiveAuth.js.map +0 -1
  1534. package/dist/tsconfig.tsbuildinfo +0 -1
  1535. /package/{dist/src/utils/sandbox-macos-permissive-closed.sb → sandbox-macos-permissive-closed.sb} +0 -0
  1536. /package/{dist/src/utils/sandbox-macos-permissive-open.sb → sandbox-macos-permissive-open.sb} +0 -0
  1537. /package/{dist/src/utils/sandbox-macos-permissive-proxied.sb → sandbox-macos-permissive-proxied.sb} +0 -0
  1538. /package/{dist/src/utils/sandbox-macos-restrictive-closed.sb → sandbox-macos-restrictive-closed.sb} +0 -0
  1539. /package/{dist/src/utils/sandbox-macos-restrictive-open.sb → sandbox-macos-restrictive-open.sb} +0 -0
  1540. /package/{dist/src/utils/sandbox-macos-restrictive-proxied.sb → sandbox-macos-restrictive-proxied.sb} +0 -0
@@ -4,7 +4,7 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
- // English translations for UMS Code CLI
7
+ // English translations for Qwen Code CLI
8
8
  // The key serves as both the translation key and the default English text
9
9
 
10
10
  export default {
@@ -23,6 +23,7 @@ export default {
23
23
  'auto-accept edits': 'auto-accept edits',
24
24
  'Accepting edits': 'Accepting edits',
25
25
  '(shift + tab to cycle)': '(shift + tab to cycle)',
26
+ '(tab to cycle)': '(tab to cycle)',
26
27
  'Execute shell commands via {{symbol}} (e.g., {{example1}}) or use natural language (e.g., {{example2}}).':
27
28
  'Execute shell commands via {{symbol}} (e.g., {{example1}}) or use natural language (e.g., {{example2}}).',
28
29
  '!': '!',
@@ -33,6 +34,25 @@ export default {
33
34
  'Model Context Protocol command (from external servers)':
34
35
  'Model Context Protocol command (from external servers)',
35
36
  'Keyboard Shortcuts:': 'Keyboard Shortcuts:',
37
+ 'Toggle this help display': 'Toggle this help display',
38
+ 'Toggle shell mode': 'Toggle shell mode',
39
+ 'Open command menu': 'Open command menu',
40
+ 'Add file context': 'Add file context',
41
+ 'Accept suggestion / Autocomplete': 'Accept suggestion / Autocomplete',
42
+ 'Reverse search history': 'Reverse search history',
43
+ 'Press ? again to close': 'Press ? again to close',
44
+ // Keyboard shortcuts panel descriptions
45
+ 'for shell mode': 'for shell mode',
46
+ 'for commands': 'for commands',
47
+ 'for file paths': 'for file paths',
48
+ 'to clear input': 'to clear input',
49
+ 'to cycle approvals': 'to cycle approvals',
50
+ 'to quit': 'to quit',
51
+ 'for newline': 'for newline',
52
+ 'to clear screen': 'to clear screen',
53
+ 'to search history': 'to search history',
54
+ 'to paste images': 'to paste images',
55
+ 'for external editor': 'for external editor',
36
56
  'Jump through words in the input': 'Jump through words in the input',
37
57
  'Close dialogs, cancel requests, or quit application':
38
58
  'Close dialogs, cancel requests, or quit application',
@@ -46,6 +66,7 @@ export default {
46
66
  'Connecting to MCP servers... ({{connected}}/{{total}})':
47
67
  'Connecting to MCP servers... ({{connected}}/{{total}})',
48
68
  'Type your message or @path/to/file': 'Type your message or @path/to/file',
69
+ '? for shortcuts': '? for shortcuts',
49
70
  "Press 'i' for INSERT mode and 'Esc' for NORMAL mode.":
50
71
  "Press 'i' for INSERT mode and 'Esc' for NORMAL mode.",
51
72
  'Cancel operation / Clear input (double press)':
@@ -55,14 +76,19 @@ export default {
55
76
  'For a full list of shortcuts, see {{docPath}}':
56
77
  'For a full list of shortcuts, see {{docPath}}',
57
78
  'docs/keyboard-shortcuts.md': 'docs/keyboard-shortcuts.md',
58
- 'for help on UMS Code': 'for help on UMS Code',
79
+ 'for help on Qwen Code': 'for help on Qwen Code',
59
80
  'show version info': 'show version info',
60
81
  'submit a bug report': 'submit a bug report',
61
- 'About UMS Code': 'About UMS Code',
82
+ 'About Qwen Code': 'About Qwen Code',
83
+ Status: 'Status',
62
84
 
63
85
  // ============================================================================
64
86
  // System Information Fields
65
87
  // ============================================================================
88
+ 'Qwen Code': 'Qwen Code',
89
+ Runtime: 'Runtime',
90
+ OS: 'OS',
91
+ Auth: 'Auth',
66
92
  'CLI Version': 'CLI Version',
67
93
  'Git Commit': 'Git Commit',
68
94
  Model: 'Model',
@@ -75,41 +101,47 @@ export default {
75
101
  'Session ID': 'Session ID',
76
102
  'Auth Method': 'Auth Method',
77
103
  'Base URL': 'Base URL',
104
+ Proxy: 'Proxy',
78
105
  'Memory Usage': 'Memory Usage',
79
106
  'IDE Client': 'IDE Client',
80
107
 
81
108
  // ============================================================================
82
109
  // Commands - General
83
110
  // ============================================================================
84
- 'Analyzes the project and creates a tailored UMS.md file.':
85
- 'Analyzes the project and creates a tailored UMS.md file.',
86
- 'list available UMS Code tools. Usage: /tools [desc]':
87
- 'list available UMS Code tools. Usage: /tools [desc]',
88
- 'Available UMS Code CLI tools:': 'Available UMS Code CLI tools:',
111
+ 'Analyzes the project and creates a tailored QWEN.md file.':
112
+ 'Analyzes the project and creates a tailored QWEN.md file.',
113
+ 'list available Qwen Code tools. Usage: /tools [desc]':
114
+ 'list available Qwen Code tools. Usage: /tools [desc]',
115
+ 'Available Qwen Code CLI tools:': 'Available Qwen Code CLI tools:',
89
116
  'No tools available': 'No tools available',
90
117
  'View or change the approval mode for tool usage':
91
118
  'View or change the approval mode for tool usage',
119
+ 'Invalid approval mode "{{arg}}". Valid modes: {{modes}}':
120
+ 'Invalid approval mode "{{arg}}". Valid modes: {{modes}}',
121
+ 'Approval mode set to "{{mode}}"': 'Approval mode set to "{{mode}}"',
92
122
  'View or change the language setting': 'View or change the language setting',
93
123
  'change the theme': 'change the theme',
94
124
  'Select Theme': 'Select Theme',
95
125
  Preview: 'Preview',
96
126
  '(Use Enter to select, Tab to configure scope)':
97
127
  '(Use Enter to select, Tab to configure scope)',
98
- '(Use Enter to apply scope, Tab to select theme)':
99
- '(Use Enter to apply scope, Tab to select theme)',
128
+ '(Use Enter to apply scope, Tab to go back)':
129
+ '(Use Enter to apply scope, Tab to go back)',
100
130
  'Theme configuration unavailable due to NO_COLOR env variable.':
101
131
  'Theme configuration unavailable due to NO_COLOR env variable.',
102
132
  'Theme "{{themeName}}" not found.': 'Theme "{{themeName}}" not found.',
103
133
  'Theme "{{themeName}}" not found in selected scope.':
104
134
  'Theme "{{themeName}}" not found in selected scope.',
105
- 'clear the screen and conversation history':
106
- 'clear the screen and conversation history',
135
+ 'Clear conversation history and free up context':
136
+ 'Clear conversation history and free up context',
107
137
  'Compresses the context by replacing it with a summary.':
108
138
  'Compresses the context by replacing it with a summary.',
109
- 'open full UMS Code documentation in your browser':
110
- 'open full UMS Code documentation in your browser',
139
+ 'open full Qwen Code documentation in your browser':
140
+ 'open full Qwen Code documentation in your browser',
111
141
  'Configuration not available.': 'Configuration not available.',
112
142
  'change the auth method': 'change the auth method',
143
+ 'Configure authentication information for login':
144
+ 'Configure authentication information for login',
113
145
  'Copy the last result or code snippet to clipboard':
114
146
  'Copy the last result or code snippet to clipboard',
115
147
 
@@ -149,6 +181,7 @@ export default {
149
181
  'Project Level ({{path}})': 'Project Level ({{path}})',
150
182
  'User Level ({{path}})': 'User Level ({{path}})',
151
183
  'Built-in Agents': 'Built-in Agents',
184
+ 'Extension Agents': 'Extension Agents',
152
185
  'Using: {{count}} agents': 'Using: {{count}} agents',
153
186
  'View Agent': 'View Agent',
154
187
  'Edit Agent': 'Edit Agent',
@@ -169,8 +202,8 @@ export default {
169
202
  // ============================================================================
170
203
  // Agents - Creation Wizard
171
204
  // ============================================================================
172
- 'Project Level (.ums/agents/)': 'Project Level (.ums/agents/)',
173
- 'User Level (~/.ums/agents/)': 'User Level (~/.ums/agents/)',
205
+ 'Project Level (.qwen/agents/)': 'Project Level (.qwen/agents/)',
206
+ 'User Level (~/.qwen/agents/)': 'User Level (~/.qwen/agents/)',
174
207
  '✅ Subagent Created Successfully!': '✅ Subagent Created Successfully!',
175
208
  'Subagent "{{name}}" has been saved to {{level}} level.':
176
209
  'Subagent "{{name}}" has been saved to {{level}} level.',
@@ -192,8 +225,8 @@ export default {
192
225
  'Step {{n}}: Choose Location': 'Step {{n}}: Choose Location',
193
226
  'Step {{n}}: Choose Generation Method':
194
227
  'Step {{n}}: Choose Generation Method',
195
- 'Generate with UMS Code (Recommended)':
196
- 'Generate with UMS Code (Recommended)',
228
+ 'Generate with Qwen Code (Recommended)':
229
+ 'Generate with Qwen Code (Recommended)',
197
230
  'Manual Creation': 'Manual Creation',
198
231
  'Describe what this subagent should do and when it should be used. (Be comprehensive for best results)':
199
232
  'Describe what this subagent should do and when it should be used. (Be comprehensive for best results)',
@@ -252,35 +285,44 @@ export default {
252
285
  // ============================================================================
253
286
  // Commands - General (continued)
254
287
  // ============================================================================
255
- 'View and edit UMS Code settings': 'View and edit UMS Code settings',
288
+ 'View and edit Qwen Code settings': 'View and edit Qwen Code settings',
256
289
  Settings: 'Settings',
257
- '(Use Enter to select{{tabText}})': '(Use Enter to select{{tabText}})',
258
- ', Tab to change focus': ', Tab to change focus',
259
- 'To see changes, UMS Code must be restarted. Press r to exit and apply changes now.':
260
- 'To see changes, UMS Code must be restarted. Press r to exit and apply changes now.',
290
+ 'To see changes, Qwen Code must be restarted. Press r to exit and apply changes now.':
291
+ 'To see changes, Qwen Code must be restarted. Press r to exit and apply changes now.',
292
+ 'The command "/{{command}}" is not supported in non-interactive mode.':
293
+ 'The command "/{{command}}" is not supported in non-interactive mode.',
261
294
  // ============================================================================
262
295
  // Settings Labels
263
296
  // ============================================================================
264
297
  'Vim Mode': 'Vim Mode',
265
298
  'Disable Auto Update': 'Disable Auto Update',
299
+ 'Attribution: commit': 'Attribution: commit',
300
+ 'Terminal Bell Notification': 'Terminal Bell Notification',
301
+ 'Enable Usage Statistics': 'Enable Usage Statistics',
302
+ Theme: 'Theme',
303
+ 'Preferred Editor': 'Preferred Editor',
304
+ 'Auto-connect to IDE': 'Auto-connect to IDE',
266
305
  'Enable Prompt Completion': 'Enable Prompt Completion',
267
306
  'Debug Keystroke Logging': 'Debug Keystroke Logging',
268
- Language: 'Language',
307
+ 'Language: UI': 'Language: UI',
308
+ 'Language: Model': 'Language: Model',
269
309
  'Output Format': 'Output Format',
270
310
  'Hide Window Title': 'Hide Window Title',
271
311
  'Show Status in Title': 'Show Status in Title',
272
312
  'Hide Tips': 'Hide Tips',
273
- 'Hide Banner': 'Hide Banner',
274
- 'Hide Context Summary': 'Hide Context Summary',
275
- 'Hide CWD': 'Hide CWD',
276
- 'Hide Sandbox Status': 'Hide Sandbox Status',
277
- 'Hide Model Info': 'Hide Model Info',
278
- 'Hide Footer': 'Hide Footer',
279
- 'Show Memory Usage': 'Show Memory Usage',
280
- 'Show Line Numbers': 'Show Line Numbers',
313
+ 'Show Line Numbers in Code': 'Show Line Numbers in Code',
281
314
  'Show Citations': 'Show Citations',
282
315
  'Custom Witty Phrases': 'Custom Witty Phrases',
283
- 'Enable Welcome Back': 'Enable Welcome Back',
316
+ 'Show Welcome Back Dialog': 'Show Welcome Back Dialog',
317
+ 'Enable User Feedback': 'Enable User Feedback',
318
+ 'How is UMS doing this session? (optional)':
319
+ 'How is UMS doing this session? (optional)',
320
+ Bad: 'Bad',
321
+ Fine: 'Fine',
322
+ Good: 'Good',
323
+ Dismiss: 'Dismiss',
324
+ 'Not Sure Yet': 'Not Sure Yet',
325
+ 'Any other key': 'Any other key',
284
326
  'Disable Loading Phrases': 'Disable Loading Phrases',
285
327
  'Screen Reader Mode': 'Screen Reader Mode',
286
328
  'IDE Mode': 'IDE Mode',
@@ -297,10 +339,10 @@ export default {
297
339
  'Load Memory From Include Directories':
298
340
  'Load Memory From Include Directories',
299
341
  'Respect .gitignore': 'Respect .gitignore',
300
- 'Respect .umsignore': 'Respect .umsignore',
342
+ 'Respect .qwenignore': 'Respect .qwenignore',
301
343
  'Enable Recursive File Search': 'Enable Recursive File Search',
302
344
  'Disable Fuzzy Search': 'Disable Fuzzy Search',
303
- 'Enable Interactive Shell': 'Enable Interactive Shell',
345
+ 'Interactive Shell (PTY)': 'Interactive Shell (PTY)',
304
346
  'Show Color': 'Show Color',
305
347
  'Auto Accept': 'Auto Accept',
306
348
  'Use Ripgrep': 'Use Ripgrep',
@@ -310,6 +352,7 @@ export default {
310
352
  'Tool Output Truncation Lines': 'Tool Output Truncation Lines',
311
353
  'Folder Trust': 'Folder Trust',
312
354
  'Vision Model Preview': 'Vision Model Preview',
355
+ 'Tool Schema Compliance': 'Tool Schema Compliance',
313
356
  // Settings enum options
314
357
  'Auto (detect from system)': 'Auto (detect from system)',
315
358
  Text: 'Text',
@@ -334,18 +377,182 @@ export default {
334
377
  'Show all directories in the workspace':
335
378
  'Show all directories in the workspace',
336
379
  'set external editor preference': 'set external editor preference',
380
+ 'Select Editor': 'Select Editor',
381
+ 'Editor Preference': 'Editor Preference',
382
+ 'These editors are currently supported. Please note that some editors cannot be used in sandbox mode.':
383
+ 'These editors are currently supported. Please note that some editors cannot be used in sandbox mode.',
384
+ 'Your preferred editor is:': 'Your preferred editor is:',
337
385
  'Manage extensions': 'Manage extensions',
338
386
  'List active extensions': 'List active extensions',
339
387
  'Update extensions. Usage: update <extension-names>|--all':
340
388
  'Update extensions. Usage: update <extension-names>|--all',
389
+ 'Disable an extension': 'Disable an extension',
390
+ 'Enable an extension': 'Enable an extension',
391
+ 'Install an extension from a git repo or local path':
392
+ 'Install an extension from a git repo or local path',
393
+ 'Uninstall an extension': 'Uninstall an extension',
394
+ 'No extensions installed.': 'No extensions installed.',
395
+ 'Usage: /extensions update <extension-names>|--all':
396
+ 'Usage: /extensions update <extension-names>|--all',
397
+ 'Extension "{{name}}" not found.': 'Extension "{{name}}" not found.',
398
+ 'No extensions to update.': 'No extensions to update.',
399
+ 'Usage: /extensions install <source>': 'Usage: /extensions install <source>',
400
+ 'Installing extension from "{{source}}"...':
401
+ 'Installing extension from "{{source}}"...',
402
+ 'Extension "{{name}}" installed successfully.':
403
+ 'Extension "{{name}}" installed successfully.',
404
+ 'Failed to install extension from "{{source}}": {{error}}':
405
+ 'Failed to install extension from "{{source}}": {{error}}',
406
+ 'Usage: /extensions uninstall <extension-name>':
407
+ 'Usage: /extensions uninstall <extension-name>',
408
+ 'Uninstalling extension "{{name}}"...':
409
+ 'Uninstalling extension "{{name}}"...',
410
+ 'Extension "{{name}}" uninstalled successfully.':
411
+ 'Extension "{{name}}" uninstalled successfully.',
412
+ 'Failed to uninstall extension "{{name}}": {{error}}':
413
+ 'Failed to uninstall extension "{{name}}": {{error}}',
414
+ 'Usage: /extensions {{command}} <extension> [--scope=<user|workspace>]':
415
+ 'Usage: /extensions {{command}} <extension> [--scope=<user|workspace>]',
416
+ 'Unsupported scope "{{scope}}", should be one of "user" or "workspace"':
417
+ 'Unsupported scope "{{scope}}", should be one of "user" or "workspace"',
418
+ 'Extension "{{name}}" disabled for scope "{{scope}}"':
419
+ 'Extension "{{name}}" disabled for scope "{{scope}}"',
420
+ 'Extension "{{name}}" enabled for scope "{{scope}}"':
421
+ 'Extension "{{name}}" enabled for scope "{{scope}}"',
422
+ 'Do you want to continue? [Y/n]: ': 'Do you want to continue? [Y/n]: ',
423
+ 'Do you want to continue?': 'Do you want to continue?',
424
+ 'Installing extension "{{name}}".': 'Installing extension "{{name}}".',
425
+ '**Extensions may introduce unexpected behavior. Ensure you have investigated the extension source and trust the author.**':
426
+ '**Extensions may introduce unexpected behavior. Ensure you have investigated the extension source and trust the author.**',
427
+ 'This extension will run the following MCP servers:':
428
+ 'This extension will run the following MCP servers:',
429
+ local: 'local',
430
+ remote: 'remote',
431
+ 'This extension will add the following commands: {{commands}}.':
432
+ 'This extension will add the following commands: {{commands}}.',
433
+ 'This extension will append info to your UMS.md context using {{fileName}}':
434
+ 'This extension will append info to your UMS.md context using {{fileName}}',
435
+ 'This extension will exclude the following core tools: {{tools}}':
436
+ 'This extension will exclude the following core tools: {{tools}}',
437
+ 'This extension will install the following skills:':
438
+ 'This extension will install the following skills:',
439
+ 'This extension will install the following subagents:':
440
+ 'This extension will install the following subagents:',
441
+ 'Installation cancelled for "{{name}}".':
442
+ 'Installation cancelled for "{{name}}".',
443
+ 'You are installing an extension from {{originSource}}. Some features may not work perfectly with Qwen Code.':
444
+ 'You are installing an extension from {{originSource}}. Some features may not work perfectly with Qwen Code.',
445
+ '--ref and --auto-update are not applicable for marketplace extensions.':
446
+ '--ref and --auto-update are not applicable for marketplace extensions.',
447
+ 'Extension "{{name}}" installed successfully and enabled.':
448
+ 'Extension "{{name}}" installed successfully and enabled.',
449
+ 'Installs an extension from a git repository URL, local path, or claude marketplace (marketplace-url:plugin-name).':
450
+ 'Installs an extension from a git repository URL, local path, or claude marketplace (marketplace-url:plugin-name).',
451
+ 'The github URL, local path, or marketplace source (marketplace-url:plugin-name) of the extension to install.':
452
+ 'The github URL, local path, or marketplace source (marketplace-url:plugin-name) of the extension to install.',
453
+ 'The git ref to install from.': 'The git ref to install from.',
454
+ 'Enable auto-update for this extension.':
455
+ 'Enable auto-update for this extension.',
456
+ 'Enable pre-release versions for this extension.':
457
+ 'Enable pre-release versions for this extension.',
458
+ 'Acknowledge the security risks of installing an extension and skip the confirmation prompt.':
459
+ 'Acknowledge the security risks of installing an extension and skip the confirmation prompt.',
460
+ 'The source argument must be provided.':
461
+ 'The source argument must be provided.',
462
+ 'Extension "{{name}}" successfully uninstalled.':
463
+ 'Extension "{{name}}" successfully uninstalled.',
464
+ 'Uninstalls an extension.': 'Uninstalls an extension.',
465
+ 'The name or source path of the extension to uninstall.':
466
+ 'The name or source path of the extension to uninstall.',
467
+ 'Please include the name of the extension to uninstall as a positional argument.':
468
+ 'Please include the name of the extension to uninstall as a positional argument.',
469
+ 'Enables an extension.': 'Enables an extension.',
470
+ 'The name of the extension to enable.':
471
+ 'The name of the extension to enable.',
472
+ 'The scope to enable the extenison in. If not set, will be enabled in all scopes.':
473
+ 'The scope to enable the extenison in. If not set, will be enabled in all scopes.',
474
+ 'Extension "{{name}}" successfully enabled for scope "{{scope}}".':
475
+ 'Extension "{{name}}" successfully enabled for scope "{{scope}}".',
476
+ 'Extension "{{name}}" successfully enabled in all scopes.':
477
+ 'Extension "{{name}}" successfully enabled in all scopes.',
478
+ 'Invalid scope: {{scope}}. Please use one of {{scopes}}.':
479
+ 'Invalid scope: {{scope}}. Please use one of {{scopes}}.',
480
+ 'Disables an extension.': 'Disables an extension.',
481
+ 'The name of the extension to disable.':
482
+ 'The name of the extension to disable.',
483
+ 'The scope to disable the extenison in.':
484
+ 'The scope to disable the extenison in.',
485
+ 'Extension "{{name}}" successfully disabled for scope "{{scope}}".':
486
+ 'Extension "{{name}}" successfully disabled for scope "{{scope}}".',
487
+ 'Extension "{{name}}" successfully updated: {{oldVersion}} → {{newVersion}}.':
488
+ 'Extension "{{name}}" successfully updated: {{oldVersion}} → {{newVersion}}.',
489
+ 'Unable to install extension "{{name}}" due to missing install metadata':
490
+ 'Unable to install extension "{{name}}" due to missing install metadata',
491
+ 'Extension "{{name}}" is already up to date.':
492
+ 'Extension "{{name}}" is already up to date.',
493
+ 'Updates all extensions or a named extension to the latest version.':
494
+ 'Updates all extensions or a named extension to the latest version.',
495
+ 'Update all extensions.': 'Update all extensions.',
496
+ 'Either an extension name or --all must be provided':
497
+ 'Either an extension name or --all must be provided',
498
+ 'Lists installed extensions.': 'Lists installed extensions.',
499
+ 'Path:': 'Path:',
500
+ 'Source:': 'Source:',
501
+ 'Type:': 'Type:',
502
+ 'Ref:': 'Ref:',
503
+ 'Release tag:': 'Release tag:',
504
+ 'Enabled (User):': 'Enabled (User):',
505
+ 'Enabled (Workspace):': 'Enabled (Workspace):',
506
+ 'Context files:': 'Context files:',
507
+ 'Skills:': 'Skills:',
508
+ 'Agents:': 'Agents:',
509
+ 'MCP servers:': 'MCP servers:',
510
+ 'Link extension failed to install.': 'Link extension failed to install.',
511
+ 'Extension "{{name}}" linked successfully and enabled.':
512
+ 'Extension "{{name}}" linked successfully and enabled.',
513
+ 'Links an extension from a local path. Updates made to the local path will always be reflected.':
514
+ 'Links an extension from a local path. Updates made to the local path will always be reflected.',
515
+ 'The name of the extension to link.': 'The name of the extension to link.',
516
+ 'Set a specific setting for an extension.':
517
+ 'Set a specific setting for an extension.',
518
+ 'Name of the extension to configure.': 'Name of the extension to configure.',
519
+ 'The setting to configure (name or env var).':
520
+ 'The setting to configure (name or env var).',
521
+ 'The scope to set the setting in.': 'The scope to set the setting in.',
522
+ 'List all settings for an extension.': 'List all settings for an extension.',
523
+ 'Name of the extension.': 'Name of the extension.',
524
+ 'Extension "{{name}}" has no settings to configure.':
525
+ 'Extension "{{name}}" has no settings to configure.',
526
+ 'Settings for "{{name}}":': 'Settings for "{{name}}":',
527
+ '(workspace)': '(workspace)',
528
+ '(user)': '(user)',
529
+ '[not set]': '[not set]',
530
+ '[value stored in keychain]': '[value stored in keychain]',
531
+ 'Value:': 'Value:',
532
+ 'Manage extension settings.': 'Manage extension settings.',
533
+ 'You need to specify a command (set or list).':
534
+ 'You need to specify a command (set or list).',
535
+ // ============================================================================
536
+ // Plugin Choice / Marketplace
537
+ // ============================================================================
538
+ 'No plugins available in this marketplace.':
539
+ 'No plugins available in this marketplace.',
540
+ 'Select a plugin to install from marketplace "{{name}}":':
541
+ 'Select a plugin to install from marketplace "{{name}}":',
542
+ 'Plugin selection cancelled.': 'Plugin selection cancelled.',
543
+ 'Select a plugin from "{{name}}"': 'Select a plugin from "{{name}}"',
544
+ 'Use ↑↓ or j/k to navigate, Enter to select, Escape to cancel':
545
+ 'Use ↑↓ or j/k to navigate, Enter to select, Escape to cancel',
546
+ '{{count}} more above': '{{count}} more above',
547
+ '{{count}} more below': '{{count}} more below',
341
548
  'manage IDE integration': 'manage IDE integration',
342
549
  'check status of IDE integration': 'check status of IDE integration',
343
550
  'install required IDE companion for {{ideName}}':
344
551
  'install required IDE companion for {{ideName}}',
345
552
  'enable IDE integration': 'enable IDE integration',
346
553
  'disable IDE integration': 'disable IDE integration',
347
- 'IDE integration is not supported in your current environment. To use this feature, run UMS Code in one of these supported IDEs: VS Code or VS Code forks.':
348
- 'IDE integration is not supported in your current environment. To use this feature, run UMS Code in one of these supported IDEs: VS Code or VS Code forks.',
554
+ 'IDE integration is not supported in your current environment. To use this feature, run Qwen Code in one of these supported IDEs: VS Code or VS Code forks.':
555
+ 'IDE integration is not supported in your current environment. To use this feature, run Qwen Code in one of these supported IDEs: VS Code or VS Code forks.',
349
556
  'Set up GitHub Actions': 'Set up GitHub Actions',
350
557
  'Configure terminal keybindings for multiline input (VS Code, Cursor, Windsurf, Trae)':
351
558
  'Configure terminal keybindings for multiline input (VS Code, Cursor, Windsurf, Trae)',
@@ -384,8 +591,8 @@ export default {
384
591
  // ============================================================================
385
592
  // Commands - Language
386
593
  // ============================================================================
387
- 'Invalid language. Available: en-US, zh-CN':
388
- 'Invalid language. Available: en-US, zh-CN',
594
+ 'Invalid language. Available: {{options}}':
595
+ 'Invalid language. Available: {{options}}',
389
596
  'Language subcommands do not accept additional arguments.':
390
597
  'Language subcommands do not accept additional arguments.',
391
598
  'Current UI language: {{lang}}': 'Current UI language: {{lang}}',
@@ -394,12 +601,14 @@ export default {
394
601
  'LLM output language not set': 'LLM output language not set',
395
602
  'Set UI language': 'Set UI language',
396
603
  'Set LLM output language': 'Set LLM output language',
397
- 'Usage: /language ui [zh-CN|en-US]': 'Usage: /language ui [zh-CN|en-US]',
604
+ 'Usage: /language ui [{{options}}]': 'Usage: /language ui [{{options}}]',
398
605
  'Usage: /language output <language>': 'Usage: /language output <language>',
399
606
  'Example: /language output 中文': 'Example: /language output 中文',
400
607
  'Example: /language output English': 'Example: /language output English',
401
608
  'Example: /language output 日本語': 'Example: /language output 日本語',
609
+ 'Example: /language output Português': 'Example: /language output Português',
402
610
  'UI language changed to {{lang}}': 'UI language changed to {{lang}}',
611
+ 'LLM output language set to {{lang}}': 'LLM output language set to {{lang}}',
403
612
  'LLM output language rule file generated at {{path}}':
404
613
  'LLM output language rule file generated at {{path}}',
405
614
  'Please restart the application for the changes to take effect.':
@@ -412,16 +621,12 @@ export default {
412
621
  'To request additional UI language packs, please open an issue on GitHub.':
413
622
  'To request additional UI language packs, please open an issue on GitHub.',
414
623
  'Available options:': 'Available options:',
415
- ' - zh-CN: Simplified Chinese': ' - zh-CN: Simplified Chinese',
416
- ' - en-US: English': ' - en-US: English',
417
- 'Set UI language to Simplified Chinese (zh-CN)':
418
- 'Set UI language to Simplified Chinese (zh-CN)',
419
- 'Set UI language to English (en-US)': 'Set UI language to English (en-US)',
624
+ 'Set UI language to {{name}}': 'Set UI language to {{name}}',
420
625
 
421
626
  // ============================================================================
422
627
  // Commands - Approval Mode
423
628
  // ============================================================================
424
- 'Approval Mode': 'Approval Mode',
629
+ 'Tool Approval Mode': 'Tool Approval Mode',
425
630
  'Current approval mode: {{mode}}': 'Current approval mode: {{mode}}',
426
631
  'Available approval modes:': 'Available approval modes:',
427
632
  'Approval mode changed to: {{mode}}': 'Approval mode changed to: {{mode}}',
@@ -460,8 +665,6 @@ export default {
460
665
  'Automatically approve all tools': 'Automatically approve all tools',
461
666
  'Workspace approval mode exists and takes priority. User-level change will have no effect.':
462
667
  'Workspace approval mode exists and takes priority. User-level change will have no effect.',
463
- '(Use Enter to select, Tab to change focus)':
464
- '(Use Enter to select, Tab to change focus)',
465
668
  'Apply To': 'Apply To',
466
669
  'User Settings': 'User Settings',
467
670
  'Workspace Settings': 'Workspace Settings',
@@ -580,8 +783,8 @@ export default {
580
783
  // ============================================================================
581
784
  // Commands - Summary
582
785
  // ============================================================================
583
- 'Generate a project summary and save it to .ums/PROJECT_SUMMARY.md':
584
- 'Generate a project summary and save it to .ums/PROJECT_SUMMARY.md',
786
+ 'Generate a project summary and save it to .qwen/PROJECT_SUMMARY.md':
787
+ 'Generate a project summary and save it to .qwen/PROJECT_SUMMARY.md',
585
788
  'No chat client available to generate summary.':
586
789
  'No chat client available to generate summary.',
587
790
  'Already generating summary, wait for previous request to complete':
@@ -589,6 +792,12 @@ export default {
589
792
  'No conversation found to summarize.': 'No conversation found to summarize.',
590
793
  'Failed to generate project context summary: {{error}}':
591
794
  'Failed to generate project context summary: {{error}}',
795
+ 'Saved project summary to {{filePathForDisplay}}.':
796
+ 'Saved project summary to {{filePathForDisplay}}.',
797
+ 'Saving project summary...': 'Saving project summary...',
798
+ 'Generating project summary...': 'Generating project summary...',
799
+ 'Failed to generate summary - no text content received from LLM response':
800
+ 'Failed to generate summary - no text content received from LLM response',
592
801
 
593
802
  // ============================================================================
594
803
  // Commands - Model
@@ -603,9 +812,10 @@ export default {
603
812
  // ============================================================================
604
813
  // Commands - Clear
605
814
  // ============================================================================
606
- 'Clearing terminal and resetting chat.':
607
- 'Clearing terminal and resetting chat.',
608
- 'Clearing terminal.': 'Clearing terminal.',
815
+ 'Starting a new session, resetting chat, and clearing terminal.':
816
+ 'Starting a new session, resetting chat, and clearing terminal.',
817
+ 'Starting a new session and clearing.':
818
+ 'Starting a new session and clearing.',
609
819
 
610
820
  // ============================================================================
611
821
  // Commands - Compress
@@ -635,8 +845,8 @@ export default {
635
845
  'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.':
636
846
  'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.',
637
847
  "Error adding '{{path}}': {{error}}": "Error adding '{{path}}': {{error}}",
638
- 'Successfully added UMS.md files from the following directories if there are:\n- {{directories}}':
639
- 'Successfully added UMS.md files from the following directories if there are:\n- {{directories}}',
848
+ 'Successfully added QWEN.md files from the following directories if there are:\n- {{directories}}':
849
+ 'Successfully added QWEN.md files from the following directories if there are:\n- {{directories}}',
640
850
  'Error refreshing memory: {{error}}': 'Error refreshing memory: {{error}}',
641
851
  'Successfully added directories:\n- {{directories}}':
642
852
  'Successfully added directories:\n- {{directories}}',
@@ -726,9 +936,14 @@ export default {
726
936
  'You must select an auth method to proceed. Press Ctrl+C again to exit.':
727
937
  'You must select an auth method to proceed. Press Ctrl+C again to exit.',
728
938
  '(Use Enter to Set Auth)': '(Use Enter to Set Auth)',
729
- 'Terms of Services and Privacy Notice for UMS Code':
730
- 'Terms of Services and Privacy Notice for UMS Code',
939
+ 'Terms of Services and Privacy Notice for Qwen Code':
940
+ 'Terms of Services and Privacy Notice for Qwen Code',
731
941
  'Qwen OAuth': 'Qwen OAuth',
942
+ 'Login with QwenChat account to use daily free quota.':
943
+ 'Login with QwenChat account to use daily free quota.',
944
+ 'API-KEY': 'API-KEY',
945
+ 'Use coding plan credentials or your own api-keys/providers.':
946
+ 'Use coding plan credentials or your own api-keys/providers.',
732
947
  OpenAI: 'OpenAI',
733
948
  'Failed to login. Message: {{message}}':
734
949
  'Failed to login. Message: {{message}}',
@@ -757,6 +972,21 @@ export default {
757
972
  'Authentication timed out. Please try again.',
758
973
  'Waiting for auth... (Press ESC or CTRL+C to cancel)':
759
974
  'Waiting for auth... (Press ESC or CTRL+C to cancel)',
975
+ 'Missing API key for OpenAI-compatible auth. Set settings.security.auth.apiKey, or set the {{envKeyHint}} environment variable.':
976
+ 'Missing API key for OpenAI-compatible auth. Set settings.security.auth.apiKey, or set the {{envKeyHint}} environment variable.',
977
+ '{{envKeyHint}} environment variable not found.':
978
+ '{{envKeyHint}} environment variable not found.',
979
+ '{{envKeyHint}} environment variable not found. Please set it in your .env file or environment variables.':
980
+ '{{envKeyHint}} environment variable not found. Please set it in your .env file or environment variables.',
981
+ '{{envKeyHint}} environment variable not found (or set settings.security.auth.apiKey). Please set it in your .env file or environment variables.':
982
+ '{{envKeyHint}} environment variable not found (or set settings.security.auth.apiKey). Please set it in your .env file or environment variables.',
983
+ 'Missing API key for OpenAI-compatible auth. Set the {{envKeyHint}} environment variable.':
984
+ 'Missing API key for OpenAI-compatible auth. Set the {{envKeyHint}} environment variable.',
985
+ 'Anthropic provider missing required baseUrl in modelProviders[].baseUrl.':
986
+ 'Anthropic provider missing required baseUrl in modelProviders[].baseUrl.',
987
+ 'ANTHROPIC_BASE_URL environment variable not found.':
988
+ 'ANTHROPIC_BASE_URL environment variable not found.',
989
+ 'Invalid auth method selected.': 'Invalid auth method selected.',
760
990
  'Failed to authenticate. Message: {{message}}':
761
991
  'Failed to authenticate. Message: {{message}}',
762
992
  'Authenticated successfully with {{authType}} credentials.':
@@ -778,8 +1008,17 @@ export default {
778
1008
  // ============================================================================
779
1009
  'Select Model': 'Select Model',
780
1010
  '(Press Esc to close)': '(Press Esc to close)',
781
- 'The latest Qwen Coder model from Alibaba Cloud ModelStudio (version: qwen3-coder-plus-2025-09-23)':
782
- 'The latest Qwen Coder model from Alibaba Cloud ModelStudio (version: qwen3-coder-plus-2025-09-23)',
1011
+ 'Current (effective) configuration': 'Current (effective) configuration',
1012
+ AuthType: 'AuthType',
1013
+ 'API Key': 'API Key',
1014
+ unset: 'unset',
1015
+ '(default)': '(default)',
1016
+ '(set)': '(set)',
1017
+ '(not set)': '(not set)',
1018
+ "Failed to switch model to '{{modelId}}'.\n\n{{error}}":
1019
+ "Failed to switch model to '{{modelId}}'.\n\n{{error}}",
1020
+ 'Qwen 3.5 Plus — efficient hybrid model with leading coding performance':
1021
+ 'Qwen 3.5 Plus — efficient hybrid model with leading coding performance',
783
1022
  'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
784
1023
  'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)',
785
1024
 
@@ -810,9 +1049,6 @@ export default {
810
1049
  // MCP Status
811
1050
  // ============================================================================
812
1051
  'No MCP servers configured.': 'No MCP servers configured.',
813
- 'Please view MCP documentation in your browser:':
814
- 'Please view MCP documentation in your browser:',
815
- 'or use the cli /docs command': 'or use the cli /docs command',
816
1052
  '⏳ MCP servers are starting up ({{count}} initializing)...':
817
1053
  '⏳ MCP servers are starting up ({{count}} initializing)...',
818
1054
  'Note: First startup may take longer. Tool availability will update automatically.':
@@ -854,14 +1090,25 @@ export default {
854
1090
  // ============================================================================
855
1091
  // Startup Tips
856
1092
  // ============================================================================
857
- 'Tips for getting started:': 'Tips for getting started:',
858
- '1. Ask questions, edit files, or run commands.':
859
- '1. Ask questions, edit files, or run commands.',
860
- '2. Be specific for the best results.':
861
- '2. Be specific for the best results.',
862
- 'files to customize your interactions with UMS Code.':
863
- 'files to customize your interactions with UMS Code.',
864
- 'for more information.': 'for more information.',
1093
+ 'Tips:': 'Tips:',
1094
+ 'Use /compress when the conversation gets long to summarize history and free up context.':
1095
+ 'Use /compress when the conversation gets long to summarize history and free up context.',
1096
+ 'Start a fresh idea with /clear or /new; the previous session stays available in history.':
1097
+ 'Start a fresh idea with /clear or /new; the previous session stays available in history.',
1098
+ 'Use /bug to submit issues to the maintainers when something goes off.':
1099
+ 'Use /bug to submit issues to the maintainers when something goes off.',
1100
+ 'Switch auth type quickly with /auth.':
1101
+ 'Switch auth type quickly with /auth.',
1102
+ 'You can run any shell commands from Qwen Code using ! (e.g. !ls).':
1103
+ 'You can run any shell commands from Qwen Code using ! (e.g. !ls).',
1104
+ 'Type / to open the command popup; Tab autocompletes slash commands and saved prompts.':
1105
+ 'Type / to open the command popup; Tab autocompletes slash commands and saved prompts.',
1106
+ 'You can resume a previous conversation by running qwen --continue or qwen --resume.':
1107
+ 'You can resume a previous conversation by running qwen --continue or qwen --resume.',
1108
+ 'You can switch permission mode quickly with Shift+Tab or /approval-mode.':
1109
+ 'You can switch permission mode quickly with Shift+Tab or /approval-mode.',
1110
+ 'You can switch permission mode quickly with Tab or /approval-mode.':
1111
+ 'You can switch permission mode quickly with Tab or /approval-mode.',
865
1112
 
866
1113
  // ============================================================================
867
1114
  // Exit Screen / Stats
@@ -921,197 +1168,281 @@ export default {
921
1168
  'Session start time is unavailable, cannot calculate stats.':
922
1169
  'Session start time is unavailable, cannot calculate stats.',
923
1170
 
1171
+ // ============================================================================
1172
+ // Command Format Migration
1173
+ // ============================================================================
1174
+ 'Command Format Migration': 'Command Format Migration',
1175
+ 'Found {{count}} TOML command file:': 'Found {{count}} TOML command file:',
1176
+ 'Found {{count}} TOML command files:': 'Found {{count}} TOML command files:',
1177
+ '... and {{count}} more': '... and {{count}} more',
1178
+ 'The TOML format is deprecated. Would you like to migrate them to Markdown format?':
1179
+ 'The TOML format is deprecated. Would you like to migrate them to Markdown format?',
1180
+ '(Backups will be created and original files will be preserved)':
1181
+ '(Backups will be created and original files will be preserved)',
1182
+
924
1183
  // ============================================================================
925
1184
  // Loading Phrases
926
1185
  // ============================================================================
927
1186
  'Waiting for user confirmation...': 'Waiting for user confirmation...',
928
1187
  '(esc to cancel, {{time}})': '(esc to cancel, {{time}})',
929
- "I'm Feeling Lucky": "I'm Feeling Lucky",
930
- 'Shipping awesomeness... ': 'Shipping awesomeness... ',
931
- 'Painting the serifs back on...': 'Painting the serifs back on...',
932
- 'Navigating the slime mold...': 'Navigating the slime mold...',
933
- 'Consulting the digital spirits...': 'Consulting the digital spirits...',
934
- 'Reticulating splines...': 'Reticulating splines...',
935
- 'Warming up the AI hamsters...': 'Warming up the AI hamsters...',
936
- 'Asking the magic conch shell...': 'Asking the magic conch shell...',
937
- 'Generating witty retort...': 'Generating witty retort...',
938
- 'Polishing the algorithms...': 'Polishing the algorithms...',
939
- "Don't rush perfection (or my code)...":
1188
+
1189
+ // ============================================================================
1190
+ // Loading Phrases
1191
+ // ============================================================================
1192
+ WITTY_LOADING_PHRASES: [
1193
+ "I'm Feeling Lucky",
1194
+ 'Shipping awesomeness... ',
1195
+ 'Painting the serifs back on...',
1196
+ 'Navigating the slime mold...',
1197
+ 'Consulting the digital spirits...',
1198
+ 'Reticulating splines...',
1199
+ 'Warming up the AI hamsters...',
1200
+ 'Asking the magic conch shell...',
1201
+ 'Generating witty retort...',
1202
+ 'Polishing the algorithms...',
940
1203
  "Don't rush perfection (or my code)...",
941
- 'Brewing fresh bytes...': 'Brewing fresh bytes...',
942
- 'Counting electrons...': 'Counting electrons...',
943
- 'Engaging cognitive processors...': 'Engaging cognitive processors...',
944
- 'Checking for syntax errors in the universe...':
1204
+ 'Brewing fresh bytes...',
1205
+ 'Counting electrons...',
1206
+ 'Engaging cognitive processors...',
945
1207
  'Checking for syntax errors in the universe...',
946
- 'One moment, optimizing humor...': 'One moment, optimizing humor...',
947
- 'Shuffling punchlines...': 'Shuffling punchlines...',
948
- 'Untangling neural nets...': 'Untangling neural nets...',
949
- 'Compiling brilliance...': 'Compiling brilliance...',
950
- 'Loading wit.exe...': 'Loading wit.exe...',
951
- 'Summoning the cloud of wisdom...': 'Summoning the cloud of wisdom...',
952
- 'Preparing a witty response...': 'Preparing a witty response...',
953
- "Just a sec, I'm debugging reality...":
1208
+ 'One moment, optimizing humor...',
1209
+ 'Shuffling punchlines...',
1210
+ 'Untangling neural nets...',
1211
+ 'Compiling brilliance...',
1212
+ 'Loading wit.exe...',
1213
+ 'Summoning the cloud of wisdom...',
1214
+ 'Preparing a witty response...',
954
1215
  "Just a sec, I'm debugging reality...",
955
- 'Confuzzling the options...': 'Confuzzling the options...',
956
- 'Tuning the cosmic frequencies...': 'Tuning the cosmic frequencies...',
957
- 'Crafting a response worthy of your patience...':
1216
+ 'Confuzzling the options...',
1217
+ 'Tuning the cosmic frequencies...',
958
1218
  'Crafting a response worthy of your patience...',
959
- 'Compiling the 1s and 0s...': 'Compiling the 1s and 0s...',
960
- 'Resolving dependencies... and existential crises...':
1219
+ 'Compiling the 1s and 0s...',
961
1220
  'Resolving dependencies... and existential crises...',
962
- 'Defragmenting memories... both RAM and personal...':
963
1221
  'Defragmenting memories... both RAM and personal...',
964
- 'Rebooting the humor module...': 'Rebooting the humor module...',
965
- 'Caching the essentials (mostly cat memes)...':
1222
+ 'Rebooting the humor module...',
966
1223
  'Caching the essentials (mostly cat memes)...',
967
- 'Optimizing for ludicrous speed': 'Optimizing for ludicrous speed',
968
- "Swapping bits... don't tell the bytes...":
1224
+ 'Optimizing for ludicrous speed',
969
1225
  "Swapping bits... don't tell the bytes...",
970
- 'Garbage collecting... be right back...':
971
1226
  'Garbage collecting... be right back...',
972
- 'Assembling the interwebs...': 'Assembling the interwebs...',
973
- 'Converting coffee into code...': 'Converting coffee into code...',
974
- 'Updating the syntax for reality...': 'Updating the syntax for reality...',
975
- 'Rewiring the synapses...': 'Rewiring the synapses...',
976
- 'Looking for a misplaced semicolon...':
1227
+ 'Assembling the interwebs...',
1228
+ 'Converting coffee into code...',
1229
+ 'Updating the syntax for reality...',
1230
+ 'Rewiring the synapses...',
977
1231
  'Looking for a misplaced semicolon...',
978
- "Greasin' the cogs of the machine...": "Greasin' the cogs of the machine...",
979
- 'Pre-heating the servers...': 'Pre-heating the servers...',
980
- 'Calibrating the flux capacitor...': 'Calibrating the flux capacitor...',
981
- 'Engaging the improbability drive...': 'Engaging the improbability drive...',
982
- 'Channeling the Force...': 'Channeling the Force...',
983
- 'Aligning the stars for optimal response...':
1232
+ "Greasin' the cogs of the machine...",
1233
+ 'Pre-heating the servers...',
1234
+ 'Calibrating the flux capacitor...',
1235
+ 'Engaging the improbability drive...',
1236
+ 'Channeling the Force...',
984
1237
  'Aligning the stars for optimal response...',
985
- 'So say we all...': 'So say we all...',
986
- 'Loading the next great idea...': 'Loading the next great idea...',
987
- "Just a moment, I'm in the zone...": "Just a moment, I'm in the zone...",
988
- 'Preparing to dazzle you with brilliance...':
1238
+ 'So say we all...',
1239
+ 'Loading the next great idea...',
1240
+ "Just a moment, I'm in the zone...",
989
1241
  'Preparing to dazzle you with brilliance...',
990
- "Just a tick, I'm polishing my wit...":
991
1242
  "Just a tick, I'm polishing my wit...",
992
- "Hold tight, I'm crafting a masterpiece...":
993
1243
  "Hold tight, I'm crafting a masterpiece...",
994
- "Just a jiffy, I'm debugging the universe...":
995
1244
  "Just a jiffy, I'm debugging the universe...",
996
- "Just a moment, I'm aligning the pixels...":
997
1245
  "Just a moment, I'm aligning the pixels...",
998
- "Just a sec, I'm optimizing the humor...":
999
1246
  "Just a sec, I'm optimizing the humor...",
1000
- "Just a moment, I'm tuning the algorithms...":
1001
1247
  "Just a moment, I'm tuning the algorithms...",
1002
- 'Warp speed engaged...': 'Warp speed engaged...',
1003
- 'Mining for more Dilithium crystals...':
1248
+ 'Warp speed engaged...',
1004
1249
  'Mining for more Dilithium crystals...',
1005
- "Don't panic...": "Don't panic...",
1006
- 'Following the white rabbit...': 'Following the white rabbit...',
1007
- 'The truth is in here... somewhere...':
1250
+ "Don't panic...",
1251
+ 'Following the white rabbit...',
1008
1252
  'The truth is in here... somewhere...',
1009
- 'Blowing on the cartridge...': 'Blowing on the cartridge...',
1010
- 'Loading... Do a barrel roll!': 'Loading... Do a barrel roll!',
1011
- 'Waiting for the respawn...': 'Waiting for the respawn...',
1012
- 'Finishing the Kessel Run in less than 12 parsecs...':
1253
+ 'Blowing on the cartridge...',
1254
+ 'Loading... Do a barrel roll!',
1255
+ 'Waiting for the respawn...',
1013
1256
  'Finishing the Kessel Run in less than 12 parsecs...',
1014
- "The cake is not a lie, it's just still loading...":
1015
1257
  "The cake is not a lie, it's just still loading...",
1016
- 'Fiddling with the character creation screen...':
1017
1258
  'Fiddling with the character creation screen...',
1018
- "Just a moment, I'm finding the right meme...":
1019
1259
  "Just a moment, I'm finding the right meme...",
1020
- "Pressing 'A' to continue...": "Pressing 'A' to continue...",
1021
- 'Herding digital cats...': 'Herding digital cats...',
1022
- 'Polishing the pixels...': 'Polishing the pixels...',
1023
- 'Finding a suitable loading screen pun...':
1260
+ "Pressing 'A' to continue...",
1261
+ 'Herding digital cats...',
1262
+ 'Polishing the pixels...',
1024
1263
  'Finding a suitable loading screen pun...',
1025
- 'Distracting you with this witty phrase...':
1026
1264
  'Distracting you with this witty phrase...',
1027
- 'Almost there... probably...': 'Almost there... probably...',
1028
- 'Our hamsters are working as fast as they can...':
1265
+ 'Almost there... probably...',
1029
1266
  'Our hamsters are working as fast as they can...',
1030
- 'Giving Cloudy a pat on the head...': 'Giving Cloudy a pat on the head...',
1031
- 'Petting the cat...': 'Petting the cat...',
1032
- 'Rickrolling my boss...': 'Rickrolling my boss...',
1033
- 'Never gonna give you up, never gonna let you down...':
1267
+ 'Giving Cloudy a pat on the head...',
1268
+ 'Petting the cat...',
1269
+ 'Rickrolling my boss...',
1034
1270
  'Never gonna give you up, never gonna let you down...',
1035
- 'Slapping the bass...': 'Slapping the bass...',
1036
- 'Tasting the snozberries...': 'Tasting the snozberries...',
1037
- "I'm going the distance, I'm going for speed...":
1271
+ 'Slapping the bass...',
1272
+ 'Tasting the snozberries...',
1038
1273
  "I'm going the distance, I'm going for speed...",
1039
- 'Is this the real life? Is this just fantasy?...':
1040
1274
  'Is this the real life? Is this just fantasy?...',
1041
- "I've got a good feeling about this...":
1042
1275
  "I've got a good feeling about this...",
1043
- 'Poking the bear...': 'Poking the bear...',
1044
- 'Doing research on the latest memes...':
1276
+ 'Poking the bear...',
1045
1277
  'Doing research on the latest memes...',
1046
- 'Figuring out how to make this more witty...':
1047
1278
  'Figuring out how to make this more witty...',
1048
- 'Hmmm... let me think...': 'Hmmm... let me think...',
1049
- 'What do you call a fish with no eyes? A fsh...':
1279
+ 'Hmmm... let me think...',
1050
1280
  'What do you call a fish with no eyes? A fsh...',
1051
- 'Why did the computer go to therapy? It had too many bytes...':
1052
1281
  'Why did the computer go to therapy? It had too many bytes...',
1053
- "Why don't programmers like nature? It has too many bugs...":
1054
1282
  "Why don't programmers like nature? It has too many bugs...",
1055
- 'Why do programmers prefer dark mode? Because light attracts bugs...':
1056
1283
  'Why do programmers prefer dark mode? Because light attracts bugs...',
1057
- 'Why did the developer go broke? Because they used up all their cache...':
1058
1284
  'Why did the developer go broke? Because they used up all their cache...',
1059
- "What can you do with a broken pencil? Nothing, it's pointless...":
1060
1285
  "What can you do with a broken pencil? Nothing, it's pointless...",
1061
- 'Applying percussive maintenance...': 'Applying percussive maintenance...',
1062
- 'Searching for the correct USB orientation...':
1286
+ 'Applying percussive maintenance...',
1063
1287
  'Searching for the correct USB orientation...',
1064
- 'Ensuring the magic smoke stays inside the wires...':
1065
1288
  'Ensuring the magic smoke stays inside the wires...',
1066
- 'Rewriting in Rust for no particular reason...':
1067
- 'Rewriting in Rust for no particular reason...',
1068
- 'Trying to exit Vim...': 'Trying to exit Vim...',
1069
- 'Spinning up the hamster wheel...': 'Spinning up the hamster wheel...',
1070
- "That's not a bug, it's an undocumented feature...":
1289
+ 'Trying to exit Vim...',
1290
+ 'Spinning up the hamster wheel...',
1071
1291
  "That's not a bug, it's an undocumented feature...",
1072
- 'Engage.': 'Engage.',
1073
- "I'll be back... with an answer.": "I'll be back... with an answer.",
1074
- 'My other process is a TARDIS...': 'My other process is a TARDIS...',
1075
- 'Communing with the machine spirit...':
1292
+ 'Engage.',
1293
+ "I'll be back... with an answer.",
1294
+ 'My other process is a TARDIS...',
1076
1295
  'Communing with the machine spirit...',
1077
- 'Letting the thoughts marinate...': 'Letting the thoughts marinate...',
1078
- 'Just remembered where I put my keys...':
1296
+ 'Letting the thoughts marinate...',
1079
1297
  'Just remembered where I put my keys...',
1080
- 'Pondering the orb...': 'Pondering the orb...',
1081
- "I've seen things you people wouldn't believe... like a user who reads loading messages.":
1298
+ 'Pondering the orb...',
1082
1299
  "I've seen things you people wouldn't believe... like a user who reads loading messages.",
1083
- 'Initiating thoughtful gaze...': 'Initiating thoughtful gaze...',
1084
- "What's a computer's favorite snack? Microchips.":
1300
+ 'Initiating thoughtful gaze...',
1085
1301
  "What's a computer's favorite snack? Microchips.",
1086
- "Why do Java developers wear glasses? Because they don't C#.":
1087
1302
  "Why do Java developers wear glasses? Because they don't C#.",
1088
- 'Charging the laser... pew pew!': 'Charging the laser... pew pew!',
1089
- 'Dividing by zero... just kidding!': 'Dividing by zero... just kidding!',
1090
- 'Looking for an adult superviso... I mean, processing.':
1303
+ 'Charging the laser... pew pew!',
1304
+ 'Dividing by zero... just kidding!',
1091
1305
  'Looking for an adult superviso... I mean, processing.',
1092
- 'Making it go beep boop.': 'Making it go beep boop.',
1093
- 'Buffering... because even AIs need a moment.':
1306
+ 'Making it go beep boop.',
1094
1307
  'Buffering... because even AIs need a moment.',
1095
- 'Entangling quantum particles for a faster response...':
1096
1308
  'Entangling quantum particles for a faster response...',
1097
- 'Polishing the chrome... on the algorithms.':
1098
1309
  'Polishing the chrome... on the algorithms.',
1099
- 'Are you not entertained? (Working on it!)':
1100
1310
  'Are you not entertained? (Working on it!)',
1101
- 'Summoning the code gremlins... to help, of course.':
1102
1311
  'Summoning the code gremlins... to help, of course.',
1103
- 'Just waiting for the dial-up tone to finish...':
1104
1312
  'Just waiting for the dial-up tone to finish...',
1105
- 'Recalibrating the humor-o-meter.': 'Recalibrating the humor-o-meter.',
1106
- 'My other loading screen is even funnier.':
1313
+ 'Recalibrating the humor-o-meter.',
1107
1314
  'My other loading screen is even funnier.',
1108
- "Pretty sure there's a cat walking on the keyboard somewhere...":
1109
1315
  "Pretty sure there's a cat walking on the keyboard somewhere...",
1110
- 'Enhancing... Enhancing... Still loading.':
1111
1316
  'Enhancing... Enhancing... Still loading.',
1112
- "It's not a bug, it's a feature... of this loading screen.":
1113
1317
  "It's not a bug, it's a feature... of this loading screen.",
1114
- 'Have you tried turning it off and on again? (The loading screen, not me.)':
1115
1318
  'Have you tried turning it off and on again? (The loading screen, not me.)',
1116
- 'Constructing additional pylons...': 'Constructing additional pylons...',
1319
+ 'Constructing additional pylons...',
1320
+ ],
1321
+
1322
+ // ============================================================================
1323
+ // Extension Settings Input
1324
+ // ============================================================================
1325
+ 'Enter value...': 'Enter value...',
1326
+ 'Enter sensitive value...': 'Enter sensitive value...',
1327
+ 'Press Enter to submit, Escape to cancel':
1328
+ 'Press Enter to submit, Escape to cancel',
1329
+
1330
+ // ============================================================================
1331
+ // Command Migration Tool
1332
+ // ============================================================================
1333
+ 'Markdown file already exists: {{filename}}':
1334
+ 'Markdown file already exists: {{filename}}',
1335
+ 'TOML Command Format Deprecation Notice':
1336
+ 'TOML Command Format Deprecation Notice',
1337
+ 'Found {{count}} command file(s) in TOML format:':
1338
+ 'Found {{count}} command file(s) in TOML format:',
1339
+ 'The TOML format for commands is being deprecated in favor of Markdown format.':
1340
+ 'The TOML format for commands is being deprecated in favor of Markdown format.',
1341
+ 'Markdown format is more readable and easier to edit.':
1342
+ 'Markdown format is more readable and easier to edit.',
1343
+ 'You can migrate these files automatically using:':
1344
+ 'You can migrate these files automatically using:',
1345
+ 'Or manually convert each file:': 'Or manually convert each file:',
1346
+ 'TOML: prompt = "..." / description = "..."':
1347
+ 'TOML: prompt = "..." / description = "..."',
1348
+ 'Markdown: YAML frontmatter + content':
1349
+ 'Markdown: YAML frontmatter + content',
1350
+ 'The migration tool will:': 'The migration tool will:',
1351
+ 'Convert TOML files to Markdown': 'Convert TOML files to Markdown',
1352
+ 'Create backups of original files': 'Create backups of original files',
1353
+ 'Preserve all command functionality': 'Preserve all command functionality',
1354
+ 'TOML format will continue to work for now, but migration is recommended.':
1355
+ 'TOML format will continue to work for now, but migration is recommended.',
1356
+
1357
+ // ============================================================================
1358
+ // Extensions - Explore Command
1359
+ // ============================================================================
1360
+ 'Open extensions page in your browser':
1361
+ 'Open extensions page in your browser',
1362
+ 'Unknown extensions source: {{source}}.':
1363
+ 'Unknown extensions source: {{source}}.',
1364
+ 'Would open extensions page in your browser: {{url}} (skipped in test environment)':
1365
+ 'Would open extensions page in your browser: {{url}} (skipped in test environment)',
1366
+ 'View available extensions at {{url}}':
1367
+ 'View available extensions at {{url}}',
1368
+ 'Opening extensions page in your browser: {{url}}':
1369
+ 'Opening extensions page in your browser: {{url}}',
1370
+ 'Failed to open browser. Check out the extensions gallery at {{url}}':
1371
+ 'Failed to open browser. Check out the extensions gallery at {{url}}',
1372
+
1373
+ // ============================================================================
1374
+ // Retry / Rate Limit
1375
+ // ============================================================================
1376
+ 'Rate limit error: {{reason}}': 'Rate limit error: {{reason}}',
1377
+ 'Retrying in {{seconds}} seconds… (attempt {{attempt}}/{{maxRetries}})':
1378
+ 'Retrying in {{seconds}} seconds… (attempt {{attempt}}/{{maxRetries}})',
1379
+
1380
+ // ============================================================================
1381
+ // Coding Plan Authentication
1382
+ // ============================================================================
1383
+ 'Please enter your API key:': 'Please enter your API key:',
1384
+ 'API key cannot be empty.': 'API key cannot be empty.',
1385
+ 'You can get your exclusive Coding Plan API-KEY here:':
1386
+ 'You can get your exclusive Coding Plan API-KEY here:',
1387
+ 'API key is stored in settings.env. You can migrate it to a .env file for better security.':
1388
+ 'API key is stored in settings.env. You can migrate it to a .env file for better security.',
1389
+ 'New model configurations are available for Bailian Coding Plan. Update now?':
1390
+ 'New model configurations are available for Bailian Coding Plan. Update now?',
1391
+ 'Coding Plan configuration updated successfully. New models are now available.':
1392
+ 'Coding Plan configuration updated successfully. New models are now available.',
1393
+ 'Coding Plan API key not found. Please re-authenticate with Coding Plan.':
1394
+ 'Coding Plan API key not found. Please re-authenticate with Coding Plan.',
1395
+ 'Failed to update Coding Plan configuration: {{message}}':
1396
+ 'Failed to update Coding Plan configuration: {{message}}',
1397
+
1398
+ // ============================================================================
1399
+ // Custom API-KEY Configuration
1400
+ // ============================================================================
1401
+ 'For advanced users who want to configure models manually.':
1402
+ 'For advanced users who want to configure models manually.',
1403
+ 'Please configure your models in settings.json:':
1404
+ 'Please configure your models in settings.json:',
1405
+ 'Set API key via environment variable (e.g., OPENAI_API_KEY)':
1406
+ 'Set API key via environment variable (e.g., OPENAI_API_KEY)',
1407
+ "Add model configuration to modelProviders['openai'] (or other auth types)":
1408
+ "Add model configuration to modelProviders['openai'] (or other auth types)",
1409
+ 'Each provider needs: id, envKey (required), plus optional baseUrl, generationConfig':
1410
+ 'Each provider needs: id, envKey (required), plus optional baseUrl, generationConfig',
1411
+ 'Use /model command to select your preferred model from the configured list':
1412
+ 'Use /model command to select your preferred model from the configured list',
1413
+ 'Supported auth types: openai, anthropic, gemini, vertex-ai, etc.':
1414
+ 'Supported auth types: openai, anthropic, gemini, vertex-ai, etc.',
1415
+ 'More instructions please check:': 'More instructions please check:',
1416
+
1417
+ // ============================================================================
1418
+ // Auth Dialog - View Titles and Labels
1419
+ // ============================================================================
1420
+ 'Coding Plan': 'Coding Plan',
1421
+ 'Coding Plan (Bailian, China)': 'Coding Plan (Bailian, China)',
1422
+ 'Coding Plan (Bailian, Global/Intl)': 'Coding Plan (Bailian, Global/Intl)',
1423
+ "Paste your api key of Bailian Coding Plan and you're all set!":
1424
+ "Paste your api key of Bailian Coding Plan and you're all set!",
1425
+ "Paste your api key of Coding Plan (Bailian, Global/Intl) and you're all set!":
1426
+ "Paste your api key of Coding Plan (Bailian, Global/Intl) and you're all set!",
1427
+ Custom: 'Custom',
1428
+ 'More instructions about configuring `modelProviders` manually.':
1429
+ 'More instructions about configuring `modelProviders` manually.',
1430
+ 'Select API-KEY configuration mode:': 'Select API-KEY configuration mode:',
1431
+ '(Press Escape to go back)': '(Press Escape to go back)',
1432
+ '(Press Enter to submit, Escape to cancel)':
1433
+ '(Press Enter to submit, Escape to cancel)',
1434
+
1435
+ // ============================================================================
1436
+ // Coding Plan International Updates
1437
+ // ============================================================================
1438
+ 'New model configurations are available for {{region}}. Update now?':
1439
+ 'New model configurations are available for {{region}}. Update now?',
1440
+ 'New model configurations are available for Bailian Coding Plan (China). Update now?':
1441
+ 'New model configurations are available for Bailian Coding Plan (China). Update now?',
1442
+ 'New model configurations are available for Coding Plan (Bailian, Global/Intl). Update now?':
1443
+ 'New model configurations are available for Coding Plan (Bailian, Global/Intl). Update now?',
1444
+ '{{region}} configuration updated successfully. Model switched to "{{model}}".':
1445
+ '{{region}} configuration updated successfully. Model switched to "{{model}}".',
1446
+ 'Authenticated successfully with {{region}}. API key is stored in settings.env.':
1447
+ 'Authenticated successfully with {{region}}. API key is stored in settings.env.',
1117
1448
  };