artificial-code 1.17.13 → 1.17.15

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 (749) hide show
  1. package/bin/ac +56 -31
  2. package/bin/ac.js +224 -0
  3. package/package.json +18 -148
  4. package/AGENTS.md +0 -131
  5. package/Dockerfile +0 -18
  6. package/bunfig.toml +0 -7
  7. package/git +0 -0
  8. package/migration/20260511173437_session-metadata/migration.sql +0 -1
  9. package/migration/20260511173437_session-metadata/snapshot.json +0 -1500
  10. package/parsers-config.ts +0 -1
  11. package/script/bench-search.ts +0 -94
  12. package/script/bench-test-suite.ts +0 -52
  13. package/script/build.ts +0 -243
  14. package/script/generate.ts +0 -14
  15. package/script/httpapi-exercise.ts +0 -1
  16. package/script/postinstall.mjs +0 -189
  17. package/script/profile-test-files.ts +0 -42
  18. package/script/publish.ts +0 -213
  19. package/script/run-workspace-server +0 -106
  20. package/script/schema.ts +0 -77
  21. package/script/time.ts +0 -6
  22. package/script/trace-imports.ts +0 -153
  23. package/specs/effect/error-boundaries-plan.md +0 -235
  24. package/specs/effect/errors.md +0 -207
  25. package/specs/effect/facades.md +0 -218
  26. package/specs/effect/guide.md +0 -247
  27. package/specs/effect/instance-context.md +0 -13
  28. package/specs/effect/loose-ends.md +0 -30
  29. package/specs/effect/migration.md +0 -62
  30. package/specs/effect/routes.md +0 -61
  31. package/specs/effect/schema.md +0 -88
  32. package/specs/effect/server-package.md +0 -58
  33. package/specs/effect/todo.md +0 -241
  34. package/specs/effect/tools.md +0 -88
  35. package/specs/openapi-translation-cleanup.md +0 -204
  36. package/specs/tui-plugins.md +0 -544
  37. package/specs/v2/api.ts +0 -67
  38. package/specs/v2/message-shape.md +0 -136
  39. package/specs/v2/notifications.md +0 -13
  40. package/specs/v2/tui-command-shim.md +0 -67
  41. package/src/account/account.ts +0 -461
  42. package/src/account/repo.ts +0 -171
  43. package/src/account/schema.ts +0 -99
  44. package/src/account/url.ts +0 -8
  45. package/src/acp/agent.ts +0 -95
  46. package/src/acp/config-option.ts +0 -203
  47. package/src/acp/content.ts +0 -269
  48. package/src/acp/directory.ts +0 -212
  49. package/src/acp/error.ts +0 -97
  50. package/src/acp/event.ts +0 -342
  51. package/src/acp/permission.ts +0 -254
  52. package/src/acp/profile.ts +0 -42
  53. package/src/acp/service.ts +0 -1097
  54. package/src/acp/session.ts +0 -232
  55. package/src/acp/tool.ts +0 -364
  56. package/src/acp/usage.ts +0 -239
  57. package/src/agent/agent.ts +0 -453
  58. package/src/agent/generate.txt +0 -75
  59. package/src/agent/prompt/compaction.txt +0 -9
  60. package/src/agent/prompt/explore.txt +0 -18
  61. package/src/agent/prompt/summary.txt +0 -11
  62. package/src/agent/prompt/title.txt +0 -44
  63. package/src/agent/subagent-permissions.ts +0 -27
  64. package/src/audio.d.ts +0 -14
  65. package/src/auth/index.ts +0 -97
  66. package/src/background/job.ts +0 -37
  67. package/src/bus/global.ts +0 -22
  68. package/src/cli/bootstrap.ts +0 -11
  69. package/src/cli/cmd/account.ts +0 -264
  70. package/src/cli/cmd/acp.ts +0 -73
  71. package/src/cli/cmd/agent.ts +0 -259
  72. package/src/cli/cmd/attach.ts +0 -148
  73. package/src/cli/cmd/cmd.ts +0 -7
  74. package/src/cli/cmd/db.ts +0 -62
  75. package/src/cli/cmd/debug/agent.handler.ts +0 -193
  76. package/src/cli/cmd/debug/agent.ts +0 -27
  77. package/src/cli/cmd/debug/config.ts +0 -14
  78. package/src/cli/cmd/debug/file.ts +0 -73
  79. package/src/cli/cmd/debug/index.ts +0 -87
  80. package/src/cli/cmd/debug/lsp.ts +0 -50
  81. package/src/cli/cmd/debug/ripgrep.ts +0 -79
  82. package/src/cli/cmd/debug/scrap.ts +0 -16
  83. package/src/cli/cmd/debug/skill.ts +0 -15
  84. package/src/cli/cmd/debug/snapshot.ts +0 -50
  85. package/src/cli/cmd/debug/startup.ts +0 -11
  86. package/src/cli/cmd/debug/v2.ts +0 -42
  87. package/src/cli/cmd/export.ts +0 -292
  88. package/src/cli/cmd/generate.ts +0 -54
  89. package/src/cli/cmd/github.handler.ts +0 -1593
  90. package/src/cli/cmd/github.shared.ts +0 -30
  91. package/src/cli/cmd/github.ts +0 -42
  92. package/src/cli/cmd/import.ts +0 -224
  93. package/src/cli/cmd/mcp.ts +0 -840
  94. package/src/cli/cmd/models.ts +0 -66
  95. package/src/cli/cmd/plug.ts +0 -230
  96. package/src/cli/cmd/pr.ts +0 -115
  97. package/src/cli/cmd/prompt-display.ts +0 -1
  98. package/src/cli/cmd/providers.ts +0 -534
  99. package/src/cli/cmd/run/demo.ts +0 -1274
  100. package/src/cli/cmd/run/entry.body.ts +0 -205
  101. package/src/cli/cmd/run/footer.command.tsx +0 -1064
  102. package/src/cli/cmd/run/footer.menu.tsx +0 -351
  103. package/src/cli/cmd/run/footer.permission.tsx +0 -472
  104. package/src/cli/cmd/run/footer.prompt.tsx +0 -1306
  105. package/src/cli/cmd/run/footer.question.tsx +0 -573
  106. package/src/cli/cmd/run/footer.subagent.tsx +0 -173
  107. package/src/cli/cmd/run/footer.ts +0 -1129
  108. package/src/cli/cmd/run/footer.view.tsx +0 -943
  109. package/src/cli/cmd/run/footer.width.ts +0 -27
  110. package/src/cli/cmd/run/permission.shared.ts +0 -256
  111. package/src/cli/cmd/run/prompt.editor.ts +0 -157
  112. package/src/cli/cmd/run/prompt.shared.ts +0 -153
  113. package/src/cli/cmd/run/question.shared.ts +0 -340
  114. package/src/cli/cmd/run/runtime.boot.ts +0 -202
  115. package/src/cli/cmd/run/runtime.lifecycle.ts +0 -406
  116. package/src/cli/cmd/run/runtime.queue.ts +0 -349
  117. package/src/cli/cmd/run/runtime.shared.ts +0 -17
  118. package/src/cli/cmd/run/runtime.stdin.ts +0 -37
  119. package/src/cli/cmd/run/runtime.ts +0 -814
  120. package/src/cli/cmd/run/scrollback.shared.ts +0 -92
  121. package/src/cli/cmd/run/scrollback.surface.ts +0 -431
  122. package/src/cli/cmd/run/scrollback.writer.tsx +0 -352
  123. package/src/cli/cmd/run/session-data.ts +0 -1113
  124. package/src/cli/cmd/run/session-replay.ts +0 -374
  125. package/src/cli/cmd/run/session.shared.ts +0 -196
  126. package/src/cli/cmd/run/splash.ts +0 -280
  127. package/src/cli/cmd/run/stream.transport.ts +0 -1462
  128. package/src/cli/cmd/run/stream.ts +0 -175
  129. package/src/cli/cmd/run/subagent-data.ts +0 -876
  130. package/src/cli/cmd/run/theme.ts +0 -690
  131. package/src/cli/cmd/run/tool.ts +0 -1486
  132. package/src/cli/cmd/run/trace.ts +0 -94
  133. package/src/cli/cmd/run/turn-summary.ts +0 -47
  134. package/src/cli/cmd/run/types.ts +0 -350
  135. package/src/cli/cmd/run/variant.shared.ts +0 -216
  136. package/src/cli/cmd/run.ts +0 -1011
  137. package/src/cli/cmd/serve.ts +0 -24
  138. package/src/cli/cmd/session.ts +0 -147
  139. package/src/cli/cmd/stats.ts +0 -393
  140. package/src/cli/cmd/tui.ts +0 -305
  141. package/src/cli/cmd/uninstall.ts +0 -353
  142. package/src/cli/cmd/upgrade.ts +0 -74
  143. package/src/cli/cmd/web.ts +0 -84
  144. package/src/cli/effect/prompt.ts +0 -37
  145. package/src/cli/effect-cmd.ts +0 -96
  146. package/src/cli/error.ts +0 -130
  147. package/src/cli/heap.ts +0 -45
  148. package/src/cli/logo.ts +0 -1
  149. package/src/cli/network.ts +0 -80
  150. package/src/cli/tui/layer.ts +0 -8
  151. package/src/cli/tui/validate-session.ts +0 -29
  152. package/src/cli/tui/worker.ts +0 -80
  153. package/src/cli/ui.ts +0 -132
  154. package/src/cli/upgrade.ts +0 -53
  155. package/src/command/index.ts +0 -177
  156. package/src/command/template/initialize.txt +0 -66
  157. package/src/command/template/review.txt +0 -101
  158. package/src/config/agent.ts +0 -59
  159. package/src/config/command.ts +0 -39
  160. package/src/config/config.ts +0 -680
  161. package/src/config/entry-name.ts +0 -19
  162. package/src/config/managed.ts +0 -69
  163. package/src/config/markdown.ts +0 -36
  164. package/src/config/parse.ts +0 -79
  165. package/src/config/paths.ts +0 -45
  166. package/src/config/plugin.ts +0 -79
  167. package/src/config/tui-cwd.ts +0 -5
  168. package/src/config/tui-host-attention.ts +0 -21
  169. package/src/config/tui-migrate.ts +0 -132
  170. package/src/config/tui.ts +0 -276
  171. package/src/config/variable.ts +0 -91
  172. package/src/control-plane/adapters/index.ts +0 -41
  173. package/src/control-plane/adapters/worktree.ts +0 -96
  174. package/src/control-plane/dev/README.md +0 -19
  175. package/src/control-plane/dev/debug-workspace-plugin.ts +0 -73
  176. package/src/control-plane/types.ts +0 -59
  177. package/src/control-plane/util.ts +0 -39
  178. package/src/control-plane/workspace-adapter-runtime.ts +0 -51
  179. package/src/control-plane/workspace-context.ts +0 -26
  180. package/src/control-plane/workspace.ts +0 -964
  181. package/src/effect/app-node-builder-v1.ts +0 -12
  182. package/src/effect/app-runtime.ts +0 -135
  183. package/src/effect/bootstrap-runtime.ts +0 -19
  184. package/src/effect/bridge.ts +0 -84
  185. package/src/effect/config-service.ts +0 -67
  186. package/src/effect/instance-ref.ts +0 -11
  187. package/src/effect/instance-registry.ts +0 -12
  188. package/src/effect/instance-state.ts +0 -69
  189. package/src/effect/promise.ts +0 -17
  190. package/src/effect/run-service.ts +0 -47
  191. package/src/effect/runner.ts +0 -217
  192. package/src/effect/runtime-flags.ts +0 -77
  193. package/src/env/index.ts +0 -41
  194. package/src/event-manifest.ts +0 -3
  195. package/src/event-v2-bridge.ts +0 -71
  196. package/src/format/formatter.ts +0 -404
  197. package/src/format/index.ts +0 -203
  198. package/src/git/index.ts +0 -348
  199. package/src/id/id.ts +0 -80
  200. package/src/ide/index.ts +0 -54
  201. package/src/image/image.ts +0 -172
  202. package/src/index.ts +0 -142
  203. package/src/installation/index.ts +0 -336
  204. package/src/lsp/client.ts +0 -650
  205. package/src/lsp/diagnostic.ts +0 -29
  206. package/src/lsp/language.ts +0 -121
  207. package/src/lsp/launch.ts +0 -21
  208. package/src/lsp/lsp.ts +0 -507
  209. package/src/lsp/server.ts +0 -1983
  210. package/src/markdown.d.ts +0 -4
  211. package/src/mcp/auth.ts +0 -163
  212. package/src/mcp/catalog.ts +0 -170
  213. package/src/mcp/index.ts +0 -1012
  214. package/src/mcp/oauth-callback.ts +0 -194
  215. package/src/mcp/oauth-provider.ts +0 -259
  216. package/src/node.ts +0 -4
  217. package/src/patch/index.ts +0 -686
  218. package/src/permission/arity.ts +0 -163
  219. package/src/permission/evaluate.ts +0 -1
  220. package/src/permission/index.ts +0 -218
  221. package/src/plugin/azure.ts +0 -26
  222. package/src/plugin/cloudflare.ts +0 -76
  223. package/src/plugin/digitalocean.ts +0 -325
  224. package/src/plugin/github-copilot/copilot.ts +0 -414
  225. package/src/plugin/github-copilot/models.ts +0 -246
  226. package/src/plugin/index.ts +0 -314
  227. package/src/plugin/install.ts +0 -439
  228. package/src/plugin/loader.ts +0 -237
  229. package/src/plugin/meta.ts +0 -188
  230. package/src/plugin/openai/README.md +0 -31
  231. package/src/plugin/openai/codex.ts +0 -556
  232. package/src/plugin/openai/ws-pool.ts +0 -270
  233. package/src/plugin/openai/ws.ts +0 -381
  234. package/src/plugin/pty-environment.ts +0 -24
  235. package/src/plugin/shared.ts +0 -323
  236. package/src/plugin/snowflake-cortex.ts +0 -507
  237. package/src/plugin/tui/internal.ts +0 -10
  238. package/src/plugin/tui/runtime.ts +0 -1131
  239. package/src/plugin/xai.ts +0 -626
  240. package/src/project/bootstrap-service.ts +0 -9
  241. package/src/project/bootstrap.ts +0 -58
  242. package/src/project/instance-context.ts +0 -24
  243. package/src/project/instance-runtime.ts +0 -16
  244. package/src/project/instance-store.ts +0 -213
  245. package/src/project/project.ts +0 -483
  246. package/src/project/vcs.ts +0 -423
  247. package/src/provider/auth.ts +0 -229
  248. package/src/provider/error.ts +0 -188
  249. package/src/provider/model-status.ts +0 -8
  250. package/src/provider/provider.ts +0 -1977
  251. package/src/provider/transform.ts +0 -1561
  252. package/src/question/index.ts +0 -161
  253. package/src/question/schema.ts +0 -4
  254. package/src/server/auth.ts +0 -48
  255. package/src/server/event.ts +0 -10
  256. package/src/server/global-lifecycle.ts +0 -28
  257. package/src/server/init-projectors.ts +0 -3
  258. package/src/server/mdns.ts +0 -47
  259. package/src/server/projectors.ts +0 -1
  260. package/src/server/proxy-util.ts +0 -48
  261. package/src/server/routes/instance/httpapi/AGENTS.md +0 -39
  262. package/src/server/routes/instance/httpapi/api.ts +0 -97
  263. package/src/server/routes/instance/httpapi/errors.ts +0 -193
  264. package/src/server/routes/instance/httpapi/groups/config.ts +0 -65
  265. package/src/server/routes/instance/httpapi/groups/control-plane.ts +0 -35
  266. package/src/server/routes/instance/httpapi/groups/control.ts +0 -76
  267. package/src/server/routes/instance/httpapi/groups/event.ts +0 -29
  268. package/src/server/routes/instance/httpapi/groups/experimental.ts +0 -275
  269. package/src/server/routes/instance/httpapi/groups/file.ts +0 -185
  270. package/src/server/routes/instance/httpapi/groups/global.ts +0 -136
  271. package/src/server/routes/instance/httpapi/groups/instance.ts +0 -206
  272. package/src/server/routes/instance/httpapi/groups/mcp.ts +0 -156
  273. package/src/server/routes/instance/httpapi/groups/metadata.ts +0 -18
  274. package/src/server/routes/instance/httpapi/groups/permission.ts +0 -61
  275. package/src/server/routes/instance/httpapi/groups/project-copy.ts +0 -32
  276. package/src/server/routes/instance/httpapi/groups/project.ts +0 -93
  277. package/src/server/routes/instance/httpapi/groups/provider.ts +0 -101
  278. package/src/server/routes/instance/httpapi/groups/pty.ts +0 -172
  279. package/src/server/routes/instance/httpapi/groups/query.ts +0 -12
  280. package/src/server/routes/instance/httpapi/groups/question.ts +0 -74
  281. package/src/server/routes/instance/httpapi/groups/session.ts +0 -462
  282. package/src/server/routes/instance/httpapi/groups/sync.ts +0 -113
  283. package/src/server/routes/instance/httpapi/groups/tui.ts +0 -208
  284. package/src/server/routes/instance/httpapi/groups/workspace.ts +0 -141
  285. package/src/server/routes/instance/httpapi/handlers/config.ts +0 -34
  286. package/src/server/routes/instance/httpapi/handlers/control-plane.ts +0 -37
  287. package/src/server/routes/instance/httpapi/handlers/control.ts +0 -43
  288. package/src/server/routes/instance/httpapi/handlers/event.ts +0 -99
  289. package/src/server/routes/instance/httpapi/handlers/experimental.ts +0 -193
  290. package/src/server/routes/instance/httpapi/handlers/file.ts +0 -139
  291. package/src/server/routes/instance/httpapi/handlers/global.ts +0 -156
  292. package/src/server/routes/instance/httpapi/handlers/instance.ts +0 -110
  293. package/src/server/routes/instance/httpapi/handlers/mcp.ts +0 -111
  294. package/src/server/routes/instance/httpapi/handlers/permission.ts +0 -41
  295. package/src/server/routes/instance/httpapi/handlers/project-copy.ts +0 -83
  296. package/src/server/routes/instance/httpapi/handlers/project.ts +0 -63
  297. package/src/server/routes/instance/httpapi/handlers/provider.ts +0 -113
  298. package/src/server/routes/instance/httpapi/handlers/pty.ts +0 -273
  299. package/src/server/routes/instance/httpapi/handlers/question.ts +0 -54
  300. package/src/server/routes/instance/httpapi/handlers/session-errors.ts +0 -21
  301. package/src/server/routes/instance/httpapi/handlers/session.ts +0 -442
  302. package/src/server/routes/instance/httpapi/handlers/sync.ts +0 -89
  303. package/src/server/routes/instance/httpapi/handlers/tui.ts +0 -131
  304. package/src/server/routes/instance/httpapi/handlers/workspace.ts +0 -102
  305. package/src/server/routes/instance/httpapi/lifecycle.ts +0 -54
  306. package/src/server/routes/instance/httpapi/middleware/authorization.ts +0 -150
  307. package/src/server/routes/instance/httpapi/middleware/compression.ts +0 -64
  308. package/src/server/routes/instance/httpapi/middleware/cors-vary.ts +0 -29
  309. package/src/server/routes/instance/httpapi/middleware/error.ts +0 -43
  310. package/src/server/routes/instance/httpapi/middleware/fence.ts +0 -25
  311. package/src/server/routes/instance/httpapi/middleware/instance-context.ts +0 -43
  312. package/src/server/routes/instance/httpapi/middleware/proxy.ts +0 -108
  313. package/src/server/routes/instance/httpapi/middleware/schema-error.ts +0 -41
  314. package/src/server/routes/instance/httpapi/middleware/workspace-routing.ts +0 -250
  315. package/src/server/routes/instance/httpapi/public.ts +0 -537
  316. package/src/server/routes/instance/httpapi/server.ts +0 -322
  317. package/src/server/routes/instance/httpapi/websocket-tracker.ts +0 -60
  318. package/src/server/server.ts +0 -226
  319. package/src/server/shared/fence.ts +0 -60
  320. package/src/server/shared/pty-ticket.ts +0 -15
  321. package/src/server/shared/public-ui.ts +0 -12
  322. package/src/server/shared/tui-control.ts +0 -28
  323. package/src/server/shared/ui.ts +0 -108
  324. package/src/server/shared/workspace-routing.ts +0 -38
  325. package/src/server/tui-event.ts +0 -1
  326. package/src/session/compaction.ts +0 -562
  327. package/src/session/instruction.ts +0 -237
  328. package/src/session/llm/AGENTS.md +0 -90
  329. package/src/session/llm/ai-sdk.ts +0 -288
  330. package/src/session/llm/native-request.ts +0 -196
  331. package/src/session/llm/native-runtime.ts +0 -195
  332. package/src/session/llm/request.ts +0 -226
  333. package/src/session/llm.ts +0 -404
  334. package/src/session/message-error.ts +0 -14
  335. package/src/session/message-v2.ts +0 -734
  336. package/src/session/message.ts +0 -148
  337. package/src/session/overflow.ts +0 -34
  338. package/src/session/processor.ts +0 -716
  339. package/src/session/prompt/anthropic.txt +0 -105
  340. package/src/session/prompt/beast.txt +0 -147
  341. package/src/session/prompt/build-switch.txt +0 -5
  342. package/src/session/prompt/codex.txt +0 -79
  343. package/src/session/prompt/copilot-gpt-5.txt +0 -143
  344. package/src/session/prompt/default.txt +0 -95
  345. package/src/session/prompt/gemini.txt +0 -155
  346. package/src/session/prompt/gpt.txt +0 -107
  347. package/src/session/prompt/kimi.txt +0 -95
  348. package/src/session/prompt/plan-mode.txt +0 -70
  349. package/src/session/prompt/plan-reminder-anthropic.txt +0 -67
  350. package/src/session/prompt/plan.txt +0 -26
  351. package/src/session/prompt/trinity.txt +0 -97
  352. package/src/session/prompt.ts +0 -1630
  353. package/src/session/reminders.ts +0 -92
  354. package/src/session/retry.ts +0 -201
  355. package/src/session/revert.ts +0 -146
  356. package/src/session/run-state.ts +0 -151
  357. package/src/session/schema.ts +0 -26
  358. package/src/session/session.ts +0 -1018
  359. package/src/session/status.ts +0 -56
  360. package/src/session/summary.ts +0 -160
  361. package/src/session/system.ts +0 -143
  362. package/src/session/todo.ts +0 -74
  363. package/src/session/tools.ts +0 -583
  364. package/src/share/session.ts +0 -58
  365. package/src/share/share-next.ts +0 -371
  366. package/src/skill/discovery.ts +0 -140
  367. package/src/skill/index.ts +0 -354
  368. package/src/snapshot/index.ts +0 -807
  369. package/src/sql.d.ts +0 -4
  370. package/src/storage/schema.ts +0 -5
  371. package/src/storage/storage.ts +0 -327
  372. package/src/sync/README.md +0 -179
  373. package/src/sync/schema.ts +0 -11
  374. package/src/temporary.ts +0 -31
  375. package/src/tool/apply_patch.ts +0 -313
  376. package/src/tool/apply_patch.txt +0 -33
  377. package/src/tool/edit.ts +0 -737
  378. package/src/tool/edit.txt +0 -10
  379. package/src/tool/external-directory.ts +0 -49
  380. package/src/tool/glob.ts +0 -76
  381. package/src/tool/glob.txt +0 -6
  382. package/src/tool/grep.ts +0 -112
  383. package/src/tool/grep.txt +0 -8
  384. package/src/tool/invalid.ts +0 -21
  385. package/src/tool/json-schema.ts +0 -164
  386. package/src/tool/lsp.ts +0 -113
  387. package/src/tool/lsp.txt +0 -24
  388. package/src/tool/mcp-websearch.ts +0 -96
  389. package/src/tool/plan-enter.txt +0 -14
  390. package/src/tool/plan-exit.txt +0 -13
  391. package/src/tool/plan.ts +0 -79
  392. package/src/tool/question.ts +0 -44
  393. package/src/tool/question.txt +0 -10
  394. package/src/tool/read.ts +0 -386
  395. package/src/tool/read.txt +0 -14
  396. package/src/tool/registry.ts +0 -420
  397. package/src/tool/schema.ts +0 -14
  398. package/src/tool/shell/id.ts +0 -19
  399. package/src/tool/shell/prompt.ts +0 -293
  400. package/src/tool/shell/shell.txt +0 -21
  401. package/src/tool/shell.ts +0 -645
  402. package/src/tool/skill.ts +0 -70
  403. package/src/tool/skill.txt +0 -5
  404. package/src/tool/task.ts +0 -346
  405. package/src/tool/task.txt +0 -19
  406. package/src/tool/todo.ts +0 -46
  407. package/src/tool/todowrite.txt +0 -44
  408. package/src/tool/tool.ts +0 -183
  409. package/src/tool/truncate.ts +0 -156
  410. package/src/tool/truncation-dir.ts +0 -4
  411. package/src/tool/webfetch.ts +0 -192
  412. package/src/tool/webfetch.txt +0 -13
  413. package/src/tool/websearch.ts +0 -143
  414. package/src/tool/websearch.txt +0 -14
  415. package/src/tool/write.ts +0 -104
  416. package/src/tool/write.txt +0 -8
  417. package/src/util/archive.ts +0 -17
  418. package/src/util/bom.ts +0 -27
  419. package/src/util/data-url.ts +0 -9
  420. package/src/util/defer.ts +0 -10
  421. package/src/util/effect-http-client.ts +0 -11
  422. package/src/util/error.ts +0 -1
  423. package/src/util/filesystem.ts +0 -251
  424. package/src/util/html.ts +0 -8
  425. package/src/util/iife.ts +0 -3
  426. package/src/util/lazy.ts +0 -20
  427. package/src/util/local-context.ts +0 -25
  428. package/src/util/locale.ts +0 -2
  429. package/src/util/media.ts +0 -26
  430. package/src/util/process.ts +0 -177
  431. package/src/util/proxy-env.ts +0 -72
  432. package/src/util/queue.ts +0 -32
  433. package/src/util/record.ts +0 -1
  434. package/src/util/repository.ts +0 -232
  435. package/src/util/rpc.ts +0 -66
  436. package/src/util/signal.ts +0 -12
  437. package/src/util/timeout.ts +0 -13
  438. package/src/util/token.ts +0 -1
  439. package/src/util/wildcard.ts +0 -59
  440. package/src/worktree/index.ts +0 -623
  441. package/test/AGENTS.md +0 -204
  442. package/test/EFFECT_TEST_MIGRATION.md +0 -169
  443. package/test/account/repo.test.ts +0 -355
  444. package/test/account/service.test.ts +0 -456
  445. package/test/acp/config-option.test.ts +0 -229
  446. package/test/acp/content.test.ts +0 -235
  447. package/test/acp/directory.test.ts +0 -188
  448. package/test/acp/error.test.ts +0 -67
  449. package/test/acp/event.test.ts +0 -751
  450. package/test/acp/permission.test.ts +0 -401
  451. package/test/acp/service-session.test.ts +0 -1248
  452. package/test/acp/session.test.ts +0 -201
  453. package/test/acp/tool.test.ts +0 -298
  454. package/test/acp/usage.test.ts +0 -318
  455. package/test/agent/agent.test.ts +0 -755
  456. package/test/agent/plan-mode-subagent-bypass.test.ts +0 -160
  457. package/test/agent/plugin-agent-regression.test.ts +0 -51
  458. package/test/auth/auth.test.ts +0 -75
  459. package/test/background/job.test.ts +0 -244
  460. package/test/cli/account.test.ts +0 -30
  461. package/test/cli/acp/acp-test-client.ts +0 -97
  462. package/test/cli/acp/config-options.test.ts +0 -103
  463. package/test/cli/acp/helpers.ts +0 -96
  464. package/test/cli/acp/initialize-auth.test.ts +0 -61
  465. package/test/cli/acp/lifecycle.test.ts +0 -118
  466. package/test/cli/acp/prompt-content.test.ts +0 -97
  467. package/test/cli/acp/skills.test.ts +0 -38
  468. package/test/cli/cmd/tui/attention.test.ts +0 -484
  469. package/test/cli/effect-cmd-instance-als.test.ts +0 -40
  470. package/test/cli/error.test.ts +0 -95
  471. package/test/cli/github-action.test.ts +0 -199
  472. package/test/cli/github-remote.test.ts +0 -90
  473. package/test/cli/help/__snapshots__/help-snapshots.test.ts.snap +0 -623
  474. package/test/cli/help/help-snapshots.test.ts +0 -140
  475. package/test/cli/import.test.ts +0 -54
  476. package/test/cli/mcp-add.test.ts +0 -74
  477. package/test/cli/plugin-auth-picker.test.ts +0 -120
  478. package/test/cli/run/entry.body.test.ts +0 -536
  479. package/test/cli/run/footer.menu.test.ts +0 -43
  480. package/test/cli/run/footer.view.test.tsx +0 -1375
  481. package/test/cli/run/footer.width.test.ts +0 -35
  482. package/test/cli/run/permission.shared.test.ts +0 -144
  483. package/test/cli/run/prompt.editor.test.ts +0 -101
  484. package/test/cli/run/prompt.shared.test.ts +0 -101
  485. package/test/cli/run/question.shared.test.ts +0 -115
  486. package/test/cli/run/run-process.test.ts +0 -331
  487. package/test/cli/run/runtime.boot.test.ts +0 -283
  488. package/test/cli/run/runtime.queue.test.ts +0 -481
  489. package/test/cli/run/runtime.stdin.test.ts +0 -71
  490. package/test/cli/run/runtime.test.ts +0 -238
  491. package/test/cli/run/scrollback.surface.test.ts +0 -1092
  492. package/test/cli/run/session-data.test.ts +0 -593
  493. package/test/cli/run/session-replay.test.ts +0 -691
  494. package/test/cli/run/session.shared.test.ts +0 -247
  495. package/test/cli/run/stream.test.ts +0 -56
  496. package/test/cli/run/stream.transport.test.ts +0 -2363
  497. package/test/cli/run/subagent-data.test.ts +0 -547
  498. package/test/cli/run/theme.test.ts +0 -177
  499. package/test/cli/run/variant.shared.test.ts +0 -218
  500. package/test/cli/serve/serve-process.test.ts +0 -61
  501. package/test/cli/smokes/read-only.test.ts +0 -115
  502. package/test/cli/tui/attach.test.ts +0 -11
  503. package/test/cli/tui/editor-context-zed.test.ts +0 -379
  504. package/test/cli/tui/editor-context.test.tsx +0 -297
  505. package/test/cli/tui/plugin-add.test.ts +0 -110
  506. package/test/cli/tui/plugin-install.test.ts +0 -87
  507. package/test/cli/tui/plugin-lifecycle.test.ts +0 -224
  508. package/test/cli/tui/plugin-loader-entrypoint.test.ts +0 -485
  509. package/test/cli/tui/plugin-loader-pure.test.ts +0 -72
  510. package/test/cli/tui/plugin-loader.test.ts +0 -1332
  511. package/test/cli/tui/plugin-toggle.test.ts +0 -264
  512. package/test/cli/tui/thread.test.ts +0 -95
  513. package/test/config/agent-color.test.ts +0 -47
  514. package/test/config/config.test.ts +0 -2027
  515. package/test/config/entry-name.test.ts +0 -57
  516. package/test/config/fixtures/empty-frontmatter.md +0 -4
  517. package/test/config/fixtures/frontmatter.md +0 -28
  518. package/test/config/fixtures/markdown-header.md +0 -11
  519. package/test/config/fixtures/no-frontmatter.md +0 -1
  520. package/test/config/fixtures/weird-model-id.md +0 -13
  521. package/test/config/lsp.test.ts +0 -69
  522. package/test/config/markdown.test.ts +0 -228
  523. package/test/config/plugin.test.ts +0 -0
  524. package/test/config/tui.test.ts +0 -894
  525. package/test/control-plane/adapters.test.ts +0 -71
  526. package/test/control-plane/workspace.test.ts +0 -1701
  527. package/test/effect/app-runtime-logger.test.ts +0 -101
  528. package/test/effect/config-service.test.ts +0 -65
  529. package/test/effect/instance-state.test.ts +0 -392
  530. package/test/effect/run-service.test.ts +0 -89
  531. package/test/effect/runner.test.ts +0 -514
  532. package/test/effect/runtime-flags.test.ts +0 -374
  533. package/test/event-manifest.test.ts +0 -24
  534. package/test/fake/account.ts +0 -9
  535. package/test/fake/auth.ts +0 -8
  536. package/test/fake/npm.ts +0 -8
  537. package/test/fake/provider.ts +0 -82
  538. package/test/fake/skill.ts +0 -8
  539. package/test/filesystem/filesystem.test.ts +0 -318
  540. package/test/fixture/agent-plugin.constants.ts +0 -6
  541. package/test/fixture/agent-plugin.ts +0 -12
  542. package/test/fixture/config.ts +0 -23
  543. package/test/fixture/db.ts +0 -11
  544. package/test/fixture/fixture.test.ts +0 -26
  545. package/test/fixture/fixture.ts +0 -228
  546. package/test/fixture/flag.ts +0 -20
  547. package/test/fixture/flock-worker.ts +0 -72
  548. package/test/fixture/lsp/fake-lsp-server.js +0 -249
  549. package/test/fixture/mcp-session-recovery.ts +0 -50
  550. package/test/fixture/plug-worker.ts +0 -93
  551. package/test/fixture/plugin-meta-worker.ts +0 -19
  552. package/test/fixture/plugin.ts +0 -10
  553. package/test/fixture/skills/agents-sdk/SKILL.md +0 -152
  554. package/test/fixture/skills/agents-sdk/references/callable.md +0 -92
  555. package/test/fixture/skills/cloudflare/SKILL.md +0 -211
  556. package/test/fixture/skills/index.json +0 -6
  557. package/test/fixture/tui-environment.tsx +0 -32
  558. package/test/fixture/tui-plugin.ts +0 -355
  559. package/test/fixture/tui-runtime.ts +0 -56
  560. package/test/fixture/tui-sdk.ts +0 -82
  561. package/test/fixture/workspace.ts +0 -34
  562. package/test/fixtures/recordings/session/native-anthropic-tool-loop.json +0 -49
  563. package/test/fixtures/recordings/session/native-openai-oauth-tool-loop.json +0 -45
  564. package/test/fixtures/recordings/session/native-zen-tool-loop.json +0 -49
  565. package/test/format/format.test.ts +0 -235
  566. package/test/git/git.test.ts +0 -179
  567. package/test/ide/ide.test.ts +0 -82
  568. package/test/image/fixtures/picture-5mb-base64.png +0 -0
  569. package/test/image/image.test.ts +0 -121
  570. package/test/installation/installation.test.ts +0 -240
  571. package/test/lib/cli-process.ts +0 -535
  572. package/test/lib/effect.ts +0 -177
  573. package/test/lib/filesystem.ts +0 -10
  574. package/test/lib/llm-server.ts +0 -779
  575. package/test/lib/snapshot.ts +0 -73
  576. package/test/lib/test-provider.ts +0 -37
  577. package/test/lib/websocket.ts +0 -46
  578. package/test/lsp/client.test.ts +0 -488
  579. package/test/lsp/index.test.ts +0 -231
  580. package/test/lsp/jdtls-root.test.ts +0 -459
  581. package/test/lsp/launch.test.ts +0 -22
  582. package/test/lsp/lifecycle.test.ts +0 -160
  583. package/test/mcp/auth.test.ts +0 -78
  584. package/test/mcp/catalog.test.ts +0 -47
  585. package/test/mcp/headers.test.ts +0 -127
  586. package/test/mcp/lifecycle.test.ts +0 -1304
  587. package/test/mcp/oauth-auto-connect.test.ts +0 -367
  588. package/test/mcp/oauth-browser.test.ts +0 -243
  589. package/test/mcp/oauth-callback.test.ts +0 -114
  590. package/test/mcp/oauth-provider.test.ts +0 -102
  591. package/test/mcp/session-recovery.test.ts +0 -27
  592. package/test/patch/patch.test.ts +0 -384
  593. package/test/permission/arity.test.ts +0 -33
  594. package/test/permission/next.test.ts +0 -1174
  595. package/test/permission-task.test.ts +0 -319
  596. package/test/plugin/auth-override.test.ts +0 -101
  597. package/test/plugin/cloudflare.test.ts +0 -68
  598. package/test/plugin/codex.test.ts +0 -256
  599. package/test/plugin/github-copilot-models.test.ts +0 -332
  600. package/test/plugin/install-concurrency.test.ts +0 -140
  601. package/test/plugin/install.test.ts +0 -570
  602. package/test/plugin/loader-shared.test.ts +0 -1306
  603. package/test/plugin/meta.test.ts +0 -137
  604. package/test/plugin/openai-rollout.test.ts +0 -17
  605. package/test/plugin/openai-ws.test.ts +0 -884
  606. package/test/plugin/shared.test.ts +0 -88
  607. package/test/plugin/snowflake-cortex.test.ts +0 -278
  608. package/test/plugin/trigger.test.ts +0 -108
  609. package/test/plugin/workspace-adapter.test.ts +0 -111
  610. package/test/plugin/xai.test.ts +0 -620
  611. package/test/preload.ts +0 -92
  612. package/test/project/instance-bootstrap.test.ts +0 -115
  613. package/test/project/instance.test.ts +0 -248
  614. package/test/project/migrate-global.test.ts +0 -168
  615. package/test/project/project-directory.test.ts +0 -202
  616. package/test/project/project.test.ts +0 -808
  617. package/test/project/vcs.test.ts +0 -335
  618. package/test/project/worktree-remove.test.ts +0 -128
  619. package/test/project/worktree.test.ts +0 -324
  620. package/test/provider/amazon-bedrock.test.ts +0 -361
  621. package/test/provider/cf-ai-gateway-e2e.test.ts +0 -132
  622. package/test/provider/digitalocean.test.ts +0 -124
  623. package/test/provider/gitlab-duo.test.ts +0 -412
  624. package/test/provider/header-timeout.test.ts +0 -234
  625. package/test/provider/model-status.test.ts +0 -61
  626. package/test/provider/provider.test.ts +0 -1912
  627. package/test/provider/transform.test.ts +0 -4742
  628. package/test/question/question.test.ts +0 -459
  629. package/test/server/AGENTS.md +0 -15
  630. package/test/server/auth.test.ts +0 -59
  631. package/test/server/global-bus.ts +0 -31
  632. package/test/server/global-session-list.test.ts +0 -108
  633. package/test/server/httpapi-authorization.test.ts +0 -174
  634. package/test/server/httpapi-compression.test.ts +0 -151
  635. package/test/server/httpapi-config.test.ts +0 -110
  636. package/test/server/httpapi-control-plane.test.ts +0 -63
  637. package/test/server/httpapi-cors-vary.test.ts +0 -63
  638. package/test/server/httpapi-cors.test.ts +0 -122
  639. package/test/server/httpapi-error-middleware.test.ts +0 -101
  640. package/test/server/httpapi-event.test.ts +0 -94
  641. package/test/server/httpapi-exercise/assertions.ts +0 -64
  642. package/test/server/httpapi-exercise/backend.ts +0 -144
  643. package/test/server/httpapi-exercise/dsl.ts +0 -210
  644. package/test/server/httpapi-exercise/environment.ts +0 -40
  645. package/test/server/httpapi-exercise/index.ts +0 -1814
  646. package/test/server/httpapi-exercise/report.ts +0 -66
  647. package/test/server/httpapi-exercise/routing.ts +0 -96
  648. package/test/server/httpapi-exercise/runner.ts +0 -267
  649. package/test/server/httpapi-exercise/runtime.ts +0 -52
  650. package/test/server/httpapi-exercise/types.ts +0 -127
  651. package/test/server/httpapi-experimental.test.ts +0 -298
  652. package/test/server/httpapi-file.test.ts +0 -83
  653. package/test/server/httpapi-global.test.ts +0 -66
  654. package/test/server/httpapi-instance-context.test.ts +0 -337
  655. package/test/server/httpapi-instance-route-auth.test.ts +0 -81
  656. package/test/server/httpapi-instance.test.ts +0 -265
  657. package/test/server/httpapi-layer.ts +0 -33
  658. package/test/server/httpapi-listen.test.ts +0 -465
  659. package/test/server/httpapi-mcp-oauth.test.ts +0 -73
  660. package/test/server/httpapi-mcp.test.ts +0 -223
  661. package/test/server/httpapi-mdns.test.ts +0 -79
  662. package/test/server/httpapi-promptasync-context.test.ts +0 -212
  663. package/test/server/httpapi-provider.test.ts +0 -401
  664. package/test/server/httpapi-pty.test.ts +0 -299
  665. package/test/server/httpapi-public-openapi.test.ts +0 -350
  666. package/test/server/httpapi-query-schema-drift.test.ts +0 -330
  667. package/test/server/httpapi-reference.test.ts +0 -63
  668. package/test/server/httpapi-schema-error-body.test.ts +0 -166
  669. package/test/server/httpapi-sdk.test.ts +0 -913
  670. package/test/server/httpapi-session.test.ts +0 -1090
  671. package/test/server/httpapi-sync.test.ts +0 -149
  672. package/test/server/httpapi-ui.test.ts +0 -456
  673. package/test/server/httpapi-v2-location.test.ts +0 -126
  674. package/test/server/httpapi-v2-pty.test.ts +0 -250
  675. package/test/server/httpapi-workspace-routing.test.ts +0 -552
  676. package/test/server/httpapi-workspace.test.ts +0 -506
  677. package/test/server/negative-tokens-regression.test.ts +0 -84
  678. package/test/server/project-copy.test.ts +0 -127
  679. package/test/server/project-init-git.test.ts +0 -118
  680. package/test/server/proxy-util.test.ts +0 -113
  681. package/test/server/sdk-error-shape.test.ts +0 -81
  682. package/test/server/sdk-v1-smoke.test.ts +0 -57
  683. package/test/server/session-actions.test.ts +0 -110
  684. package/test/server/session-diff-missing-patch.test.ts +0 -97
  685. package/test/server/session-list.test.ts +0 -302
  686. package/test/server/session-messages.test.ts +0 -180
  687. package/test/server/session-select.test.ts +0 -67
  688. package/test/server/workspace-proxy.test.ts +0 -181
  689. package/test/server/workspace-routing.test.ts +0 -94
  690. package/test/server/worktree-endpoint-repro.test.ts +0 -307
  691. package/test/session/compaction.test.ts +0 -1819
  692. package/test/session/instruction.test.ts +0 -264
  693. package/test/session/llm-native-recorded.test.ts +0 -413
  694. package/test/session/llm-native.test.ts +0 -761
  695. package/test/session/llm.test.ts +0 -2003
  696. package/test/session/message-v2.test.ts +0 -1661
  697. package/test/session/messages-pagination.test.ts +0 -1057
  698. package/test/session/processor-effect.test.ts +0 -1067
  699. package/test/session/prompt.test.ts +0 -2402
  700. package/test/session/retry.test.ts +0 -440
  701. package/test/session/revert-compact.test.ts +0 -638
  702. package/test/session/schema-decoding.test.ts +0 -313
  703. package/test/session/session-schema.test.ts +0 -78
  704. package/test/session/session.test.ts +0 -253
  705. package/test/session/snapshot-tool-race.test.ts +0 -189
  706. package/test/session/structured-output-integration.test.ts +0 -235
  707. package/test/session/structured-output.test.ts +0 -387
  708. package/test/session/system.test.ts +0 -142
  709. package/test/share/share-next.test.ts +0 -324
  710. package/test/skill/discovery.test.ts +0 -186
  711. package/test/skill/skill.test.ts +0 -585
  712. package/test/snapshot/snapshot.test.ts +0 -1218
  713. package/test/storage/storage.test.ts +0 -297
  714. package/test/tool/__snapshots__/parameters.test.ts.snap +0 -466
  715. package/test/tool/__snapshots__/tool.test.ts.snap +0 -9
  716. package/test/tool/apply_patch.test.ts +0 -529
  717. package/test/tool/edit.test.ts +0 -574
  718. package/test/tool/external-directory.test.ts +0 -156
  719. package/test/tool/fixtures/large-image.png +0 -0
  720. package/test/tool/fixtures/models-api.json +0 -117299
  721. package/test/tool/glob.test.ts +0 -132
  722. package/test/tool/grep.test.ts +0 -221
  723. package/test/tool/lsp.test.ts +0 -184
  724. package/test/tool/parameters.test.ts +0 -290
  725. package/test/tool/question.test.ts +0 -133
  726. package/test/tool/read.test.ts +0 -608
  727. package/test/tool/registry.test.ts +0 -493
  728. package/test/tool/shell.test.ts +0 -1199
  729. package/test/tool/skill.test.ts +0 -134
  730. package/test/tool/task.test.ts +0 -905
  731. package/test/tool/tool-define.test.ts +0 -154
  732. package/test/tool/truncation.test.ts +0 -264
  733. package/test/tool/webfetch.test.ts +0 -119
  734. package/test/tool/websearch.test.ts +0 -99
  735. package/test/tool/write.test.ts +0 -279
  736. package/test/util/data-url.test.ts +0 -14
  737. package/test/util/error.test.ts +0 -16
  738. package/test/util/filesystem.test.ts +0 -656
  739. package/test/util/glob.test.ts +0 -164
  740. package/test/util/html.test.ts +0 -15
  741. package/test/util/iife.test.ts +0 -36
  742. package/test/util/lazy.test.ts +0 -50
  743. package/test/util/module.test.ts +0 -59
  744. package/test/util/process.test.ts +0 -128
  745. package/test/util/repository.test.ts +0 -93
  746. package/test/util/timeout.test.ts +0 -21
  747. package/test/util/wildcard.test.ts +0 -90
  748. package/test/v2/session-message-updater.test.ts +0 -269
  749. package/tsconfig.json +0 -16
@@ -1,1486 +0,0 @@
1
- // Per-tool display rules shared across `opencode 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 "@ac/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
- }