anymous 1.2.7 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (448) hide show
  1. package/bin/anymous.exe +7 -0
  2. package/package.json +20 -135
  3. package/postinstall.mjs +214 -0
  4. package/bin/anymous.cjs +0 -45
  5. package/src/account/account.ts +0 -473
  6. package/src/account/repo.ts +0 -171
  7. package/src/account/schema.ts +0 -99
  8. package/src/account/url.ts +0 -8
  9. package/src/acp/agent.ts +0 -95
  10. package/src/acp/config-option.ts +0 -203
  11. package/src/acp/content.ts +0 -269
  12. package/src/acp/directory.ts +0 -212
  13. package/src/acp/error.ts +0 -97
  14. package/src/acp/event.ts +0 -342
  15. package/src/acp/permission.ts +0 -254
  16. package/src/acp/profile.ts +0 -42
  17. package/src/acp/service.ts +0 -1097
  18. package/src/acp/session.ts +0 -232
  19. package/src/acp/tool.ts +0 -364
  20. package/src/acp/usage.ts +0 -239
  21. package/src/agent/agent.ts +0 -973
  22. package/src/agent/generate.txt +0 -75
  23. package/src/agent/prompt/architect.txt +0 -26
  24. package/src/agent/prompt/backend.txt +0 -26
  25. package/src/agent/prompt/build.txt +0 -31
  26. package/src/agent/prompt/code-reviewer.txt +0 -29
  27. package/src/agent/prompt/compaction.txt +0 -45
  28. package/src/agent/prompt/database.txt +0 -27
  29. package/src/agent/prompt/debug-tools.txt +0 -40
  30. package/src/agent/prompt/debug.txt +0 -23
  31. package/src/agent/prompt/devops.txt +0 -26
  32. package/src/agent/prompt/docs.txt +0 -23
  33. package/src/agent/prompt/exe-extractor.txt +0 -39
  34. package/src/agent/prompt/explore.txt +0 -42
  35. package/src/agent/prompt/frontend.txt +0 -29
  36. package/src/agent/prompt/general.txt +0 -25
  37. package/src/agent/prompt/memory-dump.txt +0 -37
  38. package/src/agent/prompt/pentest-critic.txt +0 -51
  39. package/src/agent/prompt/pentest-enumerator.txt +0 -72
  40. package/src/agent/prompt/pentest-exploiter.txt +0 -69
  41. package/src/agent/prompt/pentest-identity.txt +0 -59
  42. package/src/agent/prompt/pentest-lead.txt +0 -46
  43. package/src/agent/prompt/pentest-postexploit.txt +0 -84
  44. package/src/agent/prompt/pentest-recon.txt +0 -50
  45. package/src/agent/prompt/pentest-reporter.txt +0 -76
  46. package/src/agent/prompt/pentest-scanner.txt +0 -57
  47. package/src/agent/prompt/pentest-webapp.txt +0 -94
  48. package/src/agent/prompt/performance.txt +0 -27
  49. package/src/agent/prompt/plan.txt +0 -35
  50. package/src/agent/prompt/refactor.txt +0 -31
  51. package/src/agent/prompt/reverser-automator.txt +0 -96
  52. package/src/agent/prompt/reverser-binary.txt +0 -62
  53. package/src/agent/prompt/reverser-dynamic.txt +0 -76
  54. package/src/agent/prompt/reverser-source.txt +0 -93
  55. package/src/agent/prompt/reverser-static.txt +0 -76
  56. package/src/agent/prompt/security.txt +0 -34
  57. package/src/agent/prompt/summary.txt +0 -22
  58. package/src/agent/prompt/test-writer.txt +0 -34
  59. package/src/agent/prompt/title.txt +0 -44
  60. package/src/agent/prompt/web-designer.txt +0 -23
  61. package/src/agent/subagent-permissions.ts +0 -27
  62. package/src/audio.d.ts +0 -14
  63. package/src/auth/index.ts +0 -97
  64. package/src/background/job.ts +0 -37
  65. package/src/bus/global.ts +0 -22
  66. package/src/cli/bootstrap.ts +0 -11
  67. package/src/cli/cmd/account.ts +0 -264
  68. package/src/cli/cmd/acp.ts +0 -73
  69. package/src/cli/cmd/agent.ts +0 -259
  70. package/src/cli/cmd/attach.ts +0 -148
  71. package/src/cli/cmd/cmd.ts +0 -7
  72. package/src/cli/cmd/db.ts +0 -62
  73. package/src/cli/cmd/debug/agent.handler.ts +0 -193
  74. package/src/cli/cmd/debug/agent.ts +0 -27
  75. package/src/cli/cmd/debug/config.ts +0 -14
  76. package/src/cli/cmd/debug/file.ts +0 -73
  77. package/src/cli/cmd/debug/index.ts +0 -87
  78. package/src/cli/cmd/debug/lsp.ts +0 -50
  79. package/src/cli/cmd/debug/ripgrep.ts +0 -79
  80. package/src/cli/cmd/debug/scrap.ts +0 -16
  81. package/src/cli/cmd/debug/skill.ts +0 -15
  82. package/src/cli/cmd/debug/snapshot.ts +0 -50
  83. package/src/cli/cmd/debug/startup.ts +0 -11
  84. package/src/cli/cmd/debug/v2.ts +0 -42
  85. package/src/cli/cmd/export.ts +0 -292
  86. package/src/cli/cmd/generate.ts +0 -54
  87. package/src/cli/cmd/github.handler.ts +0 -1593
  88. package/src/cli/cmd/github.shared.ts +0 -30
  89. package/src/cli/cmd/github.ts +0 -42
  90. package/src/cli/cmd/import.ts +0 -230
  91. package/src/cli/cmd/mcp.ts +0 -840
  92. package/src/cli/cmd/models.ts +0 -66
  93. package/src/cli/cmd/plug.ts +0 -230
  94. package/src/cli/cmd/pr.ts +0 -115
  95. package/src/cli/cmd/prompt-display.ts +0 -1
  96. package/src/cli/cmd/providers.ts +0 -534
  97. package/src/cli/cmd/run/demo.ts +0 -1274
  98. package/src/cli/cmd/run/entry.body.ts +0 -205
  99. package/src/cli/cmd/run/footer.command.tsx +0 -1070
  100. package/src/cli/cmd/run/footer.menu.tsx +0 -351
  101. package/src/cli/cmd/run/footer.permission.tsx +0 -472
  102. package/src/cli/cmd/run/footer.prompt.tsx +0 -1315
  103. package/src/cli/cmd/run/footer.question.tsx +0 -573
  104. package/src/cli/cmd/run/footer.subagent.tsx +0 -175
  105. package/src/cli/cmd/run/footer.ts +0 -1129
  106. package/src/cli/cmd/run/footer.view.tsx +0 -945
  107. package/src/cli/cmd/run/footer.width.ts +0 -27
  108. package/src/cli/cmd/run/permission.shared.ts +0 -256
  109. package/src/cli/cmd/run/prompt.editor.ts +0 -157
  110. package/src/cli/cmd/run/prompt.shared.ts +0 -153
  111. package/src/cli/cmd/run/question.shared.ts +0 -340
  112. package/src/cli/cmd/run/runtime.boot.ts +0 -202
  113. package/src/cli/cmd/run/runtime.lifecycle.ts +0 -410
  114. package/src/cli/cmd/run/runtime.queue.ts +0 -349
  115. package/src/cli/cmd/run/runtime.shared.ts +0 -17
  116. package/src/cli/cmd/run/runtime.stdin.ts +0 -37
  117. package/src/cli/cmd/run/runtime.ts +0 -821
  118. package/src/cli/cmd/run/scrollback.shared.ts +0 -92
  119. package/src/cli/cmd/run/scrollback.surface.ts +0 -431
  120. package/src/cli/cmd/run/scrollback.writer.tsx +0 -352
  121. package/src/cli/cmd/run/session-data.ts +0 -1113
  122. package/src/cli/cmd/run/session-replay.ts +0 -374
  123. package/src/cli/cmd/run/session.shared.ts +0 -196
  124. package/src/cli/cmd/run/splash.ts +0 -289
  125. package/src/cli/cmd/run/stream.transport.ts +0 -1462
  126. package/src/cli/cmd/run/stream.ts +0 -175
  127. package/src/cli/cmd/run/subagent-data.ts +0 -876
  128. package/src/cli/cmd/run/theme.ts +0 -690
  129. package/src/cli/cmd/run/tool.ts +0 -1486
  130. package/src/cli/cmd/run/trace.ts +0 -94
  131. package/src/cli/cmd/run/turn-summary.ts +0 -47
  132. package/src/cli/cmd/run/types.ts +0 -350
  133. package/src/cli/cmd/run/variant.shared.ts +0 -216
  134. package/src/cli/cmd/run.ts +0 -1011
  135. package/src/cli/cmd/serve.ts +0 -24
  136. package/src/cli/cmd/session.ts +0 -147
  137. package/src/cli/cmd/stats.ts +0 -393
  138. package/src/cli/cmd/tui.ts +0 -309
  139. package/src/cli/cmd/uninstall.ts +0 -353
  140. package/src/cli/cmd/upgrade.ts +0 -113
  141. package/src/cli/cmd/web.ts +0 -84
  142. package/src/cli/effect/prompt.ts +0 -37
  143. package/src/cli/effect-cmd.ts +0 -96
  144. package/src/cli/error.ts +0 -130
  145. package/src/cli/heap.ts +0 -45
  146. package/src/cli/logo.ts +0 -1
  147. package/src/cli/network.ts +0 -80
  148. package/src/cli/tui/layer.ts +0 -8
  149. package/src/cli/tui/validate-session.ts +0 -29
  150. package/src/cli/tui/worker.ts +0 -80
  151. package/src/cli/ui.ts +0 -146
  152. package/src/cli/upgrade.ts +0 -79
  153. package/src/cli/version.ts +0 -14
  154. package/src/command/index.ts +0 -177
  155. package/src/command/template/initialize.txt +0 -66
  156. package/src/command/template/review.txt +0 -101
  157. package/src/config/agent.ts +0 -59
  158. package/src/config/command.ts +0 -39
  159. package/src/config/config.ts +0 -689
  160. package/src/config/entry-name.ts +0 -19
  161. package/src/config/managed.ts +0 -69
  162. package/src/config/markdown.ts +0 -36
  163. package/src/config/parse.ts +0 -79
  164. package/src/config/paths.ts +0 -45
  165. package/src/config/plugin.ts +0 -79
  166. package/src/config/tui-cwd.ts +0 -5
  167. package/src/config/tui-host-attention.ts +0 -21
  168. package/src/config/tui-migrate.ts +0 -132
  169. package/src/config/tui.ts +0 -276
  170. package/src/config/variable.ts +0 -91
  171. package/src/control-plane/adapters/index.ts +0 -41
  172. package/src/control-plane/adapters/worktree.ts +0 -96
  173. package/src/control-plane/dev/README.md +0 -19
  174. package/src/control-plane/dev/debug-workspace-plugin.ts +0 -73
  175. package/src/control-plane/types.ts +0 -59
  176. package/src/control-plane/util.ts +0 -39
  177. package/src/control-plane/workspace-adapter-runtime.ts +0 -51
  178. package/src/control-plane/workspace-context.ts +0 -26
  179. package/src/control-plane/workspace.ts +0 -964
  180. package/src/effect/app-node-builder-v1.ts +0 -12
  181. package/src/effect/app-runtime.ts +0 -137
  182. package/src/effect/bootstrap-runtime.ts +0 -19
  183. package/src/effect/bridge.ts +0 -84
  184. package/src/effect/config-service.ts +0 -67
  185. package/src/effect/instance-ref.ts +0 -11
  186. package/src/effect/instance-registry.ts +0 -12
  187. package/src/effect/instance-state.ts +0 -69
  188. package/src/effect/promise.ts +0 -17
  189. package/src/effect/run-service.ts +0 -47
  190. package/src/effect/runner.ts +0 -217
  191. package/src/effect/runtime-flags.ts +0 -79
  192. package/src/env/index.ts +0 -41
  193. package/src/event-manifest.ts +0 -3
  194. package/src/event-v2-bridge.ts +0 -71
  195. package/src/format/formatter.ts +0 -404
  196. package/src/format/index.ts +0 -203
  197. package/src/git/index.ts +0 -348
  198. package/src/id/id.ts +0 -80
  199. package/src/ide/index.ts +0 -54
  200. package/src/image/image.ts +0 -172
  201. package/src/index.ts +0 -142
  202. package/src/installation/index.ts +0 -336
  203. package/src/lsp/client.ts +0 -650
  204. package/src/lsp/diagnostic.ts +0 -29
  205. package/src/lsp/language.ts +0 -121
  206. package/src/lsp/launch.ts +0 -21
  207. package/src/lsp/lsp.ts +0 -507
  208. package/src/lsp/server.ts +0 -1983
  209. package/src/markdown.d.ts +0 -4
  210. package/src/mcp/auth.ts +0 -163
  211. package/src/mcp/browser.ts +0 -37
  212. package/src/mcp/catalog.ts +0 -170
  213. package/src/mcp/index.ts +0 -1004
  214. package/src/mcp/oauth-callback.ts +0 -194
  215. package/src/mcp/oauth-provider.ts +0 -259
  216. package/src/memory/memory.ts +0 -133
  217. package/src/node.ts +0 -4
  218. package/src/patch/index.ts +0 -686
  219. package/src/permission/arity.ts +0 -163
  220. package/src/permission/evaluate.ts +0 -1
  221. package/src/permission/index.ts +0 -229
  222. package/src/plugin/azure.ts +0 -26
  223. package/src/plugin/cloudflare.ts +0 -76
  224. package/src/plugin/digitalocean.ts +0 -325
  225. package/src/plugin/github-copilot/copilot.ts +0 -414
  226. package/src/plugin/github-copilot/models.ts +0 -258
  227. package/src/plugin/index.ts +0 -311
  228. package/src/plugin/install.ts +0 -439
  229. package/src/plugin/loader.ts +0 -237
  230. package/src/plugin/meta.ts +0 -188
  231. package/src/plugin/openai/README.md +0 -31
  232. package/src/plugin/openai/codex.ts +0 -565
  233. package/src/plugin/openai/ws-pool.ts +0 -270
  234. package/src/plugin/openai/ws.ts +0 -381
  235. package/src/plugin/pty-environment.ts +0 -24
  236. package/src/plugin/shared.ts +0 -323
  237. package/src/plugin/snowflake-cortex.ts +0 -507
  238. package/src/plugin/tui/internal.ts +0 -10
  239. package/src/plugin/tui/runtime.ts +0 -1131
  240. package/src/plugin/xai.ts +0 -626
  241. package/src/project/bootstrap-service.ts +0 -9
  242. package/src/project/bootstrap.ts +0 -58
  243. package/src/project/instance-context.ts +0 -24
  244. package/src/project/instance-runtime.ts +0 -16
  245. package/src/project/instance-store.ts +0 -213
  246. package/src/project/project.ts +0 -483
  247. package/src/project/vcs.ts +0 -423
  248. package/src/provider/auth.ts +0 -229
  249. package/src/provider/error.ts +0 -188
  250. package/src/provider/model-status.ts +0 -8
  251. package/src/provider/provider.ts +0 -2006
  252. package/src/provider/transform.ts +0 -1832
  253. package/src/question/index.ts +0 -161
  254. package/src/question/schema.ts +0 -4
  255. package/src/server/auth.ts +0 -48
  256. package/src/server/event.ts +0 -10
  257. package/src/server/global-lifecycle.ts +0 -28
  258. package/src/server/init-projectors.ts +0 -3
  259. package/src/server/mdns.ts +0 -47
  260. package/src/server/projectors.ts +0 -1
  261. package/src/server/proxy-util.ts +0 -48
  262. package/src/server/routes/instance/httpapi/AGENTS.md +0 -39
  263. package/src/server/routes/instance/httpapi/api.ts +0 -97
  264. package/src/server/routes/instance/httpapi/errors.ts +0 -193
  265. package/src/server/routes/instance/httpapi/groups/config.ts +0 -65
  266. package/src/server/routes/instance/httpapi/groups/control-plane.ts +0 -35
  267. package/src/server/routes/instance/httpapi/groups/control.ts +0 -76
  268. package/src/server/routes/instance/httpapi/groups/event.ts +0 -29
  269. package/src/server/routes/instance/httpapi/groups/experimental.ts +0 -275
  270. package/src/server/routes/instance/httpapi/groups/file.ts +0 -185
  271. package/src/server/routes/instance/httpapi/groups/global.ts +0 -136
  272. package/src/server/routes/instance/httpapi/groups/instance.ts +0 -206
  273. package/src/server/routes/instance/httpapi/groups/mcp.ts +0 -156
  274. package/src/server/routes/instance/httpapi/groups/metadata.ts +0 -18
  275. package/src/server/routes/instance/httpapi/groups/permission.ts +0 -61
  276. package/src/server/routes/instance/httpapi/groups/project-copy.ts +0 -32
  277. package/src/server/routes/instance/httpapi/groups/project.ts +0 -93
  278. package/src/server/routes/instance/httpapi/groups/provider.ts +0 -101
  279. package/src/server/routes/instance/httpapi/groups/pty.ts +0 -172
  280. package/src/server/routes/instance/httpapi/groups/query.ts +0 -12
  281. package/src/server/routes/instance/httpapi/groups/question.ts +0 -74
  282. package/src/server/routes/instance/httpapi/groups/session.ts +0 -462
  283. package/src/server/routes/instance/httpapi/groups/sync.ts +0 -113
  284. package/src/server/routes/instance/httpapi/groups/tui.ts +0 -208
  285. package/src/server/routes/instance/httpapi/groups/workspace.ts +0 -141
  286. package/src/server/routes/instance/httpapi/handlers/config.ts +0 -34
  287. package/src/server/routes/instance/httpapi/handlers/control-plane.ts +0 -37
  288. package/src/server/routes/instance/httpapi/handlers/control.ts +0 -43
  289. package/src/server/routes/instance/httpapi/handlers/event.ts +0 -99
  290. package/src/server/routes/instance/httpapi/handlers/experimental.ts +0 -193
  291. package/src/server/routes/instance/httpapi/handlers/file.ts +0 -139
  292. package/src/server/routes/instance/httpapi/handlers/global.ts +0 -156
  293. package/src/server/routes/instance/httpapi/handlers/instance.ts +0 -110
  294. package/src/server/routes/instance/httpapi/handlers/mcp.ts +0 -111
  295. package/src/server/routes/instance/httpapi/handlers/permission.ts +0 -41
  296. package/src/server/routes/instance/httpapi/handlers/project-copy.ts +0 -83
  297. package/src/server/routes/instance/httpapi/handlers/project.ts +0 -63
  298. package/src/server/routes/instance/httpapi/handlers/provider.ts +0 -113
  299. package/src/server/routes/instance/httpapi/handlers/pty.ts +0 -273
  300. package/src/server/routes/instance/httpapi/handlers/question.ts +0 -54
  301. package/src/server/routes/instance/httpapi/handlers/session-errors.ts +0 -21
  302. package/src/server/routes/instance/httpapi/handlers/session.ts +0 -442
  303. package/src/server/routes/instance/httpapi/handlers/sync.ts +0 -89
  304. package/src/server/routes/instance/httpapi/handlers/tui.ts +0 -131
  305. package/src/server/routes/instance/httpapi/handlers/workspace.ts +0 -102
  306. package/src/server/routes/instance/httpapi/lifecycle.ts +0 -54
  307. package/src/server/routes/instance/httpapi/middleware/authorization.ts +0 -150
  308. package/src/server/routes/instance/httpapi/middleware/compression.ts +0 -64
  309. package/src/server/routes/instance/httpapi/middleware/cors-vary.ts +0 -29
  310. package/src/server/routes/instance/httpapi/middleware/error.ts +0 -43
  311. package/src/server/routes/instance/httpapi/middleware/fence.ts +0 -25
  312. package/src/server/routes/instance/httpapi/middleware/instance-context.ts +0 -43
  313. package/src/server/routes/instance/httpapi/middleware/proxy.ts +0 -108
  314. package/src/server/routes/instance/httpapi/middleware/schema-error.ts +0 -41
  315. package/src/server/routes/instance/httpapi/middleware/workspace-routing.ts +0 -250
  316. package/src/server/routes/instance/httpapi/public.ts +0 -537
  317. package/src/server/routes/instance/httpapi/server.ts +0 -327
  318. package/src/server/routes/instance/httpapi/websocket-tracker.ts +0 -60
  319. package/src/server/server.ts +0 -226
  320. package/src/server/shared/fence.ts +0 -60
  321. package/src/server/shared/pty-ticket.ts +0 -15
  322. package/src/server/shared/public-ui.ts +0 -12
  323. package/src/server/shared/tui-control.ts +0 -28
  324. package/src/server/shared/ui.ts +0 -108
  325. package/src/server/shared/workspace-routing.ts +0 -38
  326. package/src/server/tui-event.ts +0 -1
  327. package/src/session/compaction.ts +0 -562
  328. package/src/session/instruction.ts +0 -237
  329. package/src/session/llm/AGENTS.md +0 -90
  330. package/src/session/llm/ai-sdk.ts +0 -288
  331. package/src/session/llm/native-request.ts +0 -196
  332. package/src/session/llm/native-runtime.ts +0 -195
  333. package/src/session/llm/request.ts +0 -226
  334. package/src/session/llm.ts +0 -404
  335. package/src/session/message-error.ts +0 -14
  336. package/src/session/message-v2.ts +0 -734
  337. package/src/session/message.ts +0 -148
  338. package/src/session/overflow.ts +0 -34
  339. package/src/session/processor.ts +0 -718
  340. package/src/session/prompt/anthropic.txt +0 -96
  341. package/src/session/prompt/beast.txt +0 -147
  342. package/src/session/prompt/build-switch.txt +0 -5
  343. package/src/session/prompt/codex.txt +0 -79
  344. package/src/session/prompt/copilot-gpt-5.txt +0 -143
  345. package/src/session/prompt/default.txt +0 -89
  346. package/src/session/prompt/gemini.txt +0 -155
  347. package/src/session/prompt/gpt.txt +0 -107
  348. package/src/session/prompt/kimi.txt +0 -95
  349. package/src/session/prompt/meta.txt +0 -64
  350. package/src/session/prompt/plan-mode.txt +0 -70
  351. package/src/session/prompt/plan-reminder-anthropic.txt +0 -67
  352. package/src/session/prompt/plan.txt +0 -26
  353. package/src/session/prompt/trinity.txt +0 -97
  354. package/src/session/prompt.ts +0 -1636
  355. package/src/session/reminders.ts +0 -92
  356. package/src/session/retry.ts +0 -201
  357. package/src/session/revert.ts +0 -146
  358. package/src/session/run-state.ts +0 -151
  359. package/src/session/schema.ts +0 -26
  360. package/src/session/session.ts +0 -1018
  361. package/src/session/status.ts +0 -56
  362. package/src/session/summary.ts +0 -160
  363. package/src/session/system.ts +0 -145
  364. package/src/session/todo.ts +0 -74
  365. package/src/session/tools.ts +0 -590
  366. package/src/share/session.ts +0 -58
  367. package/src/share/share-next.ts +0 -371
  368. package/src/skill/discovery.ts +0 -140
  369. package/src/skill/index.ts +0 -354
  370. package/src/snapshot/index.ts +0 -807
  371. package/src/sql.d.ts +0 -4
  372. package/src/storage/schema.ts +0 -5
  373. package/src/storage/storage.ts +0 -327
  374. package/src/sync/README.md +0 -179
  375. package/src/sync/schema.ts +0 -11
  376. package/src/temporary.ts +0 -31
  377. package/src/tool/apply_patch.ts +0 -313
  378. package/src/tool/apply_patch.txt +0 -33
  379. package/src/tool/code-mode.ts +0 -310
  380. package/src/tool/computer.ts +0 -476
  381. package/src/tool/computer.txt +0 -25
  382. package/src/tool/edit.ts +0 -737
  383. package/src/tool/edit.txt +0 -10
  384. package/src/tool/external-directory.ts +0 -49
  385. package/src/tool/glob.ts +0 -76
  386. package/src/tool/glob.txt +0 -6
  387. package/src/tool/grep.ts +0 -115
  388. package/src/tool/grep.txt +0 -8
  389. package/src/tool/invalid.ts +0 -21
  390. package/src/tool/json-schema.ts +0 -164
  391. package/src/tool/lsp.ts +0 -113
  392. package/src/tool/lsp.txt +0 -24
  393. package/src/tool/mcp-websearch.ts +0 -96
  394. package/src/tool/memory.ts +0 -59
  395. package/src/tool/memory.txt +0 -14
  396. package/src/tool/plan-enter.txt +0 -14
  397. package/src/tool/plan-exit.txt +0 -13
  398. package/src/tool/plan.ts +0 -79
  399. package/src/tool/question.ts +0 -44
  400. package/src/tool/question.txt +0 -10
  401. package/src/tool/read.ts +0 -386
  402. package/src/tool/read.txt +0 -14
  403. package/src/tool/registry.ts +0 -460
  404. package/src/tool/schema.ts +0 -14
  405. package/src/tool/shell/id.ts +0 -19
  406. package/src/tool/shell/prompt.ts +0 -293
  407. package/src/tool/shell/shell.txt +0 -21
  408. package/src/tool/shell.ts +0 -645
  409. package/src/tool/skill.ts +0 -70
  410. package/src/tool/skill.txt +0 -5
  411. package/src/tool/task.ts +0 -360
  412. package/src/tool/task.txt +0 -19
  413. package/src/tool/todo.ts +0 -46
  414. package/src/tool/todowrite.txt +0 -44
  415. package/src/tool/tool.ts +0 -183
  416. package/src/tool/truncate.ts +0 -156
  417. package/src/tool/truncation-dir.ts +0 -4
  418. package/src/tool/webfetch.ts +0 -192
  419. package/src/tool/webfetch.txt +0 -13
  420. package/src/tool/websearch.ts +0 -143
  421. package/src/tool/websearch.txt +0 -14
  422. package/src/tool/write.ts +0 -104
  423. package/src/tool/write.txt +0 -8
  424. package/src/util/archive.ts +0 -17
  425. package/src/util/bom.ts +0 -27
  426. package/src/util/data-url.ts +0 -9
  427. package/src/util/defer.ts +0 -10
  428. package/src/util/effect-http-client.ts +0 -11
  429. package/src/util/error.ts +0 -1
  430. package/src/util/filesystem.ts +0 -251
  431. package/src/util/html.ts +0 -8
  432. package/src/util/iife.ts +0 -3
  433. package/src/util/lazy.ts +0 -20
  434. package/src/util/local-context.ts +0 -25
  435. package/src/util/locale.ts +0 -2
  436. package/src/util/media.ts +0 -26
  437. package/src/util/process.ts +0 -177
  438. package/src/util/proxy-env.ts +0 -72
  439. package/src/util/queue.ts +0 -32
  440. package/src/util/record.ts +0 -1
  441. package/src/util/repository.ts +0 -232
  442. package/src/util/rpc.ts +0 -66
  443. package/src/util/signal.ts +0 -12
  444. package/src/util/timeout.ts +0 -13
  445. package/src/util/token.ts +0 -1
  446. package/src/util/wildcard.ts +0 -59
  447. package/src/worktree/index.ts +0 -623
  448. package/tsconfig.json +0 -17
@@ -1,1486 +0,0 @@
1
- // Per-tool display rules shared across `anymous run` output paths.
2
- //
3
- // Each known tool (bash, edit, write, task, etc.) has a ToolRule that controls
4
- // five display hooks:
5
- //
6
- // view → visibility policy for progress/final scrollback entries and
7
- // whether completed finals can render as structured snapshots
8
- // run → inline summary for the non-interactive `run` command output
9
- // scroll → text formatting for start/progress/final scrollback entries
10
- // permission → display info for the permission UI (icon, title, diff)
11
- // snap → structured snapshot (code block, diff, task card) for rich
12
- // scrollback entries
13
- //
14
- // Tools not in TOOL_RULES get fallback formatting.
15
- import os from "os"
16
- import path from "path"
17
- import stripAnsi from "strip-ansi"
18
- import type { ToolPart } from "@anymous-ai/sdk/v2"
19
- import type * as Tool from "@/tool/tool"
20
- import type { ApplyPatchTool } from "@/tool/apply_patch"
21
- import type { ShellTool as BashTool } from "@/tool/shell"
22
- import type { EditTool } from "@/tool/edit"
23
- import type { GlobTool } from "@/tool/glob"
24
- import type { GrepTool } from "@/tool/grep"
25
- import type { InvalidTool } from "@/tool/invalid"
26
- import type { LspTool } from "@/tool/lsp"
27
- import type { PlanExitTool } from "@/tool/plan"
28
- import type { QuestionTool } from "@/tool/question"
29
- import type { ReadTool } from "@/tool/read"
30
- import type { SkillTool } from "@/tool/skill"
31
- import type { TaskTool } from "@/tool/task"
32
- import type { TodoWriteTool } from "@/tool/todo"
33
- import type { WebFetchTool } from "@/tool/webfetch"
34
- import { webSearchProviderLabel, type WebSearchTool } from "@/tool/websearch"
35
- import type { WriteTool } from "@/tool/write"
36
- import { LANGUAGE_EXTENSIONS } from "@/lsp/language"
37
- import * as Locale from "@/util/locale"
38
- import type { RunEntryBody, StreamCommit, ToolSnapshot } from "./types"
39
-
40
- export type ToolView = {
41
- output: boolean
42
- final: boolean
43
- snap?: "code" | "diff" | "structured"
44
- }
45
-
46
- export type ToolPhase = "start" | "progress" | "final"
47
-
48
- export type ToolDict = Record<string, unknown>
49
-
50
- export type ToolFrame = {
51
- raw: string
52
- name: string
53
- input: ToolDict
54
- meta: ToolDict
55
- state: ToolDict
56
- status: string
57
- error: string
58
- }
59
-
60
- export type ToolInline = {
61
- icon: string
62
- title: string
63
- description?: string
64
- mode?: "inline" | "block"
65
- body?: string
66
- }
67
-
68
- export type ToolPermissionInfo = {
69
- icon: string
70
- title: string
71
- lines: string[]
72
- diff?: string
73
- file?: string
74
- }
75
-
76
- export type ToolProps<T = Tool.Info> = {
77
- input: Partial<Tool.InferParameters<T>>
78
- metadata: Partial<Tool.InferMetadata<T>>
79
- frame: ToolFrame
80
- }
81
-
82
- type ToolPermissionProps<T = Tool.Info> = {
83
- input: Partial<Tool.InferParameters<T>>
84
- metadata: Partial<Tool.InferMetadata<T>>
85
- patterns: string[]
86
- }
87
-
88
- type ToolPermissionCtx = {
89
- input: ToolDict
90
- meta: ToolDict
91
- patterns: string[]
92
- }
93
-
94
- type ToolDefs = {
95
- invalid: typeof InvalidTool
96
- bash: typeof BashTool
97
- write: typeof WriteTool
98
- edit: typeof EditTool
99
- apply_patch: typeof ApplyPatchTool
100
- batch: Tool.Info
101
- task: typeof TaskTool
102
- todowrite: typeof TodoWriteTool
103
- question: typeof QuestionTool
104
- read: typeof ReadTool
105
- glob: typeof GlobTool
106
- grep: typeof GrepTool
107
- list: Tool.Info
108
- lsp: typeof LspTool
109
- webfetch: typeof WebFetchTool
110
- websearch: typeof WebSearchTool
111
- skill: typeof SkillTool
112
- plan_exit: typeof PlanExitTool
113
- }
114
-
115
- type ToolName = keyof ToolDefs
116
-
117
- type ToolRule<T = Tool.Info> = {
118
- view: ToolView
119
- run: (props: ToolProps<T>) => ToolInline
120
- scroll?: Partial<Record<ToolPhase, (props: ToolProps<T>) => string>>
121
- permission?: (props: ToolPermissionProps<T>) => ToolPermissionInfo
122
- snap?: (props: ToolProps<T>) => ToolSnapshot | undefined
123
- }
124
-
125
- type ToolRegistry = {
126
- [K in ToolName]: ToolRule<ToolDefs[K]>
127
- }
128
-
129
- type AnyToolRule = ToolRule
130
-
131
- function dict(v: unknown): ToolDict {
132
- if (!v || typeof v !== "object" || Array.isArray(v)) {
133
- return {}
134
- }
135
-
136
- return { ...v }
137
- }
138
-
139
- function props<T = Tool.Info>(frame: ToolFrame): ToolProps<T> {
140
- return {
141
- input: Object.assign(Object.create(null), frame.input),
142
- metadata: Object.assign(Object.create(null), frame.meta),
143
- frame,
144
- }
145
- }
146
-
147
- function permission<T = Tool.Info>(ctx: ToolPermissionCtx): ToolPermissionProps<T> {
148
- return {
149
- input: Object.assign(Object.create(null), ctx.input),
150
- metadata: Object.assign(Object.create(null), ctx.meta),
151
- patterns: ctx.patterns,
152
- }
153
- }
154
-
155
- function text(v: unknown): string {
156
- return typeof v === "string" ? v : ""
157
- }
158
-
159
- function num(v: unknown): number | undefined {
160
- if (typeof v !== "number" || !Number.isFinite(v)) {
161
- return undefined
162
- }
163
-
164
- return v
165
- }
166
-
167
- function list<T>(v: unknown): T[] {
168
- if (!Array.isArray(v)) {
169
- return []
170
- }
171
-
172
- return v
173
- }
174
-
175
- function info(data: ToolDict, skip: string[] = []): string {
176
- const list = Object.entries(data).filter(([key, val]) => {
177
- if (skip.includes(key)) {
178
- return false
179
- }
180
-
181
- return typeof val === "string" || typeof val === "number" || typeof val === "boolean"
182
- })
183
-
184
- if (list.length === 0) {
185
- return ""
186
- }
187
-
188
- return `[${list.map(([key, val]) => `${key}=${String(val)}`).join(", ")}]`
189
- }
190
-
191
- function span(state: ToolDict): string {
192
- const time = dict(state.time)
193
- const start = num(time.start)
194
- const end = num(time.end)
195
- if (start === undefined || end === undefined || end <= start) {
196
- return ""
197
- }
198
-
199
- return Locale.duration(end - start)
200
- }
201
-
202
- function fail(ctx: ToolFrame): string {
203
- const error = toolError(ctx)
204
- if (error) {
205
- return `✖ ${ctx.name} failed: ${error}`
206
- }
207
-
208
- return `✖ ${ctx.name} failed`
209
- }
210
-
211
- function toolError(ctx: ToolFrame): string {
212
- if (ctx.error) {
213
- return ctx.error
214
- }
215
-
216
- const state = text(ctx.state.error).trim()
217
- if (state) {
218
- return state
219
- }
220
-
221
- return ctx.raw.trim()
222
- }
223
-
224
- function fallbackStart(ctx: ToolFrame): string {
225
- const extra = info(ctx.input)
226
- if (!extra) {
227
- return `⚙ ${ctx.name}`
228
- }
229
-
230
- return `⚙ ${ctx.name} ${extra}`
231
- }
232
-
233
- function fallbackFinal(ctx: ToolFrame): string {
234
- if (ctx.status === "error") {
235
- return fail(ctx)
236
- }
237
-
238
- if (ctx.status && ctx.status !== "completed") {
239
- return ctx.raw.trim()
240
- }
241
-
242
- const time = span(ctx.state)
243
- if (!time) {
244
- return `${ctx.name} completed`
245
- }
246
-
247
- return `${ctx.name} completed · ${time}`
248
- }
249
-
250
- export function toolPath(input?: string, opts: { home?: boolean } = {}): string {
251
- if (!input) {
252
- return ""
253
- }
254
-
255
- const cwd = process.cwd()
256
- const home = os.homedir()
257
- const abs = path.isAbsolute(input) ? input : path.resolve(cwd, input)
258
- const rel = path.relative(cwd, abs)
259
-
260
- if (!rel) {
261
- return "."
262
- }
263
-
264
- if (!rel.startsWith("..")) {
265
- return rel.replaceAll("\\", "/")
266
- }
267
-
268
- if (opts.home && home && (abs === home || abs.startsWith(home + path.sep))) {
269
- return abs.replace(home, "~").replaceAll("\\", "/")
270
- }
271
-
272
- return abs.replaceAll("\\", "/")
273
- }
274
-
275
- function fallbackInline(ctx: ToolFrame): ToolInline {
276
- const title = text(ctx.state.title) || (Object.keys(ctx.input).length > 0 ? JSON.stringify(ctx.input) : "Unknown")
277
-
278
- return {
279
- icon: "⚙",
280
- title: `${ctx.name} ${title}`,
281
- }
282
- }
283
-
284
- function count(n: number, label: string): string {
285
- return `${n} ${label}${n === 1 ? "" : "es"}`
286
- }
287
-
288
- function runGlob(p: ToolProps<typeof GlobTool>): ToolInline {
289
- const root = p.input.path ?? ""
290
- const title = `Glob "${p.input.pattern ?? ""}"`
291
- const suffix = root ? `in ${toolPath(root)}` : ""
292
- const matches = p.metadata.count
293
- const description = matches === undefined ? suffix : `${suffix}${suffix ? " · " : ""}${count(matches, "match")}`
294
- return {
295
- icon: "✱",
296
- title,
297
- ...(description && { description }),
298
- }
299
- }
300
-
301
- function runGrep(p: ToolProps<typeof GrepTool>): ToolInline {
302
- const root = p.input.path ?? ""
303
- const title = `Grep "${p.input.pattern ?? ""}"`
304
- const suffix = root ? `in ${toolPath(root)}` : ""
305
- const matches = p.metadata.matches
306
- const description = matches === undefined ? suffix : `${suffix}${suffix ? " · " : ""}${count(matches, "match")}`
307
- return {
308
- icon: "✱",
309
- title,
310
- ...(description && { description }),
311
- }
312
- }
313
-
314
- function runList(p: ToolProps): ToolInline {
315
- const dir = text(dict(p.input).path)
316
- return {
317
- icon: "→",
318
- title: dir ? `List ${toolPath(dir)}` : "List",
319
- }
320
- }
321
-
322
- function runRead(p: ToolProps<typeof ReadTool>): ToolInline {
323
- const file = toolPath(p.input.filePath)
324
- const description = info(p.frame.input, ["filePath"]) || undefined
325
- return {
326
- icon: "→",
327
- title: `Read ${file}`,
328
- ...(description && { description }),
329
- }
330
- }
331
-
332
- function runWrite(p: ToolProps<typeof WriteTool>): ToolInline {
333
- return {
334
- icon: "←",
335
- title: `Write ${toolPath(p.input.filePath)}`,
336
- mode: "block",
337
- body: p.frame.status === "completed" ? text(p.frame.state.output) : undefined,
338
- }
339
- }
340
-
341
- function runWebfetch(p: ToolProps<typeof WebFetchTool>): ToolInline {
342
- const url = p.input.url ?? ""
343
- return {
344
- icon: "%",
345
- title: url ? `WebFetch ${url}` : "WebFetch",
346
- }
347
- }
348
-
349
- function runEdit(p: ToolProps<typeof EditTool>): ToolInline {
350
- return {
351
- icon: "←",
352
- title: `Edit ${toolPath(p.input.filePath)}`,
353
- mode: "block",
354
- body: p.metadata.diff,
355
- }
356
- }
357
-
358
- function runWebSearch(p: ToolProps<typeof WebSearchTool>): ToolInline {
359
- const title = webSearchProviderLabel(p.metadata.provider)
360
- return {
361
- icon: "◈",
362
- title: p.input.query ? `${title} "${p.input.query}"` : title,
363
- }
364
- }
365
-
366
- function runTask(p: ToolProps<typeof TaskTool>): ToolInline {
367
- const kind = Locale.titlecase(p.input.subagent_type || "unknown")
368
- const desc = p.input.description
369
- const icon = p.frame.status === "error" ? "✗" : p.frame.status === "running" ? "•" : "✓"
370
- return {
371
- icon,
372
- title: desc || `${kind} Task`,
373
- description: desc ? `${kind} Agent` : undefined,
374
- }
375
- }
376
-
377
- function runTodo(p: ToolProps<typeof TodoWriteTool>): ToolInline {
378
- return {
379
- icon: "#",
380
- title: "Todos",
381
- mode: "block",
382
- body: list<{ status?: string; content?: string }>(p.frame.input.todos)
383
- .flatMap((item) => {
384
- const body = typeof item?.content === "string" ? item.content : ""
385
- if (!body) {
386
- return []
387
- }
388
-
389
- const mark = item.status === "completed" ? "[✓]" : item.status === "in_progress" ? "[•]" : "[ ]"
390
- return [`${mark} ${body}`]
391
- })
392
- .join("\n"),
393
- }
394
- }
395
-
396
- function runSkill(p: ToolProps<typeof SkillTool>): ToolInline {
397
- return {
398
- icon: "→",
399
- title: `Skill "${p.input.name ?? ""}"`,
400
- }
401
- }
402
-
403
- function runPatch(p: ToolProps<typeof ApplyPatchTool>): ToolInline {
404
- const files = p.metadata.files?.length ?? 0
405
- if (files === 0) {
406
- return {
407
- icon: "%",
408
- title: "Patch",
409
- }
410
- }
411
-
412
- return {
413
- icon: "%",
414
- title: `Patch ${files} file${files === 1 ? "" : "s"}`,
415
- }
416
- }
417
-
418
- function runQuestion(p: ToolProps<typeof QuestionTool>): ToolInline {
419
- const total = list(p.frame.input.questions).length
420
- return {
421
- icon: "→",
422
- title: `Asked ${total} question${total === 1 ? "" : "s"}`,
423
- }
424
- }
425
-
426
- function runInvalid(p: ToolProps<typeof InvalidTool>): ToolInline {
427
- return {
428
- icon: "✗",
429
- title: text(p.frame.state.title) || "Invalid Tool",
430
- mode: "block",
431
- body: p.frame.status === "completed" ? text(p.frame.state.output) : undefined,
432
- }
433
- }
434
-
435
- function runBatch(p: ToolProps): ToolInline {
436
- const calls = list(dict(p.input).tool_calls).length
437
- return {
438
- icon: "#",
439
- title: text(p.frame.state.title) || (calls > 0 ? `Batch ${calls} tool${calls === 1 ? "" : "s"}` : "Batch"),
440
- mode: "block",
441
- body: p.frame.status === "completed" ? text(p.frame.state.output) : undefined,
442
- }
443
- }
444
-
445
- function lspTitle(
446
- input: {
447
- operation?: string
448
- filePath?: string
449
- line?: number
450
- character?: number
451
- },
452
- opts: { home?: boolean } = {},
453
- ): string {
454
- const op = input.operation || "request"
455
- const file = input.filePath ? toolPath(input.filePath, opts) : ""
456
- const line = typeof input.line === "number" ? input.line : undefined
457
- const char = typeof input.character === "number" ? input.character : undefined
458
- const pos = line !== undefined && char !== undefined ? `:${line}:${char}` : ""
459
- if (!file) {
460
- return `LSP ${op}`
461
- }
462
-
463
- return `LSP ${op} ${file}${pos}`
464
- }
465
-
466
- function runLsp(p: ToolProps<typeof LspTool>): ToolInline {
467
- return {
468
- icon: "→",
469
- title: text(p.frame.state.title) || lspTitle(p.input),
470
- }
471
- }
472
-
473
- function runPlanExit(p: ToolProps<typeof PlanExitTool>): ToolInline {
474
- return {
475
- icon: "→",
476
- title: text(p.frame.state.title) || "Switching to build agent",
477
- mode: "block",
478
- body: p.frame.status === "completed" ? text(p.frame.state.output) : undefined,
479
- }
480
- }
481
-
482
- type PatchFile = Tool.InferMetadata<typeof ApplyPatchTool>["files"][number]
483
-
484
- function patchTitle(file: PatchFile): string {
485
- const rel = file.relativePath
486
- const from = file.filePath
487
- if (file.type === "add") {
488
- return `# Created ${rel || toolPath(from)}`
489
- }
490
- if (file.type === "delete") {
491
- return `# Deleted ${rel || toolPath(from)}`
492
- }
493
- if (file.type === "move") {
494
- return `# Moved ${toolPath(from)} -> ${rel || toolPath(file.movePath)}`
495
- }
496
-
497
- return `# Patched ${rel || toolPath(from)}`
498
- }
499
-
500
- function snapWrite(p: ToolProps<typeof WriteTool>): ToolSnapshot | undefined {
501
- const file = p.input.filePath || ""
502
- const content = p.input.content || ""
503
- if (!file && !content) {
504
- return undefined
505
- }
506
-
507
- return {
508
- kind: "code",
509
- title: `# Wrote ${toolPath(file)}`,
510
- content,
511
- file,
512
- }
513
- }
514
-
515
- function snapEdit(p: ToolProps<typeof EditTool>): ToolSnapshot | undefined {
516
- const file = p.input.filePath || ""
517
- const diff = p.metadata.diff || ""
518
- if (!file || !diff.trim()) {
519
- return undefined
520
- }
521
-
522
- return {
523
- kind: "diff",
524
- items: [
525
- {
526
- title: `# Edited ${toolPath(file)}`,
527
- diff,
528
- file,
529
- },
530
- ],
531
- }
532
- }
533
-
534
- function snapPatch(p: ToolProps<typeof ApplyPatchTool>): ToolSnapshot | undefined {
535
- const files = list<PatchFile>(p.frame.meta.files)
536
- if (files.length === 0) {
537
- return undefined
538
- }
539
-
540
- const items = files.flatMap((file) => {
541
- if (!file || typeof file !== "object") {
542
- return []
543
- }
544
-
545
- const diff = typeof file.patch === "string" ? file.patch : ""
546
- if (!diff.trim()) {
547
- return []
548
- }
549
-
550
- const name = file.movePath || file.filePath || file.relativePath
551
- return [
552
- {
553
- title: patchTitle(file),
554
- diff,
555
- file: name,
556
- deletions: typeof file.deletions === "number" ? file.deletions : 0,
557
- },
558
- ]
559
- })
560
-
561
- if (items.length === 0) {
562
- return undefined
563
- }
564
-
565
- return {
566
- kind: "diff",
567
- items,
568
- }
569
- }
570
-
571
- function snapTask(p: ToolProps<typeof TaskTool>): ToolSnapshot {
572
- const kind = Locale.titlecase(p.input.subagent_type || "general")
573
- const desc = p.input.description
574
- const title = text(p.frame.state.title)
575
- const rows = [desc || title].filter((item): item is string => Boolean(item))
576
-
577
- return {
578
- kind: "task",
579
- title: `# ${kind} Task`,
580
- rows,
581
- tail: "",
582
- }
583
- }
584
-
585
- function snapTodo(p: ToolProps<typeof TodoWriteTool>): ToolSnapshot {
586
- const items = list<{ status?: string; content?: string }>(p.frame.input.todos).flatMap((item) => {
587
- const content = typeof item?.content === "string" ? item.content : ""
588
- if (!content) {
589
- return []
590
- }
591
-
592
- return [
593
- {
594
- status: typeof item.status === "string" ? item.status : "",
595
- content,
596
- },
597
- ]
598
- })
599
-
600
- return {
601
- kind: "todo",
602
- items,
603
- tail: "",
604
- }
605
- }
606
-
607
- function snapQuestion(p: ToolProps<typeof QuestionTool>): ToolSnapshot {
608
- const answers = list<unknown[]>(p.frame.meta.answers)
609
- const items = list<{ question?: string }>(p.frame.input.questions).map((item, i) => {
610
- const answer = list<string>(answers[i]).filter((entry) => typeof entry === "string")
611
- return {
612
- question: item.question || `Question ${i + 1}`,
613
- answer: answer.length > 0 ? answer.join(", ") : "(no answer)",
614
- }
615
- })
616
-
617
- return {
618
- kind: "question",
619
- items,
620
- tail: "",
621
- }
622
- }
623
-
624
- function scrollBashStart(p: ToolProps<typeof BashTool>): string {
625
- const cmd = p.input.command ?? ""
626
- const wd = p.input.workdir ?? ""
627
- const formatted = wd && wd !== "." ? toolPath(wd) : ""
628
- const dir = formatted === "." ? "" : formatted
629
- if (cmd && !dir) {
630
- return `$ ${cmd}`
631
- }
632
-
633
- if (!cmd) {
634
- return dir ? `# Running in ${dir}` : ""
635
- }
636
-
637
- return `# Running in ${dir}\n$ ${cmd}`
638
- }
639
-
640
- function scrollBashProgress(p: ToolProps<typeof BashTool>): string {
641
- const out = stripAnsi(p.frame.raw)
642
- const cmd = (p.input.command ?? "").trim()
643
- const fmt = (text: string) => {
644
- const body = text.replace(/^\n+/, "").replace(/\n+$/, "")
645
- return body ? `\n${body}` : ""
646
- }
647
-
648
- if (!cmd) {
649
- return out.replace(/\n+$/, "")
650
- }
651
-
652
- const wdRaw = (p.input.workdir ?? "").trim()
653
- const wd = wdRaw ? toolPath(wdRaw) : ""
654
- const lines = out.split("\n")
655
- const first = (lines[0] || "").trim()
656
- const second = (lines[1] || "").trim()
657
-
658
- if (wd && (first === wd || first === wdRaw) && second === cmd) {
659
- return fmt(lines.slice(2).join("\n"))
660
- }
661
-
662
- if (first === cmd || first === `$ ${cmd}`) {
663
- return fmt(lines.slice(1).join("\n"))
664
- }
665
-
666
- if (wd && (first === `${wd} ${cmd}` || first === `${wdRaw} ${cmd}`)) {
667
- return fmt(lines.slice(1).join("\n"))
668
- }
669
-
670
- return fmt(out)
671
- }
672
-
673
- function scrollBashFinal(p: ToolProps<typeof BashTool>): string {
674
- const code = p.metadata.exit ?? num(p.frame.meta.exitCode) ?? num(p.frame.meta.exit_code)
675
- const time = span(p.frame.state)
676
- if (code === undefined) {
677
- if (!time) {
678
- return "bash completed"
679
- }
680
-
681
- return `bash completed · ${time}`
682
- }
683
-
684
- return `bash completed (exit ${code})${time ? ` · ${time}` : ""}`
685
- }
686
-
687
- function scrollReadStart(p: ToolProps<typeof ReadTool>): string {
688
- const file = toolPath(p.input.filePath)
689
- const extra = info(p.frame.input, ["filePath"])
690
- const tail = extra ? ` ${extra}` : ""
691
- return `→ Read ${file}${tail}`.trim()
692
- }
693
-
694
- function scrollWriteStart(_: ToolProps<typeof WriteTool>): string {
695
- return ""
696
- }
697
-
698
- function scrollEditStart(_: ToolProps<typeof EditTool>): string {
699
- return ""
700
- }
701
-
702
- function scrollPatchStart(_: ToolProps<typeof ApplyPatchTool>): string {
703
- return ""
704
- }
705
-
706
- function patchLine(file: PatchFile): string {
707
- const type = file.type
708
- const rel = file.relativePath
709
- const from = file.filePath
710
-
711
- if (type === "add") {
712
- return `+ Created ${rel || toolPath(from)}`
713
- }
714
-
715
- if (type === "delete") {
716
- return `- Deleted ${rel || toolPath(from)}`
717
- }
718
-
719
- if (type === "move") {
720
- return `→ Moved ${toolPath(from)} → ${rel || toolPath(file.movePath)}`
721
- }
722
-
723
- return `~ Patched ${rel || toolPath(from)}`
724
- }
725
-
726
- function scrollPatchFinal(p: ToolProps<typeof ApplyPatchTool>): string {
727
- if (p.frame.status === "error") {
728
- return fail(p.frame)
729
- }
730
-
731
- const files = list<PatchFile>(p.frame.meta.files)
732
- if (files.length === 0) {
733
- const time = span(p.frame.state)
734
- if (!time) {
735
- return "patch"
736
- }
737
-
738
- return `patch · ${time}`
739
- }
740
-
741
- const show_updates = !files.some((file) => file?.type && file.type !== "update")
742
- const shown = files.filter((file) => show_updates || file.type !== "update")
743
- const rows = shown.slice(0, 6).map(patchLine)
744
- if (shown.length > 6) {
745
- rows.push(`... and ${shown.length - 6} more`)
746
- }
747
-
748
- if (rows.length > 0) {
749
- return rows.join("\n")
750
- }
751
-
752
- return patchLine(files[0]!)
753
- }
754
-
755
- function scrollTaskStart(_: ToolProps<typeof TaskTool>): string {
756
- return ""
757
- }
758
-
759
- function taskResult(output: string): string | undefined {
760
- if (!output.trim()) {
761
- return undefined
762
- }
763
-
764
- const match = output.match(/<task_result>\s*([\s\S]*?)\s*<\/task_result>/)
765
- if (match) {
766
- return match[1].trim() || undefined
767
- }
768
-
769
- const next = output
770
- .split("\n")
771
- .filter((line) => !line.startsWith("task_id:"))
772
- .join("\n")
773
- .trim()
774
- return next || undefined
775
- }
776
-
777
- function scrollTaskFinal(p: ToolProps<typeof TaskTool>): string {
778
- if (p.frame.status === "error") {
779
- return fail(p.frame)
780
- }
781
-
782
- const kind = Locale.titlecase(p.input.subagent_type || "general")
783
- const row = p.input.description || text(p.frame.state.title)
784
- if (!row) {
785
- return `# ${kind} Task`
786
- }
787
-
788
- return `# ${kind} Task\n${row}`
789
- }
790
-
791
- function scrollTodoStart(_: ToolProps<typeof TodoWriteTool>): string {
792
- return ""
793
- }
794
-
795
- function scrollTodoFinal(p: ToolProps<typeof TodoWriteTool>): string {
796
- const items = list<{ status?: string }>(p.input.todos)
797
- const time = span(p.frame.state)
798
- if (items.length === 0) {
799
- if (!time) {
800
- return "0 todos"
801
- }
802
-
803
- return `0 todos · ${time}`
804
- }
805
-
806
- const doneN = items.filter((item) => item.status === "completed").length
807
- const runN = items.filter((item) => item.status === "in_progress").length
808
- const left = items.length - doneN - runN
809
- const tail = [`${items.length} total`]
810
- if (doneN > 0) {
811
- tail.push(`${doneN} done`)
812
- }
813
- if (runN > 0) {
814
- tail.push(`${runN} active`)
815
- }
816
- if (left > 0) {
817
- tail.push(`${left} pending`)
818
- }
819
-
820
- if (time) {
821
- tail.push(time)
822
- }
823
-
824
- return tail.join(" · ")
825
- }
826
-
827
- function scrollQuestionStart(_: ToolProps<typeof QuestionTool>): string {
828
- return ""
829
- }
830
-
831
- function scrollQuestionFinal(p: ToolProps<typeof QuestionTool>): string {
832
- const q = p.input.questions ?? []
833
- const a = p.metadata.answers ?? []
834
- const time = span(p.frame.state)
835
- if (q.length === 0) {
836
- if (!time) {
837
- return "0 questions"
838
- }
839
-
840
- return `0 questions · ${time}`
841
- }
842
-
843
- const rows: string[] = []
844
- for (const [i, item] of q.slice(0, 4).entries()) {
845
- const prompt = item.question
846
- const reply = a[i] ?? []
847
- rows.push(`? ${prompt || `Question ${i + 1}`}`)
848
- rows.push(` ${reply.length > 0 ? reply.join(", ") : "(no answer)"}`)
849
- }
850
-
851
- if (q.length > 4) {
852
- rows.push(`... and ${q.length - 4} more`)
853
- }
854
-
855
- return rows.join("\n")
856
- }
857
-
858
- function scrollLspStart(p: ToolProps<typeof LspTool>): string {
859
- return `→ ${lspTitle(p.input)}`
860
- }
861
-
862
- function scrollSkillStart(p: ToolProps<typeof SkillTool>): string {
863
- return `→ Skill "${p.input.name ?? ""}"`
864
- }
865
-
866
- function scrollGlobStart(p: ToolProps<typeof GlobTool>): string {
867
- const pattern = p.input.pattern ?? ""
868
- const head = pattern ? `✱ Glob "${pattern}"` : "✱ Glob"
869
- const dir = p.input.path ?? ""
870
- if (!dir) {
871
- return head
872
- }
873
-
874
- return `${head} in ${toolPath(dir)}`
875
- }
876
-
877
- function scrollGlobFinal(p: ToolProps<typeof GlobTool>): string {
878
- return toolError(p.frame) || fail(p.frame)
879
- }
880
-
881
- function scrollGrepStart(p: ToolProps<typeof GrepTool>): string {
882
- const pattern = p.input.pattern ?? ""
883
- const head = pattern ? `✱ Grep "${pattern}"` : "✱ Grep"
884
- const dir = p.input.path ?? ""
885
- if (!dir) {
886
- return head
887
- }
888
-
889
- return `${head} in ${toolPath(dir)}`
890
- }
891
-
892
- function scrollListStart(p: ToolProps): string {
893
- const dir = text(dict(p.input).path)
894
- if (!dir) {
895
- return "→ List"
896
- }
897
-
898
- return `→ List ${toolPath(dir)}`
899
- }
900
-
901
- function scrollWebfetchStart(p: ToolProps<typeof WebFetchTool>): string {
902
- const url = p.input.url ?? ""
903
- if (!url) {
904
- return "% WebFetch"
905
- }
906
-
907
- return `% WebFetch ${url}`
908
- }
909
-
910
- function scrollWebSearchStart(p: ToolProps<typeof WebSearchTool>): string {
911
- const title = webSearchProviderLabel(p.metadata.provider)
912
- const query = p.input.query ?? ""
913
- if (!query) {
914
- return `◈ ${title}`
915
- }
916
-
917
- return `◈ ${title} "${query}"`
918
- }
919
-
920
- function permEdit(p: ToolPermissionProps<typeof EditTool>): ToolPermissionInfo {
921
- const input = p.input as { filePath?: string; filepath?: string; diff?: string }
922
- const file = input.filePath || input.filepath || p.patterns[0] || ""
923
- return {
924
- icon: "→",
925
- title: `Edit ${toolPath(file, { home: true })}`,
926
- lines: [],
927
- diff: p.metadata.diff ?? input.diff,
928
- file,
929
- }
930
- }
931
-
932
- function permRead(p: ToolPermissionProps<typeof ReadTool>): ToolPermissionInfo {
933
- const file = p.input.filePath || p.patterns[0] || ""
934
- return {
935
- icon: "→",
936
- title: `Read ${toolPath(file, { home: true })}`,
937
- lines: file ? [`Path: ${toolPath(file, { home: true })}`] : [],
938
- }
939
- }
940
-
941
- function permGlob(p: ToolPermissionProps<typeof GlobTool>): ToolPermissionInfo {
942
- const pattern = p.input.pattern || p.patterns[0] || ""
943
- return {
944
- icon: "✱",
945
- title: `Glob "${pattern}"`,
946
- lines: pattern ? [`Pattern: ${pattern}`] : [],
947
- }
948
- }
949
-
950
- function permGrep(p: ToolPermissionProps<typeof GrepTool>): ToolPermissionInfo {
951
- const pattern = p.input.pattern || p.patterns[0] || ""
952
- return {
953
- icon: "✱",
954
- title: `Grep "${pattern}"`,
955
- lines: pattern ? [`Pattern: ${pattern}`] : [],
956
- }
957
- }
958
-
959
- function permList(p: ToolPermissionProps): ToolPermissionInfo {
960
- const dir = text(dict(p.input).path) || p.patterns[0] || ""
961
- return {
962
- icon: "→",
963
- title: `List ${toolPath(dir, { home: true })}`,
964
- lines: dir ? [`Path: ${toolPath(dir, { home: true })}`] : [],
965
- }
966
- }
967
-
968
- function permBash(p: ToolPermissionProps<typeof BashTool>): ToolPermissionInfo {
969
- const cmd = p.input.command || ""
970
- return {
971
- icon: "#",
972
- title: "Shell command",
973
- lines: cmd ? [`$ ${cmd}`] : p.patterns.map((item) => `- ${item}`),
974
- }
975
- }
976
-
977
- function permTask(p: ToolPermissionProps<typeof TaskTool>): ToolPermissionInfo {
978
- const type = p.input.subagent_type || "general"
979
- const desc = p.input.description
980
- return {
981
- icon: "#",
982
- title: `${Locale.titlecase(type)} Task`,
983
- lines: desc ? [`◉ ${desc}`] : [],
984
- }
985
- }
986
-
987
- function permWebfetch(p: ToolPermissionProps<typeof WebFetchTool>): ToolPermissionInfo {
988
- const url = p.input.url || ""
989
- return {
990
- icon: "%",
991
- title: `WebFetch ${url}`,
992
- lines: url ? [`URL: ${url}`] : [],
993
- }
994
- }
995
-
996
- function permWebSearch(p: ToolPermissionProps<typeof WebSearchTool>): ToolPermissionInfo {
997
- const query = p.input.query || ""
998
- const title = webSearchProviderLabel(p.metadata.provider)
999
- return {
1000
- icon: "◈",
1001
- title: query ? `${title} "${query}"` : title,
1002
- lines: query ? [`Query: ${query}`] : [],
1003
- }
1004
- }
1005
-
1006
- function permLsp(p: ToolPermissionProps<typeof LspTool>): ToolPermissionInfo {
1007
- const file = p.input.filePath || ""
1008
- const line = typeof p.input.line === "number" ? p.input.line : undefined
1009
- const char = typeof p.input.character === "number" ? p.input.character : undefined
1010
- const pos = line !== undefined && char !== undefined ? `${line}:${char}` : undefined
1011
- return {
1012
- icon: "→",
1013
- title: lspTitle(p.input, { home: true }),
1014
- lines: [
1015
- ...(p.input.operation ? [`Operation: ${p.input.operation}`] : []),
1016
- ...(file ? [`Path: ${toolPath(file, { home: true })}`] : []),
1017
- ...(pos ? [`Position: ${pos}`] : []),
1018
- ],
1019
- }
1020
- }
1021
-
1022
- const TOOL_RULES = {
1023
- invalid: {
1024
- view: {
1025
- output: true,
1026
- final: false,
1027
- },
1028
- run: runInvalid,
1029
- scroll: {
1030
- start: () => "",
1031
- },
1032
- },
1033
- bash: {
1034
- view: {
1035
- output: true,
1036
- final: false,
1037
- },
1038
- run: runBash,
1039
- scroll: {
1040
- start: scrollBashStart,
1041
- progress: scrollBashProgress,
1042
- final: scrollBashFinal,
1043
- },
1044
- permission: permBash,
1045
- },
1046
- write: {
1047
- view: {
1048
- output: false,
1049
- final: true,
1050
- snap: "code",
1051
- },
1052
- run: runWrite,
1053
- snap: snapWrite,
1054
- scroll: {
1055
- start: scrollWriteStart,
1056
- },
1057
- },
1058
- edit: {
1059
- view: {
1060
- output: false,
1061
- final: true,
1062
- snap: "diff",
1063
- },
1064
- run: runEdit,
1065
- snap: snapEdit,
1066
- scroll: {
1067
- start: scrollEditStart,
1068
- },
1069
- permission: permEdit,
1070
- },
1071
- apply_patch: {
1072
- view: {
1073
- output: false,
1074
- final: true,
1075
- snap: "diff",
1076
- },
1077
- run: runPatch,
1078
- snap: snapPatch,
1079
- scroll: {
1080
- start: scrollPatchStart,
1081
- final: scrollPatchFinal,
1082
- },
1083
- },
1084
- batch: {
1085
- view: {
1086
- output: true,
1087
- final: false,
1088
- },
1089
- run: runBatch,
1090
- scroll: {
1091
- start: () => "",
1092
- },
1093
- },
1094
- task: {
1095
- view: {
1096
- output: false,
1097
- final: true,
1098
- snap: "structured",
1099
- },
1100
- run: runTask,
1101
- snap: snapTask,
1102
- scroll: {
1103
- start: scrollTaskStart,
1104
- final: scrollTaskFinal,
1105
- },
1106
- permission: permTask,
1107
- },
1108
- todowrite: {
1109
- view: {
1110
- output: false,
1111
- final: true,
1112
- snap: "structured",
1113
- },
1114
- run: runTodo,
1115
- snap: snapTodo,
1116
- scroll: {
1117
- start: scrollTodoStart,
1118
- final: scrollTodoFinal,
1119
- },
1120
- },
1121
- question: {
1122
- view: {
1123
- output: false,
1124
- final: true,
1125
- snap: "structured",
1126
- },
1127
- run: runQuestion,
1128
- snap: snapQuestion,
1129
- scroll: {
1130
- start: scrollQuestionStart,
1131
- final: scrollQuestionFinal,
1132
- },
1133
- },
1134
- read: {
1135
- view: {
1136
- output: false,
1137
- final: false,
1138
- },
1139
- run: runRead,
1140
- scroll: {
1141
- start: scrollReadStart,
1142
- },
1143
- permission: permRead,
1144
- },
1145
- glob: {
1146
- view: {
1147
- output: false,
1148
- final: false,
1149
- },
1150
- run: runGlob,
1151
- scroll: {
1152
- start: scrollGlobStart,
1153
- final: scrollGlobFinal,
1154
- },
1155
- permission: permGlob,
1156
- },
1157
- grep: {
1158
- view: {
1159
- output: false,
1160
- final: false,
1161
- },
1162
- run: runGrep,
1163
- scroll: {
1164
- start: scrollGrepStart,
1165
- },
1166
- permission: permGrep,
1167
- },
1168
- list: {
1169
- view: {
1170
- output: false,
1171
- final: false,
1172
- },
1173
- run: runList,
1174
- scroll: {
1175
- start: scrollListStart,
1176
- },
1177
- permission: permList,
1178
- },
1179
- lsp: {
1180
- view: {
1181
- output: false,
1182
- final: false,
1183
- },
1184
- run: runLsp,
1185
- scroll: {
1186
- start: scrollLspStart,
1187
- },
1188
- permission: permLsp,
1189
- },
1190
- webfetch: {
1191
- view: {
1192
- output: false,
1193
- final: false,
1194
- },
1195
- run: runWebfetch,
1196
- scroll: {
1197
- start: scrollWebfetchStart,
1198
- },
1199
- permission: permWebfetch,
1200
- },
1201
- websearch: {
1202
- view: {
1203
- output: false,
1204
- final: false,
1205
- },
1206
- run: runWebSearch,
1207
- scroll: {
1208
- start: scrollWebSearchStart,
1209
- },
1210
- permission: permWebSearch,
1211
- },
1212
- skill: {
1213
- view: {
1214
- output: false,
1215
- final: false,
1216
- },
1217
- run: runSkill,
1218
- scroll: {
1219
- start: scrollSkillStart,
1220
- },
1221
- },
1222
- plan_exit: {
1223
- view: {
1224
- output: true,
1225
- final: false,
1226
- },
1227
- run: runPlanExit,
1228
- scroll: {
1229
- start: () => "",
1230
- },
1231
- },
1232
- } as const satisfies ToolRegistry
1233
-
1234
- function key(name: string): name is ToolName {
1235
- return Object.prototype.hasOwnProperty.call(TOOL_RULES, name)
1236
- }
1237
-
1238
- function rule(name?: string): AnyToolRule | undefined {
1239
- if (!name || !key(name)) {
1240
- return undefined
1241
- }
1242
-
1243
- return TOOL_RULES[name]
1244
- }
1245
-
1246
- function frame(part: ToolPart): ToolFrame {
1247
- const state = dict(part.state)
1248
- return {
1249
- raw: "",
1250
- name: part.tool,
1251
- input: dict(state.input),
1252
- meta: "metadata" in part.state ? dict(part.state.metadata) : {},
1253
- state,
1254
- status: text(state.status),
1255
- error: text(state.error),
1256
- }
1257
- }
1258
-
1259
- export function toolFrame(commit: StreamCommit, raw: string): ToolFrame {
1260
- const state = dict(commit.part?.state)
1261
- return {
1262
- raw,
1263
- name: commit.tool || commit.part?.tool || "tool",
1264
- input: dict(state.input),
1265
- meta: commit.part?.state && "metadata" in commit.part.state ? dict(commit.part.state.metadata) : {},
1266
- state,
1267
- status: commit.toolState ?? text(state.status),
1268
- error: (commit.toolError ?? "").trim(),
1269
- }
1270
- }
1271
-
1272
- function runBash(p: ToolProps<typeof BashTool>): ToolInline {
1273
- return {
1274
- icon: "$",
1275
- title: p.input.command || "",
1276
- mode: "block",
1277
- body: p.frame.status === "completed" ? text(p.frame.state.output).trim() : undefined,
1278
- }
1279
- }
1280
-
1281
- export function toolView(name?: string): ToolView {
1282
- return (
1283
- rule(name)?.view ?? {
1284
- output: true,
1285
- final: true,
1286
- }
1287
- )
1288
- }
1289
-
1290
- export function toolStructuredFinal(commit: StreamCommit): boolean {
1291
- const state = commit.toolState ?? commit.part?.state.status
1292
- return (
1293
- commit.kind === "tool" &&
1294
- commit.phase === "final" &&
1295
- state === "completed" &&
1296
- Boolean(toolView(commit.tool ?? commit.part?.tool).snap)
1297
- )
1298
- }
1299
-
1300
- export function toolInlineInfo(part: ToolPart): ToolInline {
1301
- const ctx = frame(part)
1302
- const draw = rule(ctx.name)?.run
1303
- try {
1304
- if (draw) {
1305
- return draw(props(ctx))
1306
- }
1307
- } catch {
1308
- return fallbackInline(ctx)
1309
- }
1310
-
1311
- return fallbackInline(ctx)
1312
- }
1313
-
1314
- export function toolScroll(phase: ToolPhase, ctx: ToolFrame): string {
1315
- const draw = rule(ctx.name)?.scroll?.[phase]
1316
- try {
1317
- if (draw) {
1318
- return draw(props(ctx))
1319
- }
1320
- } catch {
1321
- if (phase === "start") {
1322
- return fallbackStart(ctx)
1323
- }
1324
- if (phase === "progress") {
1325
- return ctx.raw
1326
- }
1327
- return fallbackFinal(ctx)
1328
- }
1329
-
1330
- if (phase === "start") {
1331
- return fallbackStart(ctx)
1332
- }
1333
-
1334
- if (phase === "progress") {
1335
- return ctx.raw
1336
- }
1337
-
1338
- return fallbackFinal(ctx)
1339
- }
1340
-
1341
- export function toolPermissionInfo(
1342
- name: string,
1343
- input: ToolDict,
1344
- meta: ToolDict,
1345
- patterns: string[],
1346
- ): ToolPermissionInfo | undefined {
1347
- const draw = rule(name)?.permission
1348
- if (!draw) {
1349
- return undefined
1350
- }
1351
-
1352
- try {
1353
- return draw(permission({ input, meta, patterns }))
1354
- } catch {
1355
- return undefined
1356
- }
1357
- }
1358
-
1359
- export function toolSnapshot(commit: StreamCommit, raw: string): ToolSnapshot | undefined {
1360
- const ctx = toolFrame(commit, raw)
1361
- const draw = rule(ctx.name)?.snap
1362
- if (!draw) {
1363
- return undefined
1364
- }
1365
-
1366
- try {
1367
- return draw(props(ctx))
1368
- } catch {
1369
- return undefined
1370
- }
1371
- }
1372
-
1373
- function textBody(content: string): RunEntryBody | undefined {
1374
- if (!content) {
1375
- return undefined
1376
- }
1377
-
1378
- return {
1379
- type: "text",
1380
- content,
1381
- }
1382
- }
1383
-
1384
- function markdownBody(content: string): RunEntryBody | undefined {
1385
- if (!content) {
1386
- return undefined
1387
- }
1388
-
1389
- return {
1390
- type: "markdown",
1391
- content,
1392
- }
1393
- }
1394
-
1395
- function structuredBody(commit: StreamCommit, raw: string): RunEntryBody | undefined {
1396
- const snap = toolSnapshot(commit, raw)
1397
- if (!snap) {
1398
- return undefined
1399
- }
1400
-
1401
- return {
1402
- type: "structured",
1403
- snapshot: snap,
1404
- }
1405
- }
1406
-
1407
- function shellOutput(command: string, raw: string): string | undefined {
1408
- const body = stripAnsi(raw).replace(/^\n+/, "").replace(/\n+$/, "")
1409
- if (!body) {
1410
- return undefined
1411
- }
1412
-
1413
- if (!command) {
1414
- return body
1415
- }
1416
-
1417
- return `\n${body}`
1418
- }
1419
-
1420
- export function toolEntryBody(commit: StreamCommit, raw: string): RunEntryBody | undefined {
1421
- if (commit.shell) {
1422
- if (commit.phase === "start") {
1423
- return textBody(`$ ${commit.shell.command}`)
1424
- }
1425
-
1426
- if (commit.phase === "progress") {
1427
- return textBody(shellOutput(commit.shell.command, raw) ?? "")
1428
- }
1429
-
1430
- return undefined
1431
- }
1432
-
1433
- const ctx = toolFrame(commit, raw)
1434
- const view = toolView(ctx.name)
1435
-
1436
- if (ctx.name === "task") {
1437
- if (commit.phase === "start") {
1438
- return undefined
1439
- }
1440
-
1441
- if (commit.phase === "final" && ctx.status === "completed") {
1442
- const result = taskResult(text(ctx.state.output))
1443
- if (result) {
1444
- return markdownBody(result)
1445
- }
1446
- }
1447
- }
1448
-
1449
- if (commit.phase === "progress" && !view.output) {
1450
- return undefined
1451
- }
1452
-
1453
- if (commit.phase === "final") {
1454
- if (ctx.status === "error") {
1455
- return textBody(toolScroll("final", ctx))
1456
- }
1457
-
1458
- if (!view.final) {
1459
- return undefined
1460
- }
1461
-
1462
- if (ctx.status && ctx.status !== "completed") {
1463
- return textBody(ctx.raw.trim())
1464
- }
1465
-
1466
- if (toolStructuredFinal(commit)) {
1467
- return structuredBody(commit, raw) ?? textBody(toolScroll("final", ctx))
1468
- }
1469
- }
1470
-
1471
- return textBody(toolScroll(commit.phase, ctx))
1472
- }
1473
-
1474
- export function toolFiletype(input?: string): string | undefined {
1475
- if (!input) {
1476
- return undefined
1477
- }
1478
-
1479
- const ext = path.extname(input)
1480
- const lang = LANGUAGE_EXTENSIONS[ext]
1481
- if (["typescriptreact", "javascriptreact", "javascript"].includes(lang)) {
1482
- return "typescript"
1483
- }
1484
-
1485
- return lang
1486
- }