@m4ike1/ion-coding-agent 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1126) hide show
  1. package/CHANGELOG.md +5747 -0
  2. package/README.md +738 -0
  3. package/dist/bun/cli.d.ts +5 -0
  4. package/dist/bun/cli.d.ts.map +1 -0
  5. package/dist/bun/cli.js +5 -0
  6. package/dist/bun/cli.js.map +1 -0
  7. package/dist/bun/restore-sandbox-env.d.ts +17 -0
  8. package/dist/bun/restore-sandbox-env.d.ts.map +1 -0
  9. package/dist/bun/restore-sandbox-env.js +36 -0
  10. package/dist/bun/restore-sandbox-env.js.map +1 -0
  11. package/dist/bun/runtime-setup.d.ts +2 -0
  12. package/dist/bun/runtime-setup.d.ts.map +1 -0
  13. package/dist/bun/runtime-setup.js +9 -0
  14. package/dist/bun/runtime-setup.js.map +1 -0
  15. package/dist/bun/sandbox-env-setup.d.ts +2 -0
  16. package/dist/bun/sandbox-env-setup.d.ts.map +1 -0
  17. package/dist/bun/sandbox-env-setup.js +4 -0
  18. package/dist/bun/sandbox-env-setup.js.map +1 -0
  19. package/dist/bundle/chunks/anthropic-messages-RPVA4Z4Y.js +6 -0
  20. package/dist/bundle/chunks/anthropic.js +75 -0
  21. package/dist/bundle/chunks/azure-openai-responses-AJS3XTKL.js +2 -0
  22. package/dist/bundle/chunks/bedrock-converse-stream.js +78 -0
  23. package/dist/bundle/chunks/chunk-2MOZ6JBC.js +2 -0
  24. package/dist/bundle/chunks/chunk-3BIJ3AQO.js +12 -0
  25. package/dist/bundle/chunks/chunk-47K3I3YT.js +6 -0
  26. package/dist/bundle/chunks/chunk-4BN67GCJ.js +1664 -0
  27. package/dist/bundle/chunks/chunk-4PN6UIWX.js +2 -0
  28. package/dist/bundle/chunks/chunk-4TQA6ATT.js +4 -0
  29. package/dist/bundle/chunks/chunk-5NVSYJOG.js +2 -0
  30. package/dist/bundle/chunks/chunk-7OJL7DR5.js +2 -0
  31. package/dist/bundle/chunks/chunk-BEER2HEL.js +2 -0
  32. package/dist/bundle/chunks/chunk-CQX3HQAT.js +2 -0
  33. package/dist/bundle/chunks/chunk-FBMFFBV2.js +2 -0
  34. package/dist/bundle/chunks/chunk-GAZIWLQB.js +2 -0
  35. package/dist/bundle/chunks/chunk-HFYRAIWC.js +44 -0
  36. package/dist/bundle/chunks/chunk-IH7HUXWH.js +2 -0
  37. package/dist/bundle/chunks/chunk-LPP2XRBR.js +11 -0
  38. package/dist/bundle/chunks/chunk-LUTYILPM.js +25 -0
  39. package/dist/bundle/chunks/chunk-Q3ZNVFWD.js +42 -0
  40. package/dist/bundle/chunks/chunk-QNBVCBN3.js +2 -0
  41. package/dist/bundle/chunks/chunk-SWVWKUIA.js +2 -0
  42. package/dist/bundle/chunks/chunk-SY4QP6EI.js +2 -0
  43. package/dist/bundle/chunks/chunk-TVAWBPPS.js +2 -0
  44. package/dist/bundle/chunks/chunk-WPN6KEON.js +2 -0
  45. package/dist/bundle/chunks/chunk-WRID246J.js +2 -0
  46. package/dist/bundle/chunks/github-copilot.js +2 -0
  47. package/dist/bundle/chunks/google-generative-ai-S7SD5HC7.js +2 -0
  48. package/dist/bundle/chunks/google-vertex-NUNHA7QM.js +2 -0
  49. package/dist/bundle/chunks/https-proxy-agent-O2332S4O.js +13 -0
  50. package/dist/bundle/chunks/image-resize-worker.js +2 -0
  51. package/dist/bundle/chunks/ion-messages-KTW6MD7U.js +8 -0
  52. package/dist/bundle/chunks/kimi-coding.js +2 -0
  53. package/dist/bundle/chunks/lib-D4EQQPRR.js +9 -0
  54. package/dist/bundle/chunks/mistral-conversations-C7I3G2LA.js +5 -0
  55. package/dist/bundle/chunks/multipart-parser-PL2BXRDT.js +3 -0
  56. package/dist/bundle/chunks/node-7OQEATQA.js +2 -0
  57. package/dist/bundle/chunks/node-QIUI6CIW.js +16 -0
  58. package/dist/bundle/chunks/openai-codex-responses-2KRULDYR.js +10 -0
  59. package/dist/bundle/chunks/openai-codex.js +75 -0
  60. package/dist/bundle/chunks/openai-completions-64KX63FN.js +7 -0
  61. package/dist/bundle/chunks/openai-responses-QF3PPSTS.js +2 -0
  62. package/dist/bundle/chunks/openrouter-images-GQVXT3PO.js +2 -0
  63. package/dist/bundle/chunks/openrouter.js +75 -0
  64. package/dist/bundle/chunks/radius.js +75 -0
  65. package/dist/bundle/chunks/src-AZ7LBHGY.js +4 -0
  66. package/dist/bundle/chunks/xai.js +2 -0
  67. package/dist/bundle/cli.js +3 -0
  68. package/dist/bundle/index.js +2 -0
  69. package/dist/bundle/rpc-entry.js +3 -0
  70. package/dist/cli/args.d.ts +61 -0
  71. package/dist/cli/args.d.ts.map +1 -0
  72. package/dist/cli/args.js +440 -0
  73. package/dist/cli/args.js.map +1 -0
  74. package/dist/cli/auth-check.d.ts +19 -0
  75. package/dist/cli/auth-check.d.ts.map +1 -0
  76. package/dist/cli/auth-check.js +50 -0
  77. package/dist/cli/auth-check.js.map +1 -0
  78. package/dist/cli/auth-command.d.ts +24 -0
  79. package/dist/cli/auth-command.d.ts.map +1 -0
  80. package/dist/cli/auth-command.js +103 -0
  81. package/dist/cli/auth-command.js.map +1 -0
  82. package/dist/cli/config-selector.d.ts +16 -0
  83. package/dist/cli/config-selector.d.ts.map +1 -0
  84. package/dist/cli/config-selector.js +32 -0
  85. package/dist/cli/config-selector.js.map +1 -0
  86. package/dist/cli/credential-print.d.ts +13 -0
  87. package/dist/cli/credential-print.d.ts.map +1 -0
  88. package/dist/cli/credential-print.js +76 -0
  89. package/dist/cli/credential-print.js.map +1 -0
  90. package/dist/cli/file-processor.d.ts +15 -0
  91. package/dist/cli/file-processor.d.ts.map +1 -0
  92. package/dist/cli/file-processor.js +71 -0
  93. package/dist/cli/file-processor.js.map +1 -0
  94. package/dist/cli/initial-message.d.ts +18 -0
  95. package/dist/cli/initial-message.d.ts.map +1 -0
  96. package/dist/cli/initial-message.js +22 -0
  97. package/dist/cli/initial-message.js.map +1 -0
  98. package/dist/cli/list-models.d.ts +9 -0
  99. package/dist/cli/list-models.d.ts.map +1 -0
  100. package/dist/cli/list-models.js +98 -0
  101. package/dist/cli/list-models.js.map +1 -0
  102. package/dist/cli/project-trust.d.ts +10 -0
  103. package/dist/cli/project-trust.d.ts.map +1 -0
  104. package/dist/cli/project-trust.js +48 -0
  105. package/dist/cli/project-trust.js.map +1 -0
  106. package/dist/cli/session-picker.d.ts +10 -0
  107. package/dist/cli/session-picker.d.ts.map +1 -0
  108. package/dist/cli/session-picker.js +36 -0
  109. package/dist/cli/session-picker.js.map +1 -0
  110. package/dist/cli/setup.d.ts +2 -0
  111. package/dist/cli/setup.d.ts.map +1 -0
  112. package/dist/cli/setup.js +12 -0
  113. package/dist/cli/setup.js.map +1 -0
  114. package/dist/cli/startup-ui.d.ts +20 -0
  115. package/dist/cli/startup-ui.d.ts.map +1 -0
  116. package/dist/cli/startup-ui.js +185 -0
  117. package/dist/cli/startup-ui.js.map +1 -0
  118. package/dist/cli.d.ts +3 -0
  119. package/dist/cli.d.ts.map +1 -0
  120. package/dist/cli.js +6 -0
  121. package/dist/cli.js.map +1 -0
  122. package/dist/config.d.ts +122 -0
  123. package/dist/config.d.ts.map +1 -0
  124. package/dist/config.js +609 -0
  125. package/dist/config.js.map +1 -0
  126. package/dist/core/agent-session-runtime.d.ts +119 -0
  127. package/dist/core/agent-session-runtime.d.ts.map +1 -0
  128. package/dist/core/agent-session-runtime.js +317 -0
  129. package/dist/core/agent-session-runtime.js.map +1 -0
  130. package/dist/core/agent-session-services.d.ts +86 -0
  131. package/dist/core/agent-session-services.d.ts.map +1 -0
  132. package/dist/core/agent-session-services.js +134 -0
  133. package/dist/core/agent-session-services.js.map +1 -0
  134. package/dist/core/agent-session.d.ts +725 -0
  135. package/dist/core/agent-session.d.ts.map +1 -0
  136. package/dist/core/agent-session.js +2968 -0
  137. package/dist/core/agent-session.js.map +1 -0
  138. package/dist/core/auth-guidance.d.ts +5 -0
  139. package/dist/core/auth-guidance.d.ts.map +1 -0
  140. package/dist/core/auth-guidance.js +21 -0
  141. package/dist/core/auth-guidance.js.map +1 -0
  142. package/dist/core/auth-storage.d.ts +72 -0
  143. package/dist/core/auth-storage.d.ts.map +1 -0
  144. package/dist/core/auth-storage.js +426 -0
  145. package/dist/core/auth-storage.js.map +1 -0
  146. package/dist/core/bash-executor.d.ts +32 -0
  147. package/dist/core/bash-executor.d.ts.map +1 -0
  148. package/dist/core/bash-executor.js +111 -0
  149. package/dist/core/bash-executor.js.map +1 -0
  150. package/dist/core/cache-stats.d.ts +49 -0
  151. package/dist/core/cache-stats.d.ts.map +1 -0
  152. package/dist/core/cache-stats.js +101 -0
  153. package/dist/core/cache-stats.js.map +1 -0
  154. package/dist/core/compaction/branch-summarization.d.ts +98 -0
  155. package/dist/core/compaction/branch-summarization.d.ts.map +1 -0
  156. package/dist/core/compaction/branch-summarization.js +251 -0
  157. package/dist/core/compaction/branch-summarization.js.map +1 -0
  158. package/dist/core/compaction/compaction.d.ts +145 -0
  159. package/dist/core/compaction/compaction.d.ts.map +1 -0
  160. package/dist/core/compaction/compaction.js +690 -0
  161. package/dist/core/compaction/compaction.js.map +1 -0
  162. package/dist/core/compaction/index.d.ts +7 -0
  163. package/dist/core/compaction/index.d.ts.map +1 -0
  164. package/dist/core/compaction/index.js +7 -0
  165. package/dist/core/compaction/index.js.map +1 -0
  166. package/dist/core/compaction/utils.d.ts +38 -0
  167. package/dist/core/compaction/utils.d.ts.map +1 -0
  168. package/dist/core/compaction/utils.js +142 -0
  169. package/dist/core/compaction/utils.js.map +1 -0
  170. package/dist/core/defaults.d.ts +4 -0
  171. package/dist/core/defaults.d.ts.map +1 -0
  172. package/dist/core/defaults.js +11 -0
  173. package/dist/core/defaults.js.map +1 -0
  174. package/dist/core/diagnostics.d.ts +15 -0
  175. package/dist/core/diagnostics.d.ts.map +1 -0
  176. package/dist/core/diagnostics.js +2 -0
  177. package/dist/core/diagnostics.js.map +1 -0
  178. package/dist/core/event-bus.d.ts +9 -0
  179. package/dist/core/event-bus.d.ts.map +1 -0
  180. package/dist/core/event-bus.js +25 -0
  181. package/dist/core/event-bus.js.map +1 -0
  182. package/dist/core/exec.d.ts +29 -0
  183. package/dist/core/exec.d.ts.map +1 -0
  184. package/dist/core/exec.js +75 -0
  185. package/dist/core/exec.js.map +1 -0
  186. package/dist/core/experimental.d.ts +2 -0
  187. package/dist/core/experimental.d.ts.map +1 -0
  188. package/dist/core/experimental.js +4 -0
  189. package/dist/core/experimental.js.map +1 -0
  190. package/dist/core/export-html/ansi-to-html.d.ts +22 -0
  191. package/dist/core/export-html/ansi-to-html.d.ts.map +1 -0
  192. package/dist/core/export-html/ansi-to-html.js +249 -0
  193. package/dist/core/export-html/ansi-to-html.js.map +1 -0
  194. package/dist/core/export-html/index.d.ts +37 -0
  195. package/dist/core/export-html/index.d.ts.map +1 -0
  196. package/dist/core/export-html/index.js +226 -0
  197. package/dist/core/export-html/index.js.map +1 -0
  198. package/dist/core/export-html/template.css +1066 -0
  199. package/dist/core/export-html/template.html +55 -0
  200. package/dist/core/export-html/template.js +1871 -0
  201. package/dist/core/export-html/tool-renderer.d.ts +34 -0
  202. package/dist/core/export-html/tool-renderer.d.ts.map +1 -0
  203. package/dist/core/export-html/tool-renderer.js +108 -0
  204. package/dist/core/export-html/tool-renderer.js.map +1 -0
  205. package/dist/core/export-html/vendor/highlight.min.js +1213 -0
  206. package/dist/core/export-html/vendor/marked.min.js +78 -0
  207. package/dist/core/extensions/index.d.ts +12 -0
  208. package/dist/core/extensions/index.d.ts.map +1 -0
  209. package/dist/core/extensions/index.js +9 -0
  210. package/dist/core/extensions/index.js.map +1 -0
  211. package/dist/core/extensions/loader.d.ts +23 -0
  212. package/dist/core/extensions/loader.d.ts.map +1 -0
  213. package/dist/core/extensions/loader.js +655 -0
  214. package/dist/core/extensions/loader.js.map +1 -0
  215. package/dist/core/extensions/runner.d.ts +178 -0
  216. package/dist/core/extensions/runner.d.ts.map +1 -0
  217. package/dist/core/extensions/runner.js +1011 -0
  218. package/dist/core/extensions/runner.js.map +1 -0
  219. package/dist/core/extensions/types.d.ts +1375 -0
  220. package/dist/core/extensions/types.d.ts.map +1 -0
  221. package/dist/core/extensions/types.js +54 -0
  222. package/dist/core/extensions/types.js.map +1 -0
  223. package/dist/core/extensions/wrapper.d.ts +20 -0
  224. package/dist/core/extensions/wrapper.d.ts.map +1 -0
  225. package/dist/core/extensions/wrapper.js +41 -0
  226. package/dist/core/extensions/wrapper.js.map +1 -0
  227. package/dist/core/footer-data-provider.d.ts +64 -0
  228. package/dist/core/footer-data-provider.d.ts.map +1 -0
  229. package/dist/core/footer-data-provider.js +338 -0
  230. package/dist/core/footer-data-provider.js.map +1 -0
  231. package/dist/core/http-dispatcher.d.ts +22 -0
  232. package/dist/core/http-dispatcher.d.ts.map +1 -0
  233. package/dist/core/http-dispatcher.js +98 -0
  234. package/dist/core/http-dispatcher.js.map +1 -0
  235. package/dist/core/index.d.ts +13 -0
  236. package/dist/core/index.d.ts.map +1 -0
  237. package/dist/core/index.js +13 -0
  238. package/dist/core/index.js.map +1 -0
  239. package/dist/core/ion-manifest.d.ts +8 -0
  240. package/dist/core/ion-manifest.d.ts.map +1 -0
  241. package/dist/core/ion-manifest.js +26 -0
  242. package/dist/core/ion-manifest.js.map +1 -0
  243. package/dist/core/keybindings.d.ts +475 -0
  244. package/dist/core/keybindings.d.ts.map +1 -0
  245. package/dist/core/keybindings.js +321 -0
  246. package/dist/core/keybindings.js.map +1 -0
  247. package/dist/core/messages.d.ts +77 -0
  248. package/dist/core/messages.d.ts.map +1 -0
  249. package/dist/core/messages.js +123 -0
  250. package/dist/core/messages.js.map +1 -0
  251. package/dist/core/model-config.d.ts +591 -0
  252. package/dist/core/model-config.d.ts.map +1 -0
  253. package/dist/core/model-config.js +259 -0
  254. package/dist/core/model-config.js.map +1 -0
  255. package/dist/core/model-registry.d.ts +49 -0
  256. package/dist/core/model-registry.d.ts.map +1 -0
  257. package/dist/core/model-registry.js +115 -0
  258. package/dist/core/model-registry.js.map +1 -0
  259. package/dist/core/model-resolver.d.ts +124 -0
  260. package/dist/core/model-resolver.d.ts.map +1 -0
  261. package/dist/core/model-resolver.js +591 -0
  262. package/dist/core/model-resolver.js.map +1 -0
  263. package/dist/core/model-runtime.d.ts +101 -0
  264. package/dist/core/model-runtime.d.ts.map +1 -0
  265. package/dist/core/model-runtime.js +606 -0
  266. package/dist/core/model-runtime.js.map +1 -0
  267. package/dist/core/models-store.d.ts +22 -0
  268. package/dist/core/models-store.d.ts.map +1 -0
  269. package/dist/core/models-store.js +115 -0
  270. package/dist/core/models-store.js.map +1 -0
  271. package/dist/core/output-guard.d.ts +7 -0
  272. package/dist/core/output-guard.d.ts.map +1 -0
  273. package/dist/core/output-guard.js +89 -0
  274. package/dist/core/output-guard.js.map +1 -0
  275. package/dist/core/package-manager.d.ts +216 -0
  276. package/dist/core/package-manager.d.ts.map +1 -0
  277. package/dist/core/package-manager.js +2207 -0
  278. package/dist/core/package-manager.js.map +1 -0
  279. package/dist/core/project-trust.d.ts +15 -0
  280. package/dist/core/project-trust.d.ts.map +1 -0
  281. package/dist/core/project-trust.js +59 -0
  282. package/dist/core/project-trust.js.map +1 -0
  283. package/dist/core/prompt-templates.d.ts +54 -0
  284. package/dist/core/prompt-templates.d.ts.map +1 -0
  285. package/dist/core/prompt-templates.js +236 -0
  286. package/dist/core/prompt-templates.js.map +1 -0
  287. package/dist/core/provider-attribution.d.ts +4 -0
  288. package/dist/core/provider-attribution.d.ts.map +1 -0
  289. package/dist/core/provider-attribution.js +72 -0
  290. package/dist/core/provider-attribution.js.map +1 -0
  291. package/dist/core/provider-composer.d.ts +58 -0
  292. package/dist/core/provider-composer.d.ts.map +1 -0
  293. package/dist/core/provider-composer.js +402 -0
  294. package/dist/core/provider-composer.js.map +1 -0
  295. package/dist/core/radius.d.ts +2 -0
  296. package/dist/core/radius.d.ts.map +1 -0
  297. package/dist/core/radius.js +2 -0
  298. package/dist/core/radius.js.map +1 -0
  299. package/dist/core/remote-catalog-provider.d.ts +5 -0
  300. package/dist/core/remote-catalog-provider.d.ts.map +1 -0
  301. package/dist/core/remote-catalog-provider.js +137 -0
  302. package/dist/core/remote-catalog-provider.js.map +1 -0
  303. package/dist/core/resolve-config-value.d.ts +30 -0
  304. package/dist/core/resolve-config-value.d.ts.map +1 -0
  305. package/dist/core/resolve-config-value.js +247 -0
  306. package/dist/core/resolve-config-value.js.map +1 -0
  307. package/dist/core/resource-loader.d.ts +221 -0
  308. package/dist/core/resource-loader.d.ts.map +1 -0
  309. package/dist/core/resource-loader.js +875 -0
  310. package/dist/core/resource-loader.js.map +1 -0
  311. package/dist/core/runtime-credentials.d.ts +15 -0
  312. package/dist/core/runtime-credentials.d.ts.map +1 -0
  313. package/dist/core/runtime-credentials.js +39 -0
  314. package/dist/core/runtime-credentials.js.map +1 -0
  315. package/dist/core/sdk.d.ts +108 -0
  316. package/dist/core/sdk.d.ts.map +1 -0
  317. package/dist/core/sdk.js +285 -0
  318. package/dist/core/sdk.js.map +1 -0
  319. package/dist/core/session-cwd.d.ts +19 -0
  320. package/dist/core/session-cwd.d.ts.map +1 -0
  321. package/dist/core/session-cwd.js +38 -0
  322. package/dist/core/session-cwd.js.map +1 -0
  323. package/dist/core/session-export.d.ts +4 -0
  324. package/dist/core/session-export.d.ts.map +1 -0
  325. package/dist/core/session-export.js +32 -0
  326. package/dist/core/session-export.js.map +1 -0
  327. package/dist/core/session-index.d.ts +67 -0
  328. package/dist/core/session-index.d.ts.map +1 -0
  329. package/dist/core/session-index.js +376 -0
  330. package/dist/core/session-index.js.map +1 -0
  331. package/dist/core/session-manager.d.ts +376 -0
  332. package/dist/core/session-manager.d.ts.map +1 -0
  333. package/dist/core/session-manager.js +1587 -0
  334. package/dist/core/session-manager.js.map +1 -0
  335. package/dist/core/session-naming-runtime.d.ts +153 -0
  336. package/dist/core/session-naming-runtime.d.ts.map +1 -0
  337. package/dist/core/session-naming-runtime.js +336 -0
  338. package/dist/core/session-naming-runtime.js.map +1 -0
  339. package/dist/core/settings-diagnostics.d.ts +9 -0
  340. package/dist/core/settings-diagnostics.d.ts.map +1 -0
  341. package/dist/core/settings-diagnostics.js +21 -0
  342. package/dist/core/settings-diagnostics.js.map +1 -0
  343. package/dist/core/settings-manager.d.ts +375 -0
  344. package/dist/core/settings-manager.d.ts.map +1 -0
  345. package/dist/core/settings-manager.js +1110 -0
  346. package/dist/core/settings-manager.js.map +1 -0
  347. package/dist/core/skills.d.ts +60 -0
  348. package/dist/core/skills.d.ts.map +1 -0
  349. package/dist/core/skills.js +412 -0
  350. package/dist/core/skills.js.map +1 -0
  351. package/dist/core/slash-commands.d.ts +17 -0
  352. package/dist/core/slash-commands.d.ts.map +1 -0
  353. package/dist/core/slash-commands.js +33 -0
  354. package/dist/core/slash-commands.js.map +1 -0
  355. package/dist/core/source-info.d.ts +18 -0
  356. package/dist/core/source-info.d.ts.map +1 -0
  357. package/dist/core/source-info.js +19 -0
  358. package/dist/core/source-info.js.map +1 -0
  359. package/dist/core/system-prompt.d.ts +28 -0
  360. package/dist/core/system-prompt.d.ts.map +1 -0
  361. package/dist/core/system-prompt.js +118 -0
  362. package/dist/core/system-prompt.js.map +1 -0
  363. package/dist/core/telemetry.d.ts +3 -0
  364. package/dist/core/telemetry.d.ts.map +1 -0
  365. package/dist/core/telemetry.js +9 -0
  366. package/dist/core/telemetry.js.map +1 -0
  367. package/dist/core/timings.d.ts +10 -0
  368. package/dist/core/timings.d.ts.map +1 -0
  369. package/dist/core/timings.js +41 -0
  370. package/dist/core/timings.js.map +1 -0
  371. package/dist/core/tools/bash.d.ts +87 -0
  372. package/dist/core/tools/bash.d.ts.map +1 -0
  373. package/dist/core/tools/bash.js +295 -0
  374. package/dist/core/tools/bash.js.map +1 -0
  375. package/dist/core/tools/edit-diff.d.ts +101 -0
  376. package/dist/core/tools/edit-diff.d.ts.map +1 -0
  377. package/dist/core/tools/edit-diff.js +421 -0
  378. package/dist/core/tools/edit-diff.js.map +1 -0
  379. package/dist/core/tools/edit.d.ts +44 -0
  380. package/dist/core/tools/edit.d.ts.map +1 -0
  381. package/dist/core/tools/edit.js +147 -0
  382. package/dist/core/tools/edit.js.map +1 -0
  383. package/dist/core/tools/file-mutation-queue.d.ts +6 -0
  384. package/dist/core/tools/file-mutation-queue.d.ts.map +1 -0
  385. package/dist/core/tools/file-mutation-queue.js +52 -0
  386. package/dist/core/tools/file-mutation-queue.js.map +1 -0
  387. package/dist/core/tools/find.d.ts +42 -0
  388. package/dist/core/tools/find.d.ts.map +1 -0
  389. package/dist/core/tools/find.js +251 -0
  390. package/dist/core/tools/find.js.map +1 -0
  391. package/dist/core/tools/grep.d.ts +53 -0
  392. package/dist/core/tools/grep.d.ts.map +1 -0
  393. package/dist/core/tools/grep.js +463 -0
  394. package/dist/core/tools/grep.js.map +1 -0
  395. package/dist/core/tools/index.d.ts +49 -0
  396. package/dist/core/tools/index.d.ts.map +1 -0
  397. package/dist/core/tools/index.js +147 -0
  398. package/dist/core/tools/index.js.map +1 -0
  399. package/dist/core/tools/ls.d.ts +48 -0
  400. package/dist/core/tools/ls.d.ts.map +1 -0
  401. package/dist/core/tools/ls.js +224 -0
  402. package/dist/core/tools/ls.js.map +1 -0
  403. package/dist/core/tools/output-accumulator.d.ts +52 -0
  404. package/dist/core/tools/output-accumulator.d.ts.map +1 -0
  405. package/dist/core/tools/output-accumulator.js +184 -0
  406. package/dist/core/tools/output-accumulator.js.map +1 -0
  407. package/dist/core/tools/path-utils.d.ts +10 -0
  408. package/dist/core/tools/path-utils.d.ts.map +1 -0
  409. package/dist/core/tools/path-utils.js +99 -0
  410. package/dist/core/tools/path-utils.js.map +1 -0
  411. package/dist/core/tools/powershell.d.ts +16 -0
  412. package/dist/core/tools/powershell.d.ts.map +1 -0
  413. package/dist/core/tools/powershell.js +39 -0
  414. package/dist/core/tools/powershell.js.map +1 -0
  415. package/dist/core/tools/read.d.ts +39 -0
  416. package/dist/core/tools/read.d.ts.map +1 -0
  417. package/dist/core/tools/read.js +165 -0
  418. package/dist/core/tools/read.js.map +1 -0
  419. package/dist/core/tools/render-utils.d.ts +24 -0
  420. package/dist/core/tools/render-utils.d.ts.map +1 -0
  421. package/dist/core/tools/render-utils.js +65 -0
  422. package/dist/core/tools/render-utils.js.map +1 -0
  423. package/dist/core/tools/renderers/bash.d.ts +12 -0
  424. package/dist/core/tools/renderers/bash.d.ts.map +1 -0
  425. package/dist/core/tools/renderers/bash.js +130 -0
  426. package/dist/core/tools/renderers/bash.js.map +1 -0
  427. package/dist/core/tools/renderers/edit.d.ts +23 -0
  428. package/dist/core/tools/renderers/edit.d.ts.map +1 -0
  429. package/dist/core/tools/renderers/edit.js +167 -0
  430. package/dist/core/tools/renderers/edit.js.map +1 -0
  431. package/dist/core/tools/renderers/find.d.ts +10 -0
  432. package/dist/core/tools/renderers/find.d.ts.map +1 -0
  433. package/dist/core/tools/renderers/find.js +64 -0
  434. package/dist/core/tools/renderers/find.js.map +1 -0
  435. package/dist/core/tools/renderers/grep.d.ts +10 -0
  436. package/dist/core/tools/renderers/grep.d.ts.map +1 -0
  437. package/dist/core/tools/renderers/grep.js +69 -0
  438. package/dist/core/tools/renderers/grep.js.map +1 -0
  439. package/dist/core/tools/renderers/index.d.ts +29 -0
  440. package/dist/core/tools/renderers/index.d.ts.map +1 -0
  441. package/dist/core/tools/renderers/index.js +50 -0
  442. package/dist/core/tools/renderers/index.js.map +1 -0
  443. package/dist/core/tools/renderers/ls.d.ts +10 -0
  444. package/dist/core/tools/renderers/ls.d.ts.map +1 -0
  445. package/dist/core/tools/renderers/ls.js +66 -0
  446. package/dist/core/tools/renderers/ls.js.map +1 -0
  447. package/dist/core/tools/renderers/read.d.ts +11 -0
  448. package/dist/core/tools/renderers/read.d.ts.map +1 -0
  449. package/dist/core/tools/renderers/read.js +129 -0
  450. package/dist/core/tools/renderers/read.js.map +1 -0
  451. package/dist/core/tools/renderers/webfetch.d.ts +11 -0
  452. package/dist/core/tools/renderers/webfetch.d.ts.map +1 -0
  453. package/dist/core/tools/renderers/webfetch.js +89 -0
  454. package/dist/core/tools/renderers/webfetch.js.map +1 -0
  455. package/dist/core/tools/renderers/write.d.ts +10 -0
  456. package/dist/core/tools/renderers/write.d.ts.map +1 -0
  457. package/dist/core/tools/renderers/write.js +153 -0
  458. package/dist/core/tools/renderers/write.js.map +1 -0
  459. package/dist/core/tools/tool-definition-wrapper.d.ts +14 -0
  460. package/dist/core/tools/tool-definition-wrapper.d.ts.map +1 -0
  461. package/dist/core/tools/tool-definition-wrapper.js +36 -0
  462. package/dist/core/tools/tool-definition-wrapper.js.map +1 -0
  463. package/dist/core/tools/truncate.d.ts +70 -0
  464. package/dist/core/tools/truncate.d.ts.map +1 -0
  465. package/dist/core/tools/truncate.js +215 -0
  466. package/dist/core/tools/truncate.js.map +1 -0
  467. package/dist/core/tools/webextract.d.ts +36 -0
  468. package/dist/core/tools/webextract.d.ts.map +1 -0
  469. package/dist/core/tools/webextract.js +130 -0
  470. package/dist/core/tools/webextract.js.map +1 -0
  471. package/dist/core/tools/webfetch.d.ts +104 -0
  472. package/dist/core/tools/webfetch.d.ts.map +1 -0
  473. package/dist/core/tools/webfetch.js +231 -0
  474. package/dist/core/tools/webfetch.js.map +1 -0
  475. package/dist/core/tools/write.d.ts +30 -0
  476. package/dist/core/tools/write.d.ts.map +1 -0
  477. package/dist/core/tools/write.js +61 -0
  478. package/dist/core/tools/write.js.map +1 -0
  479. package/dist/core/trust-manager.d.ts +36 -0
  480. package/dist/core/trust-manager.d.ts.map +1 -0
  481. package/dist/core/trust-manager.js +203 -0
  482. package/dist/core/trust-manager.js.map +1 -0
  483. package/dist/core/usage-totals.d.ts +19 -0
  484. package/dist/core/usage-totals.d.ts.map +1 -0
  485. package/dist/core/usage-totals.js +52 -0
  486. package/dist/core/usage-totals.js.map +1 -0
  487. package/dist/core/webfetch/backend-exa.d.ts +65 -0
  488. package/dist/core/webfetch/backend-exa.d.ts.map +1 -0
  489. package/dist/core/webfetch/backend-exa.js +282 -0
  490. package/dist/core/webfetch/backend-exa.js.map +1 -0
  491. package/dist/core/webfetch/backend-firecrawl.d.ts +59 -0
  492. package/dist/core/webfetch/backend-firecrawl.d.ts.map +1 -0
  493. package/dist/core/webfetch/backend-firecrawl.js +339 -0
  494. package/dist/core/webfetch/backend-firecrawl.js.map +1 -0
  495. package/dist/core/webfetch/backend-undici.d.ts +21 -0
  496. package/dist/core/webfetch/backend-undici.d.ts.map +1 -0
  497. package/dist/core/webfetch/backend-undici.js +109 -0
  498. package/dist/core/webfetch/backend-undici.js.map +1 -0
  499. package/dist/core/webfetch/backend.d.ts +45 -0
  500. package/dist/core/webfetch/backend.d.ts.map +1 -0
  501. package/dist/core/webfetch/backend.js +9 -0
  502. package/dist/core/webfetch/backend.js.map +1 -0
  503. package/dist/core/webfetch/doc-store.d.ts +45 -0
  504. package/dist/core/webfetch/doc-store.d.ts.map +1 -0
  505. package/dist/core/webfetch/doc-store.js +57 -0
  506. package/dist/core/webfetch/doc-store.js.map +1 -0
  507. package/dist/core/webfetch/guardrails.d.ts +75 -0
  508. package/dist/core/webfetch/guardrails.d.ts.map +1 -0
  509. package/dist/core/webfetch/guardrails.js +195 -0
  510. package/dist/core/webfetch/guardrails.js.map +1 -0
  511. package/dist/core/webfetch/robots.d.ts +46 -0
  512. package/dist/core/webfetch/robots.d.ts.map +1 -0
  513. package/dist/core/webfetch/robots.js +153 -0
  514. package/dist/core/webfetch/robots.js.map +1 -0
  515. package/dist/core/webfetch/search-intent.d.ts +59 -0
  516. package/dist/core/webfetch/search-intent.d.ts.map +1 -0
  517. package/dist/core/webfetch/search-intent.js +89 -0
  518. package/dist/core/webfetch/search-intent.js.map +1 -0
  519. package/dist/core/webfetch/search-tags.d.ts +23 -0
  520. package/dist/core/webfetch/search-tags.d.ts.map +1 -0
  521. package/dist/core/webfetch/search-tags.js +118 -0
  522. package/dist/core/webfetch/search-tags.js.map +1 -0
  523. package/dist/env-compat.d.ts +2 -0
  524. package/dist/env-compat.d.ts.map +1 -0
  525. package/dist/env-compat.js +17 -0
  526. package/dist/env-compat.js.map +1 -0
  527. package/dist/extensions/cue/autocomplete.d.ts +126 -0
  528. package/dist/extensions/cue/autocomplete.d.ts.map +1 -0
  529. package/dist/extensions/cue/autocomplete.js +744 -0
  530. package/dist/extensions/cue/autocomplete.js.map +1 -0
  531. package/dist/extensions/cue/index.d.ts +3 -0
  532. package/dist/extensions/cue/index.d.ts.map +1 -0
  533. package/dist/extensions/cue/index.js +341 -0
  534. package/dist/extensions/cue/index.js.map +1 -0
  535. package/dist/extensions/index.d.ts +13 -0
  536. package/dist/extensions/index.d.ts.map +1 -0
  537. package/dist/extensions/index.js +18 -0
  538. package/dist/extensions/index.js.map +1 -0
  539. package/dist/extensions/llama/client.d.ts +67 -0
  540. package/dist/extensions/llama/client.d.ts.map +1 -0
  541. package/dist/extensions/llama/client.js +309 -0
  542. package/dist/extensions/llama/client.js.map +1 -0
  543. package/dist/extensions/llama/huggingface.d.ts +23 -0
  544. package/dist/extensions/llama/huggingface.d.ts.map +1 -0
  545. package/dist/extensions/llama/huggingface.js +141 -0
  546. package/dist/extensions/llama/huggingface.js.map +1 -0
  547. package/dist/extensions/llama/index.d.ts +3 -0
  548. package/dist/extensions/llama/index.d.ts.map +1 -0
  549. package/dist/extensions/llama/index.js +219 -0
  550. package/dist/extensions/llama/index.js.map +1 -0
  551. package/dist/extensions/llama/provider.d.ts +12 -0
  552. package/dist/extensions/llama/provider.d.ts.map +1 -0
  553. package/dist/extensions/llama/provider.js +146 -0
  554. package/dist/extensions/llama/provider.js.map +1 -0
  555. package/dist/extensions/llama/ui.d.ts +42 -0
  556. package/dist/extensions/llama/ui.d.ts.map +1 -0
  557. package/dist/extensions/llama/ui.js +416 -0
  558. package/dist/extensions/llama/ui.js.map +1 -0
  559. package/dist/index.d.ts +36 -0
  560. package/dist/index.d.ts.map +1 -0
  561. package/dist/index.js +48 -0
  562. package/dist/index.js.map +1 -0
  563. package/dist/main.d.ts +17 -0
  564. package/dist/main.d.ts.map +1 -0
  565. package/dist/main.js +820 -0
  566. package/dist/main.js.map +1 -0
  567. package/dist/migrations.d.ts +33 -0
  568. package/dist/migrations.d.ts.map +1 -0
  569. package/dist/migrations.js +288 -0
  570. package/dist/migrations.js.map +1 -0
  571. package/dist/modes/index.d.ts +10 -0
  572. package/dist/modes/index.d.ts.map +1 -0
  573. package/dist/modes/index.js +8 -0
  574. package/dist/modes/index.js.map +1 -0
  575. package/dist/modes/interactive/assets/clankolas.png +0 -0
  576. package/dist/modes/interactive/chat-viewport.d.ts +20 -0
  577. package/dist/modes/interactive/chat-viewport.d.ts.map +1 -0
  578. package/dist/modes/interactive/chat-viewport.js +28 -0
  579. package/dist/modes/interactive/chat-viewport.js.map +1 -0
  580. package/dist/modes/interactive/components/armin.d.ts +34 -0
  581. package/dist/modes/interactive/components/armin.d.ts.map +1 -0
  582. package/dist/modes/interactive/components/armin.js +333 -0
  583. package/dist/modes/interactive/components/armin.js.map +1 -0
  584. package/dist/modes/interactive/components/assistant-message.d.ts +26 -0
  585. package/dist/modes/interactive/components/assistant-message.d.ts.map +1 -0
  586. package/dist/modes/interactive/components/assistant-message.js +171 -0
  587. package/dist/modes/interactive/components/assistant-message.js.map +1 -0
  588. package/dist/modes/interactive/components/bash-execution.d.ts +34 -0
  589. package/dist/modes/interactive/components/bash-execution.d.ts.map +1 -0
  590. package/dist/modes/interactive/components/bash-execution.js +175 -0
  591. package/dist/modes/interactive/components/bash-execution.js.map +1 -0
  592. package/dist/modes/interactive/components/bordered-loader.d.ts +16 -0
  593. package/dist/modes/interactive/components/bordered-loader.d.ts.map +1 -0
  594. package/dist/modes/interactive/components/bordered-loader.js +54 -0
  595. package/dist/modes/interactive/components/bordered-loader.js.map +1 -0
  596. package/dist/modes/interactive/components/branch-summary-message.d.ts +16 -0
  597. package/dist/modes/interactive/components/branch-summary-message.d.ts.map +1 -0
  598. package/dist/modes/interactive/components/branch-summary-message.js +44 -0
  599. package/dist/modes/interactive/components/branch-summary-message.js.map +1 -0
  600. package/dist/modes/interactive/components/compaction-summary-message.d.ts +16 -0
  601. package/dist/modes/interactive/components/compaction-summary-message.d.ts.map +1 -0
  602. package/dist/modes/interactive/components/compaction-summary-message.js +45 -0
  603. package/dist/modes/interactive/components/compaction-summary-message.js.map +1 -0
  604. package/dist/modes/interactive/components/config-selector.d.ts +102 -0
  605. package/dist/modes/interactive/components/config-selector.d.ts.map +1 -0
  606. package/dist/modes/interactive/components/config-selector.js +770 -0
  607. package/dist/modes/interactive/components/config-selector.js.map +1 -0
  608. package/dist/modes/interactive/components/countdown-timer.d.ts +14 -0
  609. package/dist/modes/interactive/components/countdown-timer.d.ts.map +1 -0
  610. package/dist/modes/interactive/components/countdown-timer.js +33 -0
  611. package/dist/modes/interactive/components/countdown-timer.js.map +1 -0
  612. package/dist/modes/interactive/components/custom-editor.d.ts +30 -0
  613. package/dist/modes/interactive/components/custom-editor.d.ts.map +1 -0
  614. package/dist/modes/interactive/components/custom-editor.js +115 -0
  615. package/dist/modes/interactive/components/custom-editor.js.map +1 -0
  616. package/dist/modes/interactive/components/custom-entry.d.ts +19 -0
  617. package/dist/modes/interactive/components/custom-entry.d.ts.map +1 -0
  618. package/dist/modes/interactive/components/custom-entry.js +52 -0
  619. package/dist/modes/interactive/components/custom-entry.js.map +1 -0
  620. package/dist/modes/interactive/components/custom-message.d.ts +22 -0
  621. package/dist/modes/interactive/components/custom-message.d.ts.map +1 -0
  622. package/dist/modes/interactive/components/custom-message.js +87 -0
  623. package/dist/modes/interactive/components/custom-message.js.map +1 -0
  624. package/dist/modes/interactive/components/daxnuts.d.ts +23 -0
  625. package/dist/modes/interactive/components/daxnuts.d.ts.map +1 -0
  626. package/dist/modes/interactive/components/daxnuts.js +140 -0
  627. package/dist/modes/interactive/components/daxnuts.js.map +1 -0
  628. package/dist/modes/interactive/components/diff.d.ts +12 -0
  629. package/dist/modes/interactive/components/diff.d.ts.map +1 -0
  630. package/dist/modes/interactive/components/diff.js +133 -0
  631. package/dist/modes/interactive/components/diff.js.map +1 -0
  632. package/dist/modes/interactive/components/dynamic-border.d.ts +15 -0
  633. package/dist/modes/interactive/components/dynamic-border.d.ts.map +1 -0
  634. package/dist/modes/interactive/components/dynamic-border.js +21 -0
  635. package/dist/modes/interactive/components/dynamic-border.js.map +1 -0
  636. package/dist/modes/interactive/components/earendil-announcement.d.ts +5 -0
  637. package/dist/modes/interactive/components/earendil-announcement.d.ts.map +1 -0
  638. package/dist/modes/interactive/components/earendil-announcement.js +40 -0
  639. package/dist/modes/interactive/components/earendil-announcement.js.map +1 -0
  640. package/dist/modes/interactive/components/extension-editor.d.ts +21 -0
  641. package/dist/modes/interactive/components/extension-editor.d.ts.map +1 -0
  642. package/dist/modes/interactive/components/extension-editor.js +98 -0
  643. package/dist/modes/interactive/components/extension-editor.js.map +1 -0
  644. package/dist/modes/interactive/components/extension-input.d.ts +23 -0
  645. package/dist/modes/interactive/components/extension-input.d.ts.map +1 -0
  646. package/dist/modes/interactive/components/extension-input.js +61 -0
  647. package/dist/modes/interactive/components/extension-input.js.map +1 -0
  648. package/dist/modes/interactive/components/extension-selector.d.ts +26 -0
  649. package/dist/modes/interactive/components/extension-selector.d.ts.map +1 -0
  650. package/dist/modes/interactive/components/extension-selector.js +83 -0
  651. package/dist/modes/interactive/components/extension-selector.js.map +1 -0
  652. package/dist/modes/interactive/components/first-time-setup.d.ts +25 -0
  653. package/dist/modes/interactive/components/first-time-setup.d.ts.map +1 -0
  654. package/dist/modes/interactive/components/first-time-setup.js +103 -0
  655. package/dist/modes/interactive/components/first-time-setup.js.map +1 -0
  656. package/dist/modes/interactive/components/footer.d.ts +32 -0
  657. package/dist/modes/interactive/components/footer.d.ts.map +1 -0
  658. package/dist/modes/interactive/components/footer.js +230 -0
  659. package/dist/modes/interactive/components/footer.js.map +1 -0
  660. package/dist/modes/interactive/components/index.d.ts +34 -0
  661. package/dist/modes/interactive/components/index.d.ts.map +1 -0
  662. package/dist/modes/interactive/components/index.js +35 -0
  663. package/dist/modes/interactive/components/index.js.map +1 -0
  664. package/dist/modes/interactive/components/keybinding-hints.d.ts +13 -0
  665. package/dist/modes/interactive/components/keybinding-hints.d.ts.map +1 -0
  666. package/dist/modes/interactive/components/keybinding-hints.js +36 -0
  667. package/dist/modes/interactive/components/keybinding-hints.js.map +1 -0
  668. package/dist/modes/interactive/components/login-dialog.d.ts +52 -0
  669. package/dist/modes/interactive/components/login-dialog.d.ts.map +1 -0
  670. package/dist/modes/interactive/components/login-dialog.js +188 -0
  671. package/dist/modes/interactive/components/login-dialog.js.map +1 -0
  672. package/dist/modes/interactive/components/markdown-transform.d.ts +3 -0
  673. package/dist/modes/interactive/components/markdown-transform.d.ts.map +1 -0
  674. package/dist/modes/interactive/components/markdown-transform.js +19 -0
  675. package/dist/modes/interactive/components/markdown-transform.js.map +1 -0
  676. package/dist/modes/interactive/components/mermaid.d.ts +11 -0
  677. package/dist/modes/interactive/components/mermaid.d.ts.map +1 -0
  678. package/dist/modes/interactive/components/mermaid.js +75 -0
  679. package/dist/modes/interactive/components/mermaid.js.map +1 -0
  680. package/dist/modes/interactive/components/model-selector.d.ts +60 -0
  681. package/dist/modes/interactive/components/model-selector.d.ts.map +1 -0
  682. package/dist/modes/interactive/components/model-selector.js +361 -0
  683. package/dist/modes/interactive/components/model-selector.js.map +1 -0
  684. package/dist/modes/interactive/components/oauth-selector.d.ts +33 -0
  685. package/dist/modes/interactive/components/oauth-selector.d.ts.map +1 -0
  686. package/dist/modes/interactive/components/oauth-selector.js +163 -0
  687. package/dist/modes/interactive/components/oauth-selector.js.map +1 -0
  688. package/dist/modes/interactive/components/scoped-models-selector.d.ts +46 -0
  689. package/dist/modes/interactive/components/scoped-models-selector.d.ts.map +1 -0
  690. package/dist/modes/interactive/components/scoped-models-selector.js +326 -0
  691. package/dist/modes/interactive/components/scoped-models-selector.js.map +1 -0
  692. package/dist/modes/interactive/components/session-selector-search.d.ts +23 -0
  693. package/dist/modes/interactive/components/session-selector-search.d.ts.map +1 -0
  694. package/dist/modes/interactive/components/session-selector-search.js +155 -0
  695. package/dist/modes/interactive/components/session-selector-search.js.map +1 -0
  696. package/dist/modes/interactive/components/session-selector.d.ts +98 -0
  697. package/dist/modes/interactive/components/session-selector.d.ts.map +1 -0
  698. package/dist/modes/interactive/components/session-selector.js +891 -0
  699. package/dist/modes/interactive/components/session-selector.js.map +1 -0
  700. package/dist/modes/interactive/components/settings-selector.d.ts +98 -0
  701. package/dist/modes/interactive/components/settings-selector.d.ts.map +1 -0
  702. package/dist/modes/interactive/components/settings-selector.js +745 -0
  703. package/dist/modes/interactive/components/settings-selector.js.map +1 -0
  704. package/dist/modes/interactive/components/settings-submenu.d.ts +72 -0
  705. package/dist/modes/interactive/components/settings-submenu.d.ts.map +1 -0
  706. package/dist/modes/interactive/components/settings-submenu.js +165 -0
  707. package/dist/modes/interactive/components/settings-submenu.js.map +1 -0
  708. package/dist/modes/interactive/components/show-images-selector.d.ts +10 -0
  709. package/dist/modes/interactive/components/show-images-selector.d.ts.map +1 -0
  710. package/dist/modes/interactive/components/show-images-selector.js +39 -0
  711. package/dist/modes/interactive/components/show-images-selector.js.map +1 -0
  712. package/dist/modes/interactive/components/skill-invocation-message.d.ts +17 -0
  713. package/dist/modes/interactive/components/skill-invocation-message.d.ts.map +1 -0
  714. package/dist/modes/interactive/components/skill-invocation-message.js +47 -0
  715. package/dist/modes/interactive/components/skill-invocation-message.js.map +1 -0
  716. package/dist/modes/interactive/components/status-indicator.d.ts +30 -0
  717. package/dist/modes/interactive/components/status-indicator.d.ts.map +1 -0
  718. package/dist/modes/interactive/components/status-indicator.js +67 -0
  719. package/dist/modes/interactive/components/status-indicator.js.map +1 -0
  720. package/dist/modes/interactive/components/theme-selector.d.ts +11 -0
  721. package/dist/modes/interactive/components/theme-selector.d.ts.map +1 -0
  722. package/dist/modes/interactive/components/theme-selector.js +50 -0
  723. package/dist/modes/interactive/components/theme-selector.js.map +1 -0
  724. package/dist/modes/interactive/components/thinking-selector.d.ts +23 -0
  725. package/dist/modes/interactive/components/thinking-selector.d.ts.map +1 -0
  726. package/dist/modes/interactive/components/thinking-selector.js +109 -0
  727. package/dist/modes/interactive/components/thinking-selector.js.map +1 -0
  728. package/dist/modes/interactive/components/tool-execution.d.ts +80 -0
  729. package/dist/modes/interactive/components/tool-execution.d.ts.map +1 -0
  730. package/dist/modes/interactive/components/tool-execution.js +328 -0
  731. package/dist/modes/interactive/components/tool-execution.js.map +1 -0
  732. package/dist/modes/interactive/components/tree-selector.d.ts +94 -0
  733. package/dist/modes/interactive/components/tree-selector.d.ts.map +1 -0
  734. package/dist/modes/interactive/components/tree-selector.js +1245 -0
  735. package/dist/modes/interactive/components/tree-selector.js.map +1 -0
  736. package/dist/modes/interactive/components/trust-selector.d.ts +23 -0
  737. package/dist/modes/interactive/components/trust-selector.d.ts.map +1 -0
  738. package/dist/modes/interactive/components/trust-selector.js +91 -0
  739. package/dist/modes/interactive/components/trust-selector.js.map +1 -0
  740. package/dist/modes/interactive/components/user-message-selector.d.ts +30 -0
  741. package/dist/modes/interactive/components/user-message-selector.d.ts.map +1 -0
  742. package/dist/modes/interactive/components/user-message-selector.js +114 -0
  743. package/dist/modes/interactive/components/user-message-selector.js.map +1 -0
  744. package/dist/modes/interactive/components/user-message.d.ts +16 -0
  745. package/dist/modes/interactive/components/user-message.d.ts.map +1 -0
  746. package/dist/modes/interactive/components/user-message.js +49 -0
  747. package/dist/modes/interactive/components/user-message.js.map +1 -0
  748. package/dist/modes/interactive/components/visual-truncate.d.ts +24 -0
  749. package/dist/modes/interactive/components/visual-truncate.d.ts.map +1 -0
  750. package/dist/modes/interactive/components/visual-truncate.js +33 -0
  751. package/dist/modes/interactive/components/visual-truncate.js.map +1 -0
  752. package/dist/modes/interactive/external-editor.d.ts +12 -0
  753. package/dist/modes/interactive/external-editor.d.ts.map +1 -0
  754. package/dist/modes/interactive/external-editor.js +38 -0
  755. package/dist/modes/interactive/external-editor.js.map +1 -0
  756. package/dist/modes/interactive/interactive-mode.d.ts +471 -0
  757. package/dist/modes/interactive/interactive-mode.d.ts.map +1 -0
  758. package/dist/modes/interactive/interactive-mode.js +5735 -0
  759. package/dist/modes/interactive/interactive-mode.js.map +1 -0
  760. package/dist/modes/interactive/model-catalog-refresh.d.ts +7 -0
  761. package/dist/modes/interactive/model-catalog-refresh.d.ts.map +1 -0
  762. package/dist/modes/interactive/model-catalog-refresh.js +34 -0
  763. package/dist/modes/interactive/model-catalog-refresh.js.map +1 -0
  764. package/dist/modes/interactive/model-search.d.ts +12 -0
  765. package/dist/modes/interactive/model-search.d.ts.map +1 -0
  766. package/dist/modes/interactive/model-search.js +15 -0
  767. package/dist/modes/interactive/model-search.js.map +1 -0
  768. package/dist/modes/interactive/session-share.d.ts +16 -0
  769. package/dist/modes/interactive/session-share.d.ts.map +1 -0
  770. package/dist/modes/interactive/session-share.js +184 -0
  771. package/dist/modes/interactive/session-share.js.map +1 -0
  772. package/dist/modes/interactive/theme/dark.json +91 -0
  773. package/dist/modes/interactive/theme/light.json +90 -0
  774. package/dist/modes/interactive/theme/theme-controller.d.ts +41 -0
  775. package/dist/modes/interactive/theme/theme-controller.d.ts.map +1 -0
  776. package/dist/modes/interactive/theme/theme-controller.js +130 -0
  777. package/dist/modes/interactive/theme/theme-controller.js.map +1 -0
  778. package/dist/modes/interactive/theme/theme-json.d.ts +84 -0
  779. package/dist/modes/interactive/theme/theme-json.d.ts.map +1 -0
  780. package/dist/modes/interactive/theme/theme-json.js +130 -0
  781. package/dist/modes/interactive/theme/theme-json.js.map +1 -0
  782. package/dist/modes/interactive/theme/theme-schema.json +356 -0
  783. package/dist/modes/interactive/theme/theme.d.ts +131 -0
  784. package/dist/modes/interactive/theme/theme.d.ts.map +1 -0
  785. package/dist/modes/interactive/theme/theme.js +991 -0
  786. package/dist/modes/interactive/theme/theme.js.map +1 -0
  787. package/dist/modes/interactive/tui-renderer.d.ts +21 -0
  788. package/dist/modes/interactive/tui-renderer.d.ts.map +1 -0
  789. package/dist/modes/interactive/tui-renderer.js +66 -0
  790. package/dist/modes/interactive/tui-renderer.js.map +1 -0
  791. package/dist/modes/json-event.d.ts +34 -0
  792. package/dist/modes/json-event.d.ts.map +1 -0
  793. package/dist/modes/json-event.js +29 -0
  794. package/dist/modes/json-event.js.map +1 -0
  795. package/dist/modes/print-mode.d.ts +28 -0
  796. package/dist/modes/print-mode.d.ts.map +1 -0
  797. package/dist/modes/print-mode.js +142 -0
  798. package/dist/modes/print-mode.js.map +1 -0
  799. package/dist/modes/rpc/jsonl.d.ts +17 -0
  800. package/dist/modes/rpc/jsonl.d.ts.map +1 -0
  801. package/dist/modes/rpc/jsonl.js +49 -0
  802. package/dist/modes/rpc/jsonl.js.map +1 -0
  803. package/dist/modes/rpc/rpc-client.d.ts +254 -0
  804. package/dist/modes/rpc/rpc-client.d.ts.map +1 -0
  805. package/dist/modes/rpc/rpc-client.js +495 -0
  806. package/dist/modes/rpc/rpc-client.js.map +1 -0
  807. package/dist/modes/rpc/rpc-mode.d.ts +20 -0
  808. package/dist/modes/rpc/rpc-mode.d.ts.map +1 -0
  809. package/dist/modes/rpc/rpc-mode.js +657 -0
  810. package/dist/modes/rpc/rpc-mode.js.map +1 -0
  811. package/dist/modes/rpc/rpc-types.d.ts +469 -0
  812. package/dist/modes/rpc/rpc-types.d.ts.map +1 -0
  813. package/dist/modes/rpc/rpc-types.js +8 -0
  814. package/dist/modes/rpc/rpc-types.js.map +1 -0
  815. package/dist/package-manager-cli.d.ts +9 -0
  816. package/dist/package-manager-cli.d.ts.map +1 -0
  817. package/dist/package-manager-cli.js +961 -0
  818. package/dist/package-manager-cli.js.map +1 -0
  819. package/dist/rpc-entry.d.ts +3 -0
  820. package/dist/rpc-entry.d.ts.map +1 -0
  821. package/dist/rpc-entry.js +12 -0
  822. package/dist/rpc-entry.js.map +1 -0
  823. package/dist/utils/abort.d.ts +5 -0
  824. package/dist/utils/abort.d.ts.map +1 -0
  825. package/dist/utils/abort.js +48 -0
  826. package/dist/utils/abort.js.map +1 -0
  827. package/dist/utils/ansi.d.ts +2 -0
  828. package/dist/utils/ansi.d.ts.map +1 -0
  829. package/dist/utils/ansi.js +52 -0
  830. package/dist/utils/ansi.js.map +1 -0
  831. package/dist/utils/changelog.d.ts +22 -0
  832. package/dist/utils/changelog.d.ts.map +1 -0
  833. package/dist/utils/changelog.js +165 -0
  834. package/dist/utils/changelog.js.map +1 -0
  835. package/dist/utils/child-process.d.ts +18 -0
  836. package/dist/utils/child-process.d.ts.map +1 -0
  837. package/dist/utils/child-process.js +106 -0
  838. package/dist/utils/child-process.js.map +1 -0
  839. package/dist/utils/clipboard-command.d.ts +7 -0
  840. package/dist/utils/clipboard-command.d.ts.map +1 -0
  841. package/dist/utils/clipboard-command.js +45 -0
  842. package/dist/utils/clipboard-command.js.map +1 -0
  843. package/dist/utils/clipboard-image.d.ts +11 -0
  844. package/dist/utils/clipboard-image.d.ts.map +1 -0
  845. package/dist/utils/clipboard-image.js +228 -0
  846. package/dist/utils/clipboard-image.js.map +1 -0
  847. package/dist/utils/clipboard.d.ts +4 -0
  848. package/dist/utils/clipboard.d.ts.map +1 -0
  849. package/dist/utils/clipboard.js +84 -0
  850. package/dist/utils/clipboard.js.map +1 -0
  851. package/dist/utils/deprecation.d.ts +4 -0
  852. package/dist/utils/deprecation.d.ts.map +1 -0
  853. package/dist/utils/deprecation.js +13 -0
  854. package/dist/utils/deprecation.js.map +1 -0
  855. package/dist/utils/exif-orientation.d.ts +5 -0
  856. package/dist/utils/exif-orientation.d.ts.map +1 -0
  857. package/dist/utils/exif-orientation.js +157 -0
  858. package/dist/utils/exif-orientation.js.map +1 -0
  859. package/dist/utils/frontmatter.d.ts +8 -0
  860. package/dist/utils/frontmatter.d.ts.map +1 -0
  861. package/dist/utils/frontmatter.js +27 -0
  862. package/dist/utils/frontmatter.js.map +1 -0
  863. package/dist/utils/fs-watch.d.ts +5 -0
  864. package/dist/utils/fs-watch.d.ts.map +1 -0
  865. package/dist/utils/fs-watch.js +25 -0
  866. package/dist/utils/fs-watch.js.map +1 -0
  867. package/dist/utils/git.d.ts +26 -0
  868. package/dist/utils/git.d.ts.map +1 -0
  869. package/dist/utils/git.js +195 -0
  870. package/dist/utils/git.js.map +1 -0
  871. package/dist/utils/html.d.ts +7 -0
  872. package/dist/utils/html.d.ts.map +1 -0
  873. package/dist/utils/html.js +40 -0
  874. package/dist/utils/html.js.map +1 -0
  875. package/dist/utils/image-convert.d.ts +10 -0
  876. package/dist/utils/image-convert.d.ts.map +1 -0
  877. package/dist/utils/image-convert.js +45 -0
  878. package/dist/utils/image-convert.js.map +1 -0
  879. package/dist/utils/image-process.d.ts +18 -0
  880. package/dist/utils/image-process.d.ts.map +1 -0
  881. package/dist/utils/image-process.js +83 -0
  882. package/dist/utils/image-process.js.map +1 -0
  883. package/dist/utils/image-resize-core.d.ts +30 -0
  884. package/dist/utils/image-resize-core.d.ts.map +1 -0
  885. package/dist/utils/image-resize-core.js +124 -0
  886. package/dist/utils/image-resize-core.js.map +1 -0
  887. package/dist/utils/image-resize-worker.d.ts +2 -0
  888. package/dist/utils/image-resize-worker.d.ts.map +1 -0
  889. package/dist/utils/image-resize-worker.js +31 -0
  890. package/dist/utils/image-resize-worker.js.map +1 -0
  891. package/dist/utils/image-resize.d.ts +16 -0
  892. package/dist/utils/image-resize.d.ts.map +1 -0
  893. package/dist/utils/image-resize.js +97 -0
  894. package/dist/utils/image-resize.js.map +1 -0
  895. package/dist/utils/ion-user-agent.d.ts +2 -0
  896. package/dist/utils/ion-user-agent.d.ts.map +1 -0
  897. package/dist/utils/ion-user-agent.js +5 -0
  898. package/dist/utils/ion-user-agent.js.map +1 -0
  899. package/dist/utils/json.d.ts +3 -0
  900. package/dist/utils/json.d.ts.map +1 -0
  901. package/dist/utils/json.js +7 -0
  902. package/dist/utils/json.js.map +1 -0
  903. package/dist/utils/management-http.d.ts +25 -0
  904. package/dist/utils/management-http.d.ts.map +1 -0
  905. package/dist/utils/management-http.js +54 -0
  906. package/dist/utils/management-http.js.map +1 -0
  907. package/dist/utils/mime.d.ts +3 -0
  908. package/dist/utils/mime.d.ts.map +1 -0
  909. package/dist/utils/mime.js +110 -0
  910. package/dist/utils/mime.js.map +1 -0
  911. package/dist/utils/open-browser.d.ts +9 -0
  912. package/dist/utils/open-browser.d.ts.map +1 -0
  913. package/dist/utils/open-browser.js +22 -0
  914. package/dist/utils/open-browser.js.map +1 -0
  915. package/dist/utils/paths.d.ts +34 -0
  916. package/dist/utils/paths.d.ts.map +1 -0
  917. package/dist/utils/paths.js +114 -0
  918. package/dist/utils/paths.js.map +1 -0
  919. package/dist/utils/photon.d.ts +21 -0
  920. package/dist/utils/photon.d.ts.map +1 -0
  921. package/dist/utils/photon.js +121 -0
  922. package/dist/utils/photon.js.map +1 -0
  923. package/dist/utils/shell.d.ts +34 -0
  924. package/dist/utils/shell.d.ts.map +1 -0
  925. package/dist/utils/shell.js +216 -0
  926. package/dist/utils/shell.js.map +1 -0
  927. package/dist/utils/sleep.d.ts +5 -0
  928. package/dist/utils/sleep.d.ts.map +1 -0
  929. package/dist/utils/sleep.js +17 -0
  930. package/dist/utils/sleep.js.map +1 -0
  931. package/dist/utils/syntax-highlight.d.ts +13 -0
  932. package/dist/utils/syntax-highlight.d.ts.map +1 -0
  933. package/dist/utils/syntax-highlight.js +177 -0
  934. package/dist/utils/syntax-highlight.js.map +1 -0
  935. package/dist/utils/text.d.ts +8 -0
  936. package/dist/utils/text.d.ts.map +1 -0
  937. package/dist/utils/text.js +9 -0
  938. package/dist/utils/text.js.map +1 -0
  939. package/dist/utils/tool-result-images.d.ts +19 -0
  940. package/dist/utils/tool-result-images.d.ts.map +1 -0
  941. package/dist/utils/tool-result-images.js +45 -0
  942. package/dist/utils/tool-result-images.js.map +1 -0
  943. package/dist/utils/tools-manager.d.ts +19 -0
  944. package/dist/utils/tools-manager.d.ts.map +1 -0
  945. package/dist/utils/tools-manager.js +382 -0
  946. package/dist/utils/tools-manager.js.map +1 -0
  947. package/dist/utils/version-check.d.ts +19 -0
  948. package/dist/utils/version-check.d.ts.map +1 -0
  949. package/dist/utils/version-check.js +79 -0
  950. package/dist/utils/version-check.js.map +1 -0
  951. package/dist/utils/windows-self-update.d.ts +3 -0
  952. package/dist/utils/windows-self-update.d.ts.map +1 -0
  953. package/dist/utils/windows-self-update.js +77 -0
  954. package/dist/utils/windows-self-update.js.map +1 -0
  955. package/docs/browser-extension.md +108 -0
  956. package/docs/compaction.md +444 -0
  957. package/docs/containerization.md +156 -0
  958. package/docs/custom-provider.md +777 -0
  959. package/docs/development.md +90 -0
  960. package/docs/docs.json +164 -0
  961. package/docs/environment-variables.md +101 -0
  962. package/docs/extensions.md +3033 -0
  963. package/docs/images/doom-extension.png +0 -0
  964. package/docs/images/exy.png +0 -0
  965. package/docs/images/interactive-mode.png +0 -0
  966. package/docs/images/tree-view.png +0 -0
  967. package/docs/index.md +85 -0
  968. package/docs/json.md +98 -0
  969. package/docs/keybindings.md +239 -0
  970. package/docs/llama-cpp.md +101 -0
  971. package/docs/models.md +574 -0
  972. package/docs/packages.md +228 -0
  973. package/docs/prompt-templates.md +96 -0
  974. package/docs/providers.md +321 -0
  975. package/docs/quickstart.md +168 -0
  976. package/docs/rpc.md +1618 -0
  977. package/docs/sdk.md +1226 -0
  978. package/docs/security.md +59 -0
  979. package/docs/session-format.md +450 -0
  980. package/docs/sessions.md +145 -0
  981. package/docs/settings.md +408 -0
  982. package/docs/shell-aliases.md +13 -0
  983. package/docs/skills.md +241 -0
  984. package/docs/terminal-setup.md +192 -0
  985. package/docs/termux.md +126 -0
  986. package/docs/themes.md +322 -0
  987. package/docs/tmux.md +63 -0
  988. package/docs/tui.md +961 -0
  989. package/docs/usage.md +327 -0
  990. package/docs/webfetch.md +119 -0
  991. package/docs/windows.md +39 -0
  992. package/examples/README.md +28 -0
  993. package/examples/extensions/README.md +213 -0
  994. package/examples/extensions/auto-commit-on-exit.ts +49 -0
  995. package/examples/extensions/bash-spawn-hook.ts +30 -0
  996. package/examples/extensions/bookmark.ts +50 -0
  997. package/examples/extensions/border-status-editor.ts +150 -0
  998. package/examples/extensions/built-in-tool-renderer.ts +249 -0
  999. package/examples/extensions/claude-rules.ts +86 -0
  1000. package/examples/extensions/commands.ts +72 -0
  1001. package/examples/extensions/confirm-destructive.ts +59 -0
  1002. package/examples/extensions/custom-compaction.ts +117 -0
  1003. package/examples/extensions/custom-footer.ts +64 -0
  1004. package/examples/extensions/custom-header.ts +73 -0
  1005. package/examples/extensions/custom-provider-anthropic/index.ts +611 -0
  1006. package/examples/extensions/custom-provider-anthropic/package-lock.json +24 -0
  1007. package/examples/extensions/custom-provider-anthropic/package.json +19 -0
  1008. package/examples/extensions/custom-provider-gitlab-duo/index.ts +405 -0
  1009. package/examples/extensions/custom-provider-gitlab-duo/package.json +16 -0
  1010. package/examples/extensions/custom-provider-gitlab-duo/test.ts +82 -0
  1011. package/examples/extensions/dirty-repo-guard.ts +56 -0
  1012. package/examples/extensions/doom-overlay/README.md +46 -0
  1013. package/examples/extensions/doom-overlay/doom/build/doom.js +21 -0
  1014. package/examples/extensions/doom-overlay/doom/build/doom.wasm +0 -0
  1015. package/examples/extensions/doom-overlay/doom/build.sh +152 -0
  1016. package/examples/extensions/doom-overlay/doom/doomgeneric_pi.c +72 -0
  1017. package/examples/extensions/doom-overlay/doom-component.ts +132 -0
  1018. package/examples/extensions/doom-overlay/doom-engine.ts +173 -0
  1019. package/examples/extensions/doom-overlay/doom-keys.ts +104 -0
  1020. package/examples/extensions/doom-overlay/index.ts +74 -0
  1021. package/examples/extensions/doom-overlay/wad-finder.ts +55 -0
  1022. package/examples/extensions/dynamic-resources/SKILL.md +8 -0
  1023. package/examples/extensions/dynamic-resources/dynamic.json +81 -0
  1024. package/examples/extensions/dynamic-resources/dynamic.md +5 -0
  1025. package/examples/extensions/dynamic-resources/index.ts +15 -0
  1026. package/examples/extensions/dynamic-tools.ts +74 -0
  1027. package/examples/extensions/entry-renderer.ts +41 -0
  1028. package/examples/extensions/event-bus.ts +43 -0
  1029. package/examples/extensions/file-trigger.ts +41 -0
  1030. package/examples/extensions/git-checkpoint.ts +53 -0
  1031. package/examples/extensions/git-merge-and-resolve.ts +115 -0
  1032. package/examples/extensions/github-issue-autocomplete.ts +185 -0
  1033. package/examples/extensions/gondolin/index.ts +531 -0
  1034. package/examples/extensions/gondolin/package-lock.json +185 -0
  1035. package/examples/extensions/gondolin/package.json +19 -0
  1036. package/examples/extensions/handoff.ts +190 -0
  1037. package/examples/extensions/hello.ts +26 -0
  1038. package/examples/extensions/hidden-thinking-label.ts +53 -0
  1039. package/examples/extensions/inline-bash.ts +94 -0
  1040. package/examples/extensions/input-transform-streaming.ts +39 -0
  1041. package/examples/extensions/input-transform.ts +43 -0
  1042. package/examples/extensions/interactive-shell.ts +196 -0
  1043. package/examples/extensions/kimi-deferred-tools.ts +61 -0
  1044. package/examples/extensions/mac-system-theme.ts +47 -0
  1045. package/examples/extensions/message-renderer.ts +59 -0
  1046. package/examples/extensions/minimal-mode.ts +426 -0
  1047. package/examples/extensions/modal-editor.ts +85 -0
  1048. package/examples/extensions/model-status.ts +31 -0
  1049. package/examples/extensions/notify.ts +57 -0
  1050. package/examples/extensions/overlay-qa-tests.ts +1450 -0
  1051. package/examples/extensions/overlay-test.ts +153 -0
  1052. package/examples/extensions/permission-gate.ts +34 -0
  1053. package/examples/extensions/pirate.ts +47 -0
  1054. package/examples/extensions/plan-mode/README.md +66 -0
  1055. package/examples/extensions/plan-mode/index.ts +390 -0
  1056. package/examples/extensions/plan-mode/utils.ts +168 -0
  1057. package/examples/extensions/preset.ts +436 -0
  1058. package/examples/extensions/project-trust.ts +64 -0
  1059. package/examples/extensions/prompt-customizer.ts +97 -0
  1060. package/examples/extensions/protected-paths.ts +30 -0
  1061. package/examples/extensions/provider-payload.ts +18 -0
  1062. package/examples/extensions/qna.ts +118 -0
  1063. package/examples/extensions/question.ts +278 -0
  1064. package/examples/extensions/questionnaire.ts +440 -0
  1065. package/examples/extensions/rainbow-editor.ts +88 -0
  1066. package/examples/extensions/reload-runtime.ts +37 -0
  1067. package/examples/extensions/rpc-demo.ts +118 -0
  1068. package/examples/extensions/sandbox/index.ts +321 -0
  1069. package/examples/extensions/sandbox/package-lock.json +92 -0
  1070. package/examples/extensions/sandbox/package.json +19 -0
  1071. package/examples/extensions/send-user-message.ts +97 -0
  1072. package/examples/extensions/session-name.ts +27 -0
  1073. package/examples/extensions/shutdown-command.ts +63 -0
  1074. package/examples/extensions/snake.ts +343 -0
  1075. package/examples/extensions/space-invaders.ts +560 -0
  1076. package/examples/extensions/ssh.ts +220 -0
  1077. package/examples/extensions/status-line.ts +32 -0
  1078. package/examples/extensions/structured-output.ts +65 -0
  1079. package/examples/extensions/subagent/README.md +177 -0
  1080. package/examples/extensions/subagent/agents/planner.md +37 -0
  1081. package/examples/extensions/subagent/agents/reviewer.md +35 -0
  1082. package/examples/extensions/subagent/agents/scout.md +50 -0
  1083. package/examples/extensions/subagent/agents/worker.md +24 -0
  1084. package/examples/extensions/subagent/agents.ts +157 -0
  1085. package/examples/extensions/subagent/index.ts +1038 -0
  1086. package/examples/extensions/subagent/prompts/implement-and-review.md +10 -0
  1087. package/examples/extensions/subagent/prompts/implement.md +10 -0
  1088. package/examples/extensions/subagent/prompts/scout-and-plan.md +9 -0
  1089. package/examples/extensions/summarize.ts +199 -0
  1090. package/examples/extensions/system-prompt-header.ts +17 -0
  1091. package/examples/extensions/tic-tac-toe.ts +1008 -0
  1092. package/examples/extensions/timed-confirm.ts +70 -0
  1093. package/examples/extensions/titlebar-spinner.ts +58 -0
  1094. package/examples/extensions/todo.ts +297 -0
  1095. package/examples/extensions/tool-override.ts +144 -0
  1096. package/examples/extensions/tools.ts +146 -0
  1097. package/examples/extensions/trigger-compact.ts +50 -0
  1098. package/examples/extensions/truncated-tool.ts +195 -0
  1099. package/examples/extensions/widget-placement.ts +9 -0
  1100. package/examples/extensions/with-deps/index.ts +32 -0
  1101. package/examples/extensions/with-deps/package-lock.json +31 -0
  1102. package/examples/extensions/with-deps/package.json +22 -0
  1103. package/examples/extensions/working-indicator.ts +123 -0
  1104. package/examples/extensions/working-message-test.ts +25 -0
  1105. package/examples/plugins/ion-example-plugin/README.md +38 -0
  1106. package/examples/plugins/ion-example-plugin/package.json +10 -0
  1107. package/examples/plugins/ion-example-plugin/src/contract.ts +13 -0
  1108. package/examples/plugins/ion-example-plugin/src/session.ts +23 -0
  1109. package/examples/plugins/ion-example-plugin/src/tui.ts +31 -0
  1110. package/examples/rpc-extension-ui.ts +641 -0
  1111. package/examples/sdk/01-minimal.ts +26 -0
  1112. package/examples/sdk/02-custom-model.ts +49 -0
  1113. package/examples/sdk/03-custom-prompt.ts +70 -0
  1114. package/examples/sdk/04-skills.ts +55 -0
  1115. package/examples/sdk/05-tools.ts +48 -0
  1116. package/examples/sdk/06-extensions.ts +94 -0
  1117. package/examples/sdk/07-context-files.ts +42 -0
  1118. package/examples/sdk/08-prompt-templates.ts +51 -0
  1119. package/examples/sdk/09-api-keys-and-oauth.ts +34 -0
  1120. package/examples/sdk/10-settings.ts +53 -0
  1121. package/examples/sdk/11-sessions.ts +52 -0
  1122. package/examples/sdk/12-full-control.ts +74 -0
  1123. package/examples/sdk/13-session-runtime.ts +67 -0
  1124. package/examples/sdk/README.md +140 -0
  1125. package/npm-shrinkwrap.json +1912 -0
  1126. package/package.json +108 -0
@@ -0,0 +1,991 @@
1
+ import * as fs from "node:fs";
2
+ import * as path from "node:path";
3
+ import { getCapabilities, } from "@m4ike1/ion-tui";
4
+ import chalk from "chalk";
5
+ import { getCustomThemesDir, getThemesDir } from "../../../config.js";
6
+ import { closeWatcher, watchWithErrorHandler } from "../../../utils/fs-watch.js";
7
+ import { highlight, supportsLanguage } from "../../../utils/syntax-highlight.js";
8
+ import { stripBom } from "../../../utils/text.js";
9
+ let themeJsonValidator;
10
+ /**
11
+ * Install full theme validation. Without it, documents are accepted as-is, which is what built-in
12
+ * themes already do: validating user-authored JSON needs typebox, and a presentation that only uses
13
+ * built-in themes should not pay ~17 MB of module graph for it.
14
+ */
15
+ export function setThemeJsonValidator(validator) {
16
+ themeJsonValidator = validator;
17
+ }
18
+ // ============================================================================
19
+ // Color Utilities
20
+ // ============================================================================
21
+ function hexToRgb(hex) {
22
+ const cleaned = hex.replace("#", "");
23
+ if (cleaned.length !== 6) {
24
+ throw new Error(`Invalid hex color: ${hex}`);
25
+ }
26
+ const r = parseInt(cleaned.substring(0, 2), 16);
27
+ const g = parseInt(cleaned.substring(2, 4), 16);
28
+ const b = parseInt(cleaned.substring(4, 6), 16);
29
+ if (Number.isNaN(r) || Number.isNaN(g) || Number.isNaN(b)) {
30
+ throw new Error(`Invalid hex color: ${hex}`);
31
+ }
32
+ return { r, g, b };
33
+ }
34
+ // The 6x6x6 color cube channel values (indices 0-5)
35
+ const CUBE_VALUES = [0, 95, 135, 175, 215, 255];
36
+ // Grayscale ramp values (indices 232-255, 24 grays from 8 to 238)
37
+ const GRAY_VALUES = Array.from({ length: 24 }, (_, i) => 8 + i * 10);
38
+ function findClosestCubeIndex(value) {
39
+ let minDist = Infinity;
40
+ let minIdx = 0;
41
+ for (let i = 0; i < CUBE_VALUES.length; i++) {
42
+ const dist = Math.abs(value - CUBE_VALUES[i]);
43
+ if (dist < minDist) {
44
+ minDist = dist;
45
+ minIdx = i;
46
+ }
47
+ }
48
+ return minIdx;
49
+ }
50
+ function findClosestGrayIndex(gray) {
51
+ let minDist = Infinity;
52
+ let minIdx = 0;
53
+ for (let i = 0; i < GRAY_VALUES.length; i++) {
54
+ const dist = Math.abs(gray - GRAY_VALUES[i]);
55
+ if (dist < minDist) {
56
+ minDist = dist;
57
+ minIdx = i;
58
+ }
59
+ }
60
+ return minIdx;
61
+ }
62
+ function colorDistance(r1, g1, b1, r2, g2, b2) {
63
+ // Weighted Euclidean distance (human eye is more sensitive to green)
64
+ const dr = r1 - r2;
65
+ const dg = g1 - g2;
66
+ const db = b1 - b2;
67
+ return dr * dr * 0.299 + dg * dg * 0.587 + db * db * 0.114;
68
+ }
69
+ function rgbTo256(r, g, b) {
70
+ // Find closest color in the 6x6x6 cube
71
+ const rIdx = findClosestCubeIndex(r);
72
+ const gIdx = findClosestCubeIndex(g);
73
+ const bIdx = findClosestCubeIndex(b);
74
+ const cubeR = CUBE_VALUES[rIdx];
75
+ const cubeG = CUBE_VALUES[gIdx];
76
+ const cubeB = CUBE_VALUES[bIdx];
77
+ const cubeIndex = 16 + 36 * rIdx + 6 * gIdx + bIdx;
78
+ const cubeDist = colorDistance(r, g, b, cubeR, cubeG, cubeB);
79
+ // Find closest grayscale
80
+ const gray = Math.round(0.299 * r + 0.587 * g + 0.114 * b);
81
+ const grayIdx = findClosestGrayIndex(gray);
82
+ const grayValue = GRAY_VALUES[grayIdx];
83
+ const grayIndex = 232 + grayIdx;
84
+ const grayDist = colorDistance(r, g, b, grayValue, grayValue, grayValue);
85
+ // Check if color has noticeable saturation (hue matters)
86
+ // If max-min spread is significant, prefer cube to preserve tint
87
+ const maxC = Math.max(r, g, b);
88
+ const minC = Math.min(r, g, b);
89
+ const spread = maxC - minC;
90
+ // Only consider grayscale if color is nearly neutral (spread < 10)
91
+ // AND grayscale is actually closer
92
+ if (spread < 10 && grayDist < cubeDist) {
93
+ return grayIndex;
94
+ }
95
+ return cubeIndex;
96
+ }
97
+ function hexTo256(hex) {
98
+ const { r, g, b } = hexToRgb(hex);
99
+ return rgbTo256(r, g, b);
100
+ }
101
+ function fgAnsi(color, mode) {
102
+ if (color === "")
103
+ return "\x1b[39m";
104
+ if (typeof color === "number")
105
+ return `\x1b[38;5;${color}m`;
106
+ if (color.startsWith("#")) {
107
+ if (mode === "truecolor") {
108
+ const { r, g, b } = hexToRgb(color);
109
+ return `\x1b[38;2;${r};${g};${b}m`;
110
+ }
111
+ else {
112
+ const index = hexTo256(color);
113
+ return `\x1b[38;5;${index}m`;
114
+ }
115
+ }
116
+ throw new Error(`Invalid color value: ${color}`);
117
+ }
118
+ function bgAnsi(color, mode) {
119
+ if (color === "")
120
+ return "\x1b[49m";
121
+ if (typeof color === "number")
122
+ return `\x1b[48;5;${color}m`;
123
+ if (color.startsWith("#")) {
124
+ if (mode === "truecolor") {
125
+ const { r, g, b } = hexToRgb(color);
126
+ return `\x1b[48;2;${r};${g};${b}m`;
127
+ }
128
+ else {
129
+ const index = hexTo256(color);
130
+ return `\x1b[48;5;${index}m`;
131
+ }
132
+ }
133
+ throw new Error(`Invalid color value: ${color}`);
134
+ }
135
+ function resolveVarRefs(value, vars, visited = new Set()) {
136
+ if (typeof value === "number" || value === "" || value.startsWith("#")) {
137
+ return value;
138
+ }
139
+ if (visited.has(value)) {
140
+ throw new Error(`Circular variable reference detected: ${value}`);
141
+ }
142
+ if (!(value in vars)) {
143
+ throw new Error(`Variable reference not found: ${value}`);
144
+ }
145
+ visited.add(value);
146
+ return resolveVarRefs(vars[value], vars, visited);
147
+ }
148
+ function resolveThemeColors(colors, vars = {}) {
149
+ const resolved = {};
150
+ for (const [key, value] of Object.entries(colors)) {
151
+ resolved[key] = resolveVarRefs(value, vars);
152
+ }
153
+ return resolved;
154
+ }
155
+ function withThemeColorFallbacks(colors) {
156
+ return {
157
+ ...colors,
158
+ scrollbarTrack: colors.scrollbarTrack ?? colors.muted,
159
+ scrollbarThumb: colors.scrollbarThumb ?? colors.text,
160
+ thinkingMax: colors.thinkingMax ?? colors.thinkingXhigh,
161
+ searchMatchBg: colors.searchMatchBg ?? colors.selectedBg,
162
+ searchMatchText: colors.searchMatchText ?? colors.text,
163
+ };
164
+ }
165
+ // ============================================================================
166
+ // Theme Class
167
+ // ============================================================================
168
+ export class Theme {
169
+ name;
170
+ sourcePath;
171
+ sourceInfo;
172
+ fgColors;
173
+ bgColors;
174
+ mode;
175
+ constructor(fgColors, bgColors, mode, options = {}) {
176
+ this.name = options.name;
177
+ this.sourcePath = options.sourcePath;
178
+ this.sourceInfo = options.sourceInfo;
179
+ this.mode = mode;
180
+ this.fgColors = new Map();
181
+ const colors = {
182
+ ...fgColors,
183
+ scrollbarTrack: fgColors.scrollbarTrack ?? fgColors.muted,
184
+ scrollbarThumb: fgColors.scrollbarThumb ?? fgColors.text,
185
+ thinkingMax: fgColors.thinkingMax ?? fgColors.thinkingXhigh,
186
+ searchMatchText: fgColors.searchMatchText ?? fgColors.text,
187
+ };
188
+ for (const [key, value] of Object.entries(colors)) {
189
+ this.fgColors.set(key, fgAnsi(value, mode));
190
+ }
191
+ this.bgColors = new Map();
192
+ const backgrounds = {
193
+ ...bgColors,
194
+ searchMatchBg: bgColors.searchMatchBg ?? bgColors.selectedBg,
195
+ };
196
+ for (const [key, value] of Object.entries(backgrounds)) {
197
+ this.bgColors.set(key, bgAnsi(value, mode));
198
+ }
199
+ }
200
+ fg(color, text) {
201
+ const ansi = this.fgColors.get(color);
202
+ if (!ansi)
203
+ throw new Error(`Unknown theme color: ${color}`);
204
+ return `${ansi}${text}\x1b[39m`; // Reset only foreground color
205
+ }
206
+ bg(color, text) {
207
+ const ansi = this.bgColors.get(color);
208
+ if (!ansi)
209
+ throw new Error(`Unknown theme background color: ${color}`);
210
+ return `${ansi}${text}\x1b[49m`; // Reset only background color
211
+ }
212
+ bold(text) {
213
+ return chalk.bold(text);
214
+ }
215
+ italic(text) {
216
+ return chalk.italic(text);
217
+ }
218
+ underline(text) {
219
+ return chalk.underline(text);
220
+ }
221
+ inverse(text) {
222
+ return chalk.inverse(text);
223
+ }
224
+ strikethrough(text) {
225
+ return chalk.strikethrough(text);
226
+ }
227
+ getFgAnsi(color) {
228
+ const ansi = this.fgColors.get(color);
229
+ if (!ansi)
230
+ throw new Error(`Unknown theme color: ${color}`);
231
+ return ansi;
232
+ }
233
+ getBgAnsi(color) {
234
+ const ansi = this.bgColors.get(color);
235
+ if (!ansi)
236
+ throw new Error(`Unknown theme background color: ${color}`);
237
+ return ansi;
238
+ }
239
+ getColorMode() {
240
+ return this.mode;
241
+ }
242
+ getThinkingBorderColor(level) {
243
+ // Map thinking levels to dedicated theme colors
244
+ switch (level) {
245
+ case "off":
246
+ return (str) => this.fg("thinkingOff", str);
247
+ case "minimal":
248
+ return (str) => this.fg("thinkingMinimal", str);
249
+ case "low":
250
+ return (str) => this.fg("thinkingLow", str);
251
+ case "medium":
252
+ return (str) => this.fg("thinkingMedium", str);
253
+ case "high":
254
+ return (str) => this.fg("thinkingHigh", str);
255
+ case "xhigh":
256
+ return (str) => this.fg("thinkingXhigh", str);
257
+ case "max":
258
+ return (str) => this.fg("thinkingMax", str);
259
+ default:
260
+ return (str) => this.fg("thinkingOff", str);
261
+ }
262
+ }
263
+ getBashModeBorderColor() {
264
+ return (str) => this.fg("bashMode", str);
265
+ }
266
+ }
267
+ // ============================================================================
268
+ // Theme Loading
269
+ // ============================================================================
270
+ let BUILTIN_THEMES;
271
+ function getBuiltinThemes() {
272
+ if (!BUILTIN_THEMES) {
273
+ const themesDir = getThemesDir();
274
+ const darkPath = path.join(themesDir, "dark.json");
275
+ const lightPath = path.join(themesDir, "light.json");
276
+ BUILTIN_THEMES = {
277
+ dark: JSON.parse(stripBom(fs.readFileSync(darkPath, "utf-8"))),
278
+ light: JSON.parse(stripBom(fs.readFileSync(lightPath, "utf-8"))),
279
+ };
280
+ }
281
+ return BUILTIN_THEMES;
282
+ }
283
+ export function getAvailableThemes() {
284
+ return getAvailableThemesWithPaths().map(({ name }) => name);
285
+ }
286
+ export function getAvailableThemesWithPaths() {
287
+ const themesDir = getThemesDir();
288
+ const result = [];
289
+ const seen = new Set();
290
+ const addTheme = (themeInfo) => {
291
+ if (seen.has(themeInfo.name)) {
292
+ return;
293
+ }
294
+ seen.add(themeInfo.name);
295
+ result.push(themeInfo);
296
+ };
297
+ // Built-in themes
298
+ for (const name of Object.keys(getBuiltinThemes())) {
299
+ addTheme({ name, path: path.join(themesDir, `${name}.json`) });
300
+ }
301
+ // Custom themes
302
+ for (const themeInfo of getCustomThemeInfos()) {
303
+ addTheme(themeInfo);
304
+ }
305
+ for (const [name, theme] of registeredThemes.entries()) {
306
+ addTheme({ name, path: theme.sourcePath });
307
+ }
308
+ return result.sort((a, b) => a.name.localeCompare(b.name));
309
+ }
310
+ function getCustomThemeInfos() {
311
+ const customThemesDir = getCustomThemesDir();
312
+ const result = [];
313
+ if (!fs.existsSync(customThemesDir)) {
314
+ return result;
315
+ }
316
+ for (const file of fs.readdirSync(customThemesDir)) {
317
+ if (!file.endsWith(".json")) {
318
+ continue;
319
+ }
320
+ const themePath = path.join(customThemesDir, file);
321
+ try {
322
+ const customTheme = loadThemeFromPath(themePath);
323
+ if (customTheme.name) {
324
+ result.push({ name: customTheme.name, path: themePath });
325
+ }
326
+ }
327
+ catch {
328
+ // Invalid themes are ignored here; the resource loader reports them
329
+ // during normal startup/reload.
330
+ }
331
+ }
332
+ return result;
333
+ }
334
+ function assertThemeNameIsValid(name) {
335
+ if (name.includes("/")) {
336
+ throw new Error(`Invalid theme name "${name}": theme names cannot contain "/" because it is reserved for automatic light/dark theme settings.`);
337
+ }
338
+ }
339
+ function parseThemeJson(label, json) {
340
+ if (themeJsonValidator)
341
+ return themeJsonValidator(label, json);
342
+ if (typeof json !== "object" || json === null || !("colors" in json)) {
343
+ throw new Error(`Invalid theme "${label}": expected an object with a "colors" map.`);
344
+ }
345
+ return json;
346
+ }
347
+ function parseThemeJsonContent(label, content) {
348
+ let json;
349
+ try {
350
+ json = JSON.parse(stripBom(content));
351
+ }
352
+ catch (error) {
353
+ throw new Error(`Failed to parse theme ${label}: ${error}`);
354
+ }
355
+ return parseThemeJson(label, json);
356
+ }
357
+ function loadThemeJson(name) {
358
+ const builtinThemes = getBuiltinThemes();
359
+ if (name in builtinThemes) {
360
+ return builtinThemes[name];
361
+ }
362
+ const registeredTheme = registeredThemes.get(name);
363
+ if (registeredTheme?.sourcePath) {
364
+ const content = fs.readFileSync(registeredTheme.sourcePath, "utf-8");
365
+ return parseThemeJsonContent(registeredTheme.sourcePath, content);
366
+ }
367
+ if (registeredTheme) {
368
+ throw new Error(`Theme "${name}" does not have a source path for export`);
369
+ }
370
+ const customThemesDir = getCustomThemesDir();
371
+ const themePath = path.join(customThemesDir, `${name}.json`);
372
+ if (!fs.existsSync(themePath)) {
373
+ throw new Error(`Theme not found: ${name}`);
374
+ }
375
+ const content = fs.readFileSync(themePath, "utf-8");
376
+ return parseThemeJsonContent(name, content);
377
+ }
378
+ function createTheme(themeJson, mode, sourcePath) {
379
+ const colorMode = mode ?? (getCapabilities().trueColor ? "truecolor" : "256color");
380
+ const resolvedColors = resolveThemeColors(withThemeColorFallbacks(themeJson.colors), themeJson.vars);
381
+ const fgColors = {};
382
+ const bgColors = {};
383
+ const bgColorKeys = new Set([
384
+ "selectedBg",
385
+ "searchMatchBg",
386
+ "userMessageBg",
387
+ "customMessageBg",
388
+ "toolPendingBg",
389
+ "toolSuccessBg",
390
+ "toolErrorBg",
391
+ ]);
392
+ for (const [key, value] of Object.entries(resolvedColors)) {
393
+ if (bgColorKeys.has(key)) {
394
+ bgColors[key] = value;
395
+ }
396
+ else {
397
+ fgColors[key] = value;
398
+ }
399
+ }
400
+ return new Theme(fgColors, bgColors, colorMode, {
401
+ name: themeJson.name,
402
+ sourcePath,
403
+ });
404
+ }
405
+ export function loadThemeFromPath(themePath, mode) {
406
+ const content = fs.readFileSync(themePath, "utf-8");
407
+ const themeJson = parseThemeJsonContent(themePath, content);
408
+ return createTheme(themeJson, mode, themePath);
409
+ }
410
+ function loadTheme(name, mode) {
411
+ const registeredTheme = registeredThemes.get(name);
412
+ if (registeredTheme) {
413
+ return registeredTheme;
414
+ }
415
+ const themeJson = loadThemeJson(name);
416
+ return createTheme(themeJson, mode);
417
+ }
418
+ export function getThemeByName(name) {
419
+ try {
420
+ return loadTheme(name);
421
+ }
422
+ catch {
423
+ return undefined;
424
+ }
425
+ }
426
+ export function parseAutoThemeSetting(themeSetting) {
427
+ if (!themeSetting)
428
+ return undefined;
429
+ const slashIndex = themeSetting.indexOf("/");
430
+ if (slashIndex === -1 || themeSetting.indexOf("/", slashIndex + 1) !== -1) {
431
+ return undefined;
432
+ }
433
+ const lightTheme = themeSetting.slice(0, slashIndex).trim();
434
+ const darkTheme = themeSetting.slice(slashIndex + 1).trim();
435
+ if (!lightTheme || !darkTheme) {
436
+ return undefined;
437
+ }
438
+ return { lightTheme, darkTheme };
439
+ }
440
+ export function resolveThemeSetting(themeSetting, terminalTheme) {
441
+ const autoTheme = parseAutoThemeSetting(themeSetting);
442
+ if (autoTheme) {
443
+ return terminalTheme === "light" ? autoTheme.lightTheme : autoTheme.darkTheme;
444
+ }
445
+ if (themeSetting?.includes("/"))
446
+ return undefined;
447
+ if (typeof themeSetting === "string")
448
+ return themeSetting;
449
+ return undefined;
450
+ }
451
+ function getColorFgBgBackgroundIndex(colorfgbg) {
452
+ const parts = colorfgbg.split(";");
453
+ for (let i = parts.length - 1; i >= 0; i--) {
454
+ const bg = parseInt(parts[i].trim(), 10);
455
+ if (Number.isInteger(bg) && bg >= 0 && bg <= 255) {
456
+ return bg;
457
+ }
458
+ }
459
+ return undefined;
460
+ }
461
+ function getRgbColorLuminance({ r, g, b }) {
462
+ const toLinear = (channel) => {
463
+ const value = channel / 255;
464
+ return value <= 0.03928 ? value / 12.92 : ((value + 0.055) / 1.055) ** 2.4;
465
+ };
466
+ return 0.2126 * toLinear(r) + 0.7152 * toLinear(g) + 0.0722 * toLinear(b);
467
+ }
468
+ function getAnsiColorLuminance(index) {
469
+ return getRgbColorLuminance(hexToRgb(ansi256ToHex(index)));
470
+ }
471
+ export function getThemeForRgbColor(rgb) {
472
+ return getRgbColorLuminance(rgb) >= 0.5 ? "light" : "dark";
473
+ }
474
+ export function detectTerminalBackgroundFromEnv(options = {}) {
475
+ const env = options.env ?? process.env;
476
+ const colorfgbg = env.COLORFGBG || "";
477
+ const bg = getColorFgBgBackgroundIndex(colorfgbg);
478
+ if (bg !== undefined) {
479
+ return {
480
+ theme: getAnsiColorLuminance(bg) >= 0.5 ? "light" : "dark",
481
+ source: "COLORFGBG",
482
+ detail: `background color index ${bg}`,
483
+ confidence: "high",
484
+ };
485
+ }
486
+ return {
487
+ theme: "dark",
488
+ source: "fallback",
489
+ detail: "no terminal background hint found",
490
+ confidence: "low",
491
+ };
492
+ }
493
+ export async function detectTerminalBackgroundTheme({ ui, timeoutMs, env, }) {
494
+ try {
495
+ const rgb = await ui.queryTerminalBackgroundColor({ timeoutMs });
496
+ if (rgb) {
497
+ return {
498
+ theme: getThemeForRgbColor(rgb),
499
+ source: "terminal background",
500
+ detail: `OSC 11 background rgb(${rgb.r}, ${rgb.g}, ${rgb.b})`,
501
+ confidence: "high",
502
+ };
503
+ }
504
+ }
505
+ catch {
506
+ // Fall back to environment-based detection when the terminal query fails.
507
+ }
508
+ return detectTerminalBackgroundFromEnv({ env });
509
+ }
510
+ export async function detectTerminalThemeForAuto({ ui, timeoutMs, env, }) {
511
+ let colorSchemePromise;
512
+ try {
513
+ colorSchemePromise = ui.queryTerminalColorScheme?.({ timeoutMs });
514
+ }
515
+ catch {
516
+ // Fall back to OSC 11 / COLORFGBG detection when starting the color-scheme query fails.
517
+ }
518
+ const backgroundThemePromise = detectTerminalBackgroundTheme({ ui, timeoutMs, env });
519
+ try {
520
+ const colorScheme = await colorSchemePromise;
521
+ if (colorScheme)
522
+ return colorScheme;
523
+ }
524
+ catch {
525
+ // Fall back to the concurrently queried OSC 11 / COLORFGBG detection.
526
+ }
527
+ return (await backgroundThemePromise).theme;
528
+ }
529
+ export function getDefaultTheme() {
530
+ return detectTerminalBackgroundFromEnv().theme;
531
+ }
532
+ // ============================================================================
533
+ // Global Theme Instance
534
+ // ============================================================================
535
+ // Use globalThis to share theme across module loaders (tsx + jiti in dev mode)
536
+ const THEME_KEY = Symbol.for("@m4ike1/ion-coding-agent:theme");
537
+ const THEME_KEY_OLD = Symbol.for("@mariozechner/ion-coding-agent:theme");
538
+ // Export theme as a getter that reads from globalThis
539
+ // This ensures all module instances (tsx, jiti) see the same theme
540
+ export const theme = new Proxy({}, {
541
+ get(_target, prop) {
542
+ const t = globalThis[THEME_KEY];
543
+ if (!t)
544
+ throw new Error("Theme not initialized. Call initTheme() first.");
545
+ return t[prop];
546
+ },
547
+ });
548
+ function setGlobalTheme(t) {
549
+ globalThis[THEME_KEY] = t;
550
+ globalThis[THEME_KEY_OLD] = t;
551
+ }
552
+ let currentThemeName;
553
+ let themeWatcher;
554
+ let themeReloadTimer;
555
+ let onThemeChangeCallback;
556
+ const registeredThemes = new Map();
557
+ export function setRegisteredThemes(themes) {
558
+ registeredThemes.clear();
559
+ for (const theme of themes) {
560
+ if (theme.name) {
561
+ assertThemeNameIsValid(theme.name);
562
+ registeredThemes.set(theme.name, theme);
563
+ }
564
+ }
565
+ }
566
+ export function initTheme(themeName, enableWatcher = false) {
567
+ const name = themeName ?? getDefaultTheme();
568
+ currentThemeName = name;
569
+ try {
570
+ setGlobalTheme(loadTheme(name));
571
+ if (enableWatcher) {
572
+ startThemeWatcher();
573
+ }
574
+ }
575
+ catch (_error) {
576
+ // Theme is invalid - fall back to dark theme silently
577
+ currentThemeName = "dark";
578
+ setGlobalTheme(loadTheme("dark"));
579
+ // Don't start watcher for fallback theme
580
+ }
581
+ }
582
+ export function setTheme(name, enableWatcher = false) {
583
+ currentThemeName = name;
584
+ try {
585
+ setGlobalTheme(loadTheme(name));
586
+ if (enableWatcher) {
587
+ startThemeWatcher();
588
+ }
589
+ if (onThemeChangeCallback) {
590
+ onThemeChangeCallback();
591
+ }
592
+ return { success: true };
593
+ }
594
+ catch (error) {
595
+ // Theme is invalid - fall back to dark theme
596
+ currentThemeName = "dark";
597
+ setGlobalTheme(loadTheme("dark"));
598
+ // Don't start watcher for fallback theme
599
+ return {
600
+ success: false,
601
+ error: error instanceof Error ? error.message : String(error),
602
+ };
603
+ }
604
+ }
605
+ export function setThemeInstance(themeInstance) {
606
+ setGlobalTheme(themeInstance);
607
+ currentThemeName = "<in-memory>";
608
+ stopThemeWatcher(); // Can't watch a direct instance
609
+ if (onThemeChangeCallback) {
610
+ onThemeChangeCallback();
611
+ }
612
+ }
613
+ export function onThemeChange(callback) {
614
+ onThemeChangeCallback = callback;
615
+ }
616
+ function startThemeWatcher() {
617
+ stopThemeWatcher();
618
+ // Only watch if it's a custom theme (not built-in)
619
+ if (!currentThemeName || currentThemeName === "dark" || currentThemeName === "light") {
620
+ return;
621
+ }
622
+ const customThemesDir = getCustomThemesDir();
623
+ const watchedThemeName = currentThemeName;
624
+ const watchedFileName = `${watchedThemeName}.json`;
625
+ const themeFile = path.join(customThemesDir, watchedFileName);
626
+ // Only watch if the file exists
627
+ if (!fs.existsSync(themeFile)) {
628
+ return;
629
+ }
630
+ const scheduleReload = () => {
631
+ if (themeReloadTimer) {
632
+ clearTimeout(themeReloadTimer);
633
+ }
634
+ themeReloadTimer = setTimeout(() => {
635
+ themeReloadTimer = undefined;
636
+ // Ignore stale timers after switching themes or stopping the watcher
637
+ if (currentThemeName !== watchedThemeName) {
638
+ return;
639
+ }
640
+ // Keep the last successfully loaded theme active if the file is temporarily missing
641
+ if (!fs.existsSync(themeFile)) {
642
+ return;
643
+ }
644
+ try {
645
+ // Reload the theme from disk and refresh the registry cache
646
+ const reloadedTheme = loadThemeFromPath(themeFile);
647
+ registeredThemes.set(watchedThemeName, reloadedTheme);
648
+ setGlobalTheme(reloadedTheme);
649
+ // Notify callback (to invalidate UI)
650
+ if (onThemeChangeCallback) {
651
+ onThemeChangeCallback();
652
+ }
653
+ }
654
+ catch (_error) {
655
+ // Ignore errors (file might be in invalid state while being edited)
656
+ }
657
+ }, 100);
658
+ };
659
+ themeWatcher =
660
+ watchWithErrorHandler(customThemesDir, (_eventType, filename) => {
661
+ if (currentThemeName !== watchedThemeName) {
662
+ return;
663
+ }
664
+ if (!filename) {
665
+ scheduleReload();
666
+ return;
667
+ }
668
+ if (filename !== watchedFileName) {
669
+ return;
670
+ }
671
+ scheduleReload();
672
+ }, () => {
673
+ closeWatcher(themeWatcher);
674
+ themeWatcher = undefined;
675
+ }) ?? undefined;
676
+ }
677
+ export function stopThemeWatcher() {
678
+ if (themeReloadTimer) {
679
+ clearTimeout(themeReloadTimer);
680
+ themeReloadTimer = undefined;
681
+ }
682
+ closeWatcher(themeWatcher);
683
+ themeWatcher = undefined;
684
+ }
685
+ // ============================================================================
686
+ // HTML Export Helpers
687
+ // ============================================================================
688
+ /**
689
+ * Convert a 256-color index to hex string.
690
+ * Indices 0-15: basic colors (approximate)
691
+ * Indices 16-231: 6x6x6 color cube
692
+ * Indices 232-255: grayscale ramp
693
+ */
694
+ function ansi256ToHex(index) {
695
+ // Basic colors (0-15) - approximate common terminal values
696
+ const basicColors = [
697
+ "#000000",
698
+ "#800000",
699
+ "#008000",
700
+ "#808000",
701
+ "#000080",
702
+ "#800080",
703
+ "#008080",
704
+ "#c0c0c0",
705
+ "#808080",
706
+ "#ff0000",
707
+ "#00ff00",
708
+ "#ffff00",
709
+ "#0000ff",
710
+ "#ff00ff",
711
+ "#00ffff",
712
+ "#ffffff",
713
+ ];
714
+ if (index < 16) {
715
+ return basicColors[index];
716
+ }
717
+ // Color cube (16-231): 6x6x6 = 216 colors
718
+ if (index < 232) {
719
+ const cubeIndex = index - 16;
720
+ const r = Math.floor(cubeIndex / 36);
721
+ const g = Math.floor((cubeIndex % 36) / 6);
722
+ const b = cubeIndex % 6;
723
+ const toHex = (n) => (n === 0 ? 0 : 55 + n * 40).toString(16).padStart(2, "0");
724
+ return `#${toHex(r)}${toHex(g)}${toHex(b)}`;
725
+ }
726
+ // Grayscale (232-255): 24 shades
727
+ const gray = 8 + (index - 232) * 10;
728
+ const grayHex = gray.toString(16).padStart(2, "0");
729
+ return `#${grayHex}${grayHex}${grayHex}`;
730
+ }
731
+ /**
732
+ * Get resolved theme colors as CSS-compatible hex strings.
733
+ * Used by HTML export to generate CSS custom properties.
734
+ */
735
+ export function getResolvedThemeColors(themeName) {
736
+ const name = themeName ?? currentThemeName ?? getDefaultTheme();
737
+ const isLight = name === "light";
738
+ const themeJson = loadThemeJson(name);
739
+ const resolved = resolveThemeColors(withThemeColorFallbacks(themeJson.colors), themeJson.vars);
740
+ // Default text color for empty values (terminal uses default fg color)
741
+ const defaultText = isLight ? "#000000" : "#e5e5e7";
742
+ const cssColors = {};
743
+ for (const [key, value] of Object.entries(resolved)) {
744
+ if (typeof value === "number") {
745
+ cssColors[key] = ansi256ToHex(value);
746
+ }
747
+ else if (value === "") {
748
+ // Empty means default terminal color - use sensible fallback for HTML
749
+ cssColors[key] = defaultText;
750
+ }
751
+ else {
752
+ cssColors[key] = value;
753
+ }
754
+ }
755
+ return cssColors;
756
+ }
757
+ /**
758
+ * Check if a theme is a "light" theme (for CSS that needs light/dark variants).
759
+ */
760
+ export function isLightTheme(themeName) {
761
+ // Currently just check the name - could be extended to analyze colors
762
+ return themeName === "light";
763
+ }
764
+ /**
765
+ * Get explicit export colors from theme JSON, if specified.
766
+ * Returns undefined for each color that isn't explicitly set.
767
+ */
768
+ export function getThemeExportColors(themeName) {
769
+ const name = themeName ?? currentThemeName ?? getDefaultTheme();
770
+ try {
771
+ const themeJson = loadThemeJson(name);
772
+ const exportSection = themeJson.export;
773
+ if (!exportSection)
774
+ return {};
775
+ const vars = themeJson.vars ?? {};
776
+ const resolve = (value) => {
777
+ if (value === undefined)
778
+ return undefined;
779
+ const resolved = resolveVarRefs(value, vars);
780
+ if (typeof resolved === "number")
781
+ return ansi256ToHex(resolved);
782
+ if (resolved === "")
783
+ return undefined;
784
+ return resolved;
785
+ };
786
+ return {
787
+ pageBg: resolve(exportSection.pageBg),
788
+ cardBg: resolve(exportSection.cardBg),
789
+ infoBg: resolve(exportSection.infoBg),
790
+ };
791
+ }
792
+ catch {
793
+ return {};
794
+ }
795
+ }
796
+ let cachedHighlightThemeFor;
797
+ let cachedCliHighlightTheme;
798
+ function buildCliHighlightTheme(t) {
799
+ return {
800
+ keyword: (s) => t.fg("syntaxKeyword", s),
801
+ built_in: (s) => t.fg("syntaxType", s),
802
+ literal: (s) => t.fg("syntaxNumber", s),
803
+ number: (s) => t.fg("syntaxNumber", s),
804
+ regexp: (s) => t.fg("syntaxString", s),
805
+ string: (s) => t.fg("syntaxString", s),
806
+ comment: (s) => t.fg("syntaxComment", s),
807
+ doctag: (s) => t.fg("syntaxComment", s),
808
+ meta: (s) => t.fg("muted", s),
809
+ function: (s) => t.fg("syntaxFunction", s),
810
+ title: (s) => t.fg("syntaxFunction", s),
811
+ class: (s) => t.fg("syntaxType", s),
812
+ type: (s) => t.fg("syntaxType", s),
813
+ tag: (s) => t.fg("syntaxPunctuation", s),
814
+ name: (s) => t.fg("syntaxKeyword", s),
815
+ attr: (s) => t.fg("syntaxVariable", s),
816
+ variable: (s) => t.fg("syntaxVariable", s),
817
+ params: (s) => t.fg("syntaxVariable", s),
818
+ operator: (s) => t.fg("syntaxOperator", s),
819
+ punctuation: (s) => t.fg("syntaxPunctuation", s),
820
+ emphasis: (s) => t.italic(s),
821
+ strong: (s) => t.bold(s),
822
+ link: (s) => t.underline(s),
823
+ addition: (s) => t.fg("toolDiffAdded", s),
824
+ deletion: (s) => t.fg("toolDiffRemoved", s),
825
+ };
826
+ }
827
+ function getCliHighlightTheme(t) {
828
+ if (cachedHighlightThemeFor !== t || !cachedCliHighlightTheme) {
829
+ cachedHighlightThemeFor = t;
830
+ cachedCliHighlightTheme = buildCliHighlightTheme(t);
831
+ }
832
+ return cachedCliHighlightTheme;
833
+ }
834
+ /**
835
+ * Highlight code with syntax coloring based on file extension or language.
836
+ * Returns array of highlighted lines.
837
+ */
838
+ export function highlightCode(code, lang) {
839
+ // Validate language before highlighting to avoid stderr spam from cli-highlight
840
+ const validLang = lang && supportsLanguage(lang) ? lang : undefined;
841
+ // Skip highlighting when no valid language is specified. cli-highlight's
842
+ // auto-detection is unreliable and can misidentify prose as AppleScript,
843
+ // LiveCodeServer, etc., coloring random English words as keywords.
844
+ if (!validLang) {
845
+ return code.split("\n").map((line) => theme.fg("mdCodeBlock", line));
846
+ }
847
+ const opts = {
848
+ language: validLang,
849
+ ignoreIllegals: true,
850
+ theme: getCliHighlightTheme(theme),
851
+ };
852
+ try {
853
+ return highlight(code, opts).split("\n");
854
+ }
855
+ catch {
856
+ return code.split("\n");
857
+ }
858
+ }
859
+ /**
860
+ * Get language identifier from file path extension.
861
+ */
862
+ export function getLanguageFromPath(filePath) {
863
+ const ext = filePath.split(".").pop()?.toLowerCase();
864
+ if (!ext)
865
+ return undefined;
866
+ const extToLang = {
867
+ ts: "typescript",
868
+ tsx: "typescript",
869
+ js: "javascript",
870
+ jsx: "javascript",
871
+ mjs: "javascript",
872
+ cjs: "javascript",
873
+ py: "python",
874
+ rb: "ruby",
875
+ rs: "rust",
876
+ go: "go",
877
+ java: "java",
878
+ kt: "kotlin",
879
+ swift: "swift",
880
+ c: "c",
881
+ h: "c",
882
+ cpp: "cpp",
883
+ cc: "cpp",
884
+ cxx: "cpp",
885
+ hpp: "cpp",
886
+ cs: "csharp",
887
+ php: "php",
888
+ sh: "bash",
889
+ bash: "bash",
890
+ zsh: "bash",
891
+ fish: "fish",
892
+ ps1: "powershell",
893
+ sql: "sql",
894
+ html: "html",
895
+ htm: "html",
896
+ css: "css",
897
+ scss: "scss",
898
+ sass: "sass",
899
+ less: "less",
900
+ json: "json",
901
+ yaml: "yaml",
902
+ yml: "yaml",
903
+ toml: "toml",
904
+ xml: "xml",
905
+ md: "markdown",
906
+ markdown: "markdown",
907
+ dockerfile: "dockerfile",
908
+ makefile: "makefile",
909
+ cmake: "cmake",
910
+ lua: "lua",
911
+ perl: "perl",
912
+ r: "r",
913
+ scala: "scala",
914
+ clj: "clojure",
915
+ ex: "elixir",
916
+ exs: "elixir",
917
+ erl: "erlang",
918
+ hs: "haskell",
919
+ ml: "ocaml",
920
+ vim: "vim",
921
+ graphql: "graphql",
922
+ proto: "protobuf",
923
+ tf: "hcl",
924
+ hcl: "hcl",
925
+ };
926
+ return extToLang[ext];
927
+ }
928
+ export function getMarkdownTheme() {
929
+ return {
930
+ heading: (text) => theme.fg("mdHeading", text),
931
+ link: (text) => theme.fg("mdLink", text),
932
+ linkUrl: (text) => theme.fg("mdLinkUrl", text),
933
+ code: (text) => theme.fg("mdCode", text),
934
+ codeBlock: (text) => theme.fg("mdCodeBlock", text),
935
+ codeBlockBorder: (text) => theme.fg("mdCodeBlockBorder", text),
936
+ quote: (text) => theme.fg("mdQuote", text),
937
+ quoteBorder: (text) => theme.fg("mdQuoteBorder", text),
938
+ hr: (text) => theme.fg("mdHr", text),
939
+ listBullet: (text) => theme.fg("mdListBullet", text),
940
+ bold: (text) => theme.bold(text),
941
+ italic: (text) => theme.italic(text),
942
+ underline: (text) => theme.underline(text),
943
+ strikethrough: (text) => chalk.strikethrough(text),
944
+ highlightCode: (code, lang) => {
945
+ // Validate language before highlighting to avoid stderr spam from cli-highlight
946
+ const validLang = lang && supportsLanguage(lang) ? lang : undefined;
947
+ // Skip highlighting when no valid language is specified. cli-highlight's
948
+ // auto-detection is unreliable and can misidentify prose as AppleScript,
949
+ // LiveCodeServer, etc., coloring random English words as keywords.
950
+ if (!validLang) {
951
+ return code.split("\n").map((line) => theme.fg("mdCodeBlock", line));
952
+ }
953
+ const opts = {
954
+ language: validLang,
955
+ ignoreIllegals: true,
956
+ theme: getCliHighlightTheme(theme),
957
+ };
958
+ try {
959
+ return highlight(code, opts).split("\n");
960
+ }
961
+ catch {
962
+ return code.split("\n").map((line) => theme.fg("mdCodeBlock", line));
963
+ }
964
+ },
965
+ };
966
+ }
967
+ export function getSelectListTheme() {
968
+ return {
969
+ selectedPrefix: (text) => theme.fg("accent", text),
970
+ selectedText: (text) => theme.fg("accent", text),
971
+ description: (text) => theme.fg("muted", text),
972
+ scrollInfo: (text) => theme.fg("muted", text),
973
+ noMatch: (text) => theme.fg("muted", text),
974
+ };
975
+ }
976
+ export function getEditorTheme() {
977
+ return {
978
+ borderColor: (text) => theme.fg("borderMuted", text),
979
+ selectList: getSelectListTheme(),
980
+ };
981
+ }
982
+ export function getSettingsListTheme() {
983
+ return {
984
+ label: (text, selected) => (selected ? theme.fg("accent", text) : text),
985
+ value: (text, selected) => (selected ? theme.fg("accent", text) : theme.fg("muted", text)),
986
+ description: (text) => theme.fg("dim", text),
987
+ cursor: theme.fg("accent", "→ "),
988
+ hint: (text) => theme.fg("dim", text),
989
+ };
990
+ }
991
+ //# sourceMappingURL=theme.js.map