chad-code 1.3.1 → 1.3.3

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 (338) hide show
  1. package/README.md +55 -6
  2. package/chad-code-0.0.0-main-202601090906.tgz +0 -0
  3. package/package.json +35 -97
  4. package/AGENTS.md +0 -27
  5. package/Dockerfile +0 -18
  6. package/README.npm.md +0 -64
  7. package/bunfig.toml +0 -7
  8. package/eslint.config.js +0 -29
  9. package/parsers-config.ts +0 -253
  10. package/script/build.ts +0 -167
  11. package/script/publish-registries.ts +0 -187
  12. package/script/publish.ts +0 -93
  13. package/script/schema.ts +0 -47
  14. package/src/acp/README.md +0 -164
  15. package/src/acp/agent.ts +0 -1086
  16. package/src/acp/session.ts +0 -101
  17. package/src/acp/types.ts +0 -22
  18. package/src/agent/agent.ts +0 -253
  19. package/src/agent/generate.txt +0 -75
  20. package/src/agent/prompt/compaction.txt +0 -12
  21. package/src/agent/prompt/explore.txt +0 -18
  22. package/src/agent/prompt/summary.txt +0 -11
  23. package/src/agent/prompt/title.txt +0 -36
  24. package/src/auth/index.ts +0 -70
  25. package/src/bun/index.ts +0 -130
  26. package/src/bus/bus-event.ts +0 -43
  27. package/src/bus/global.ts +0 -10
  28. package/src/bus/index.ts +0 -105
  29. package/src/cli/bootstrap.ts +0 -17
  30. package/src/cli/cmd/acp.ts +0 -69
  31. package/src/cli/cmd/agent.ts +0 -257
  32. package/src/cli/cmd/auth.ts +0 -132
  33. package/src/cli/cmd/cmd.ts +0 -7
  34. package/src/cli/cmd/debug/agent.ts +0 -28
  35. package/src/cli/cmd/debug/config.ts +0 -15
  36. package/src/cli/cmd/debug/file.ts +0 -91
  37. package/src/cli/cmd/debug/index.ts +0 -45
  38. package/src/cli/cmd/debug/lsp.ts +0 -48
  39. package/src/cli/cmd/debug/ripgrep.ts +0 -83
  40. package/src/cli/cmd/debug/scrap.ts +0 -15
  41. package/src/cli/cmd/debug/skill.ts +0 -15
  42. package/src/cli/cmd/debug/snapshot.ts +0 -48
  43. package/src/cli/cmd/export.ts +0 -88
  44. package/src/cli/cmd/generate.ts +0 -38
  45. package/src/cli/cmd/github.ts +0 -32
  46. package/src/cli/cmd/import.ts +0 -98
  47. package/src/cli/cmd/mcp.ts +0 -670
  48. package/src/cli/cmd/models.ts +0 -42
  49. package/src/cli/cmd/pr.ts +0 -112
  50. package/src/cli/cmd/run.ts +0 -374
  51. package/src/cli/cmd/serve.ts +0 -16
  52. package/src/cli/cmd/session.ts +0 -135
  53. package/src/cli/cmd/stats.ts +0 -402
  54. package/src/cli/cmd/tui/app.tsx +0 -705
  55. package/src/cli/cmd/tui/attach.ts +0 -32
  56. package/src/cli/cmd/tui/component/border.tsx +0 -21
  57. package/src/cli/cmd/tui/component/dialog-agent.tsx +0 -31
  58. package/src/cli/cmd/tui/component/dialog-command.tsx +0 -124
  59. package/src/cli/cmd/tui/component/dialog-mcp.tsx +0 -86
  60. package/src/cli/cmd/tui/component/dialog-model.tsx +0 -232
  61. package/src/cli/cmd/tui/component/dialog-provider.tsx +0 -228
  62. package/src/cli/cmd/tui/component/dialog-session-list.tsx +0 -115
  63. package/src/cli/cmd/tui/component/dialog-session-rename.tsx +0 -31
  64. package/src/cli/cmd/tui/component/dialog-stash.tsx +0 -86
  65. package/src/cli/cmd/tui/component/dialog-status.tsx +0 -162
  66. package/src/cli/cmd/tui/component/dialog-tag.tsx +0 -44
  67. package/src/cli/cmd/tui/component/dialog-theme-list.tsx +0 -50
  68. package/src/cli/cmd/tui/component/did-you-know.tsx +0 -85
  69. package/src/cli/cmd/tui/component/logo.tsx +0 -43
  70. package/src/cli/cmd/tui/component/prompt/autocomplete.tsx +0 -654
  71. package/src/cli/cmd/tui/component/prompt/history.tsx +0 -108
  72. package/src/cli/cmd/tui/component/prompt/index.tsx +0 -1078
  73. package/src/cli/cmd/tui/component/prompt/stash.tsx +0 -101
  74. package/src/cli/cmd/tui/component/textarea-keybindings.ts +0 -73
  75. package/src/cli/cmd/tui/component/tips.ts +0 -92
  76. package/src/cli/cmd/tui/component/todo-item.tsx +0 -32
  77. package/src/cli/cmd/tui/context/args.tsx +0 -14
  78. package/src/cli/cmd/tui/context/directory.ts +0 -13
  79. package/src/cli/cmd/tui/context/exit.tsx +0 -23
  80. package/src/cli/cmd/tui/context/helper.tsx +0 -25
  81. package/src/cli/cmd/tui/context/keybind.tsx +0 -101
  82. package/src/cli/cmd/tui/context/kv.tsx +0 -49
  83. package/src/cli/cmd/tui/context/local.tsx +0 -392
  84. package/src/cli/cmd/tui/context/prompt.tsx +0 -18
  85. package/src/cli/cmd/tui/context/route.tsx +0 -46
  86. package/src/cli/cmd/tui/context/sdk.tsx +0 -75
  87. package/src/cli/cmd/tui/context/sync.tsx +0 -384
  88. package/src/cli/cmd/tui/context/theme/aura.json +0 -69
  89. package/src/cli/cmd/tui/context/theme/ayu.json +0 -80
  90. package/src/cli/cmd/tui/context/theme/catppuccin-frappe.json +0 -233
  91. package/src/cli/cmd/tui/context/theme/catppuccin-macchiato.json +0 -233
  92. package/src/cli/cmd/tui/context/theme/catppuccin.json +0 -112
  93. package/src/cli/cmd/tui/context/theme/chad.json +0 -245
  94. package/src/cli/cmd/tui/context/theme/cobalt2.json +0 -228
  95. package/src/cli/cmd/tui/context/theme/cursor.json +0 -249
  96. package/src/cli/cmd/tui/context/theme/dracula.json +0 -219
  97. package/src/cli/cmd/tui/context/theme/everforest.json +0 -241
  98. package/src/cli/cmd/tui/context/theme/flexoki.json +0 -237
  99. package/src/cli/cmd/tui/context/theme/github.json +0 -233
  100. package/src/cli/cmd/tui/context/theme/gruvbox.json +0 -95
  101. package/src/cli/cmd/tui/context/theme/kanagawa.json +0 -77
  102. package/src/cli/cmd/tui/context/theme/lucent-orng.json +0 -227
  103. package/src/cli/cmd/tui/context/theme/material.json +0 -235
  104. package/src/cli/cmd/tui/context/theme/matrix.json +0 -77
  105. package/src/cli/cmd/tui/context/theme/mercury.json +0 -252
  106. package/src/cli/cmd/tui/context/theme/monokai.json +0 -221
  107. package/src/cli/cmd/tui/context/theme/nightowl.json +0 -221
  108. package/src/cli/cmd/tui/context/theme/nord.json +0 -223
  109. package/src/cli/cmd/tui/context/theme/one-dark.json +0 -84
  110. package/src/cli/cmd/tui/context/theme/orng.json +0 -245
  111. package/src/cli/cmd/tui/context/theme/osaka-jade.json +0 -93
  112. package/src/cli/cmd/tui/context/theme/palenight.json +0 -222
  113. package/src/cli/cmd/tui/context/theme/rosepine.json +0 -234
  114. package/src/cli/cmd/tui/context/theme/solarized.json +0 -223
  115. package/src/cli/cmd/tui/context/theme/synthwave84.json +0 -226
  116. package/src/cli/cmd/tui/context/theme/tokyonight.json +0 -243
  117. package/src/cli/cmd/tui/context/theme/vercel.json +0 -245
  118. package/src/cli/cmd/tui/context/theme/vesper.json +0 -218
  119. package/src/cli/cmd/tui/context/theme/zenburn.json +0 -223
  120. package/src/cli/cmd/tui/context/theme.tsx +0 -1137
  121. package/src/cli/cmd/tui/event.ts +0 -46
  122. package/src/cli/cmd/tui/routes/home.tsx +0 -138
  123. package/src/cli/cmd/tui/routes/session/dialog-fork-from-timeline.tsx +0 -64
  124. package/src/cli/cmd/tui/routes/session/dialog-message.tsx +0 -109
  125. package/src/cli/cmd/tui/routes/session/dialog-subagent.tsx +0 -26
  126. package/src/cli/cmd/tui/routes/session/dialog-timeline.tsx +0 -47
  127. package/src/cli/cmd/tui/routes/session/footer.tsx +0 -88
  128. package/src/cli/cmd/tui/routes/session/header.tsx +0 -125
  129. package/src/cli/cmd/tui/routes/session/index.tsx +0 -1814
  130. package/src/cli/cmd/tui/routes/session/permission.tsx +0 -416
  131. package/src/cli/cmd/tui/routes/session/sidebar.tsx +0 -318
  132. package/src/cli/cmd/tui/spawn.ts +0 -48
  133. package/src/cli/cmd/tui/thread.ts +0 -111
  134. package/src/cli/cmd/tui/ui/dialog-alert.tsx +0 -57
  135. package/src/cli/cmd/tui/ui/dialog-confirm.tsx +0 -83
  136. package/src/cli/cmd/tui/ui/dialog-export-options.tsx +0 -204
  137. package/src/cli/cmd/tui/ui/dialog-help.tsx +0 -38
  138. package/src/cli/cmd/tui/ui/dialog-prompt.tsx +0 -77
  139. package/src/cli/cmd/tui/ui/dialog-select.tsx +0 -345
  140. package/src/cli/cmd/tui/ui/dialog.tsx +0 -171
  141. package/src/cli/cmd/tui/ui/link.tsx +0 -28
  142. package/src/cli/cmd/tui/ui/spinner.ts +0 -368
  143. package/src/cli/cmd/tui/ui/toast.tsx +0 -100
  144. package/src/cli/cmd/tui/util/clipboard.ts +0 -127
  145. package/src/cli/cmd/tui/util/editor.ts +0 -32
  146. package/src/cli/cmd/tui/util/signal.ts +0 -7
  147. package/src/cli/cmd/tui/util/terminal.ts +0 -114
  148. package/src/cli/cmd/tui/util/transcript.ts +0 -98
  149. package/src/cli/cmd/tui/worker.ts +0 -68
  150. package/src/cli/cmd/uninstall.ts +0 -344
  151. package/src/cli/cmd/upgrade.ts +0 -67
  152. package/src/cli/cmd/web.ts +0 -73
  153. package/src/cli/error.ts +0 -56
  154. package/src/cli/network.ts +0 -53
  155. package/src/cli/ui.ts +0 -87
  156. package/src/cli/upgrade.ts +0 -25
  157. package/src/command/index.ts +0 -131
  158. package/src/command/template/initialize.txt +0 -10
  159. package/src/command/template/review.txt +0 -97
  160. package/src/config/config.ts +0 -1124
  161. package/src/config/markdown.ts +0 -41
  162. package/src/env/index.ts +0 -26
  163. package/src/file/ignore.ts +0 -83
  164. package/src/file/index.ts +0 -411
  165. package/src/file/ripgrep.ts +0 -402
  166. package/src/file/time.ts +0 -64
  167. package/src/file/watcher.ts +0 -117
  168. package/src/flag/flag.ts +0 -52
  169. package/src/format/formatter.ts +0 -359
  170. package/src/format/index.ts +0 -137
  171. package/src/global/index.ts +0 -55
  172. package/src/id/id.ts +0 -73
  173. package/src/ide/index.ts +0 -77
  174. package/src/index.ts +0 -159
  175. package/src/installation/index.ts +0 -198
  176. package/src/lsp/client.ts +0 -252
  177. package/src/lsp/index.ts +0 -485
  178. package/src/lsp/language.ts +0 -119
  179. package/src/lsp/server.ts +0 -2023
  180. package/src/mcp/auth.ts +0 -135
  181. package/src/mcp/index.ts +0 -874
  182. package/src/mcp/oauth-callback.ts +0 -200
  183. package/src/mcp/oauth-provider.ts +0 -154
  184. package/src/patch/index.ts +0 -622
  185. package/src/permission/arity.ts +0 -163
  186. package/src/permission/index.ts +0 -210
  187. package/src/permission/next.ts +0 -268
  188. package/src/plugin/index.ts +0 -106
  189. package/src/project/bootstrap.ts +0 -31
  190. package/src/project/instance.ts +0 -78
  191. package/src/project/project.ts +0 -263
  192. package/src/project/state.ts +0 -65
  193. package/src/project/vcs.ts +0 -76
  194. package/src/provider/auth.ts +0 -143
  195. package/src/provider/models-macro.ts +0 -4
  196. package/src/provider/models.ts +0 -77
  197. package/src/provider/provider.ts +0 -516
  198. package/src/provider/transform.ts +0 -114
  199. package/src/pty/index.ts +0 -212
  200. package/src/server/error.ts +0 -36
  201. package/src/server/mdns.ts +0 -57
  202. package/src/server/project.ts +0 -79
  203. package/src/server/server.ts +0 -2866
  204. package/src/server/tui.ts +0 -71
  205. package/src/session/compaction.ts +0 -225
  206. package/src/session/index.ts +0 -469
  207. package/src/session/llm.ts +0 -213
  208. package/src/session/message-v2.ts +0 -742
  209. package/src/session/message.ts +0 -189
  210. package/src/session/processor.ts +0 -402
  211. package/src/session/prompt/anthropic-20250930.txt +0 -166
  212. package/src/session/prompt/anthropic.txt +0 -105
  213. package/src/session/prompt/anthropic_spoof.txt +0 -1
  214. package/src/session/prompt/beast.txt +0 -147
  215. package/src/session/prompt/build-switch.txt +0 -5
  216. package/src/session/prompt/codex.txt +0 -318
  217. package/src/session/prompt/copilot-gpt-5.txt +0 -143
  218. package/src/session/prompt/gemini.txt +0 -155
  219. package/src/session/prompt/max-steps.txt +0 -16
  220. package/src/session/prompt/plan-reminder-anthropic.txt +0 -67
  221. package/src/session/prompt/plan.txt +0 -26
  222. package/src/session/prompt/qwen.txt +0 -109
  223. package/src/session/prompt.ts +0 -1621
  224. package/src/session/retry.ts +0 -90
  225. package/src/session/revert.ts +0 -108
  226. package/src/session/status.ts +0 -76
  227. package/src/session/summary.ts +0 -194
  228. package/src/session/system.ts +0 -108
  229. package/src/session/todo.ts +0 -37
  230. package/src/share/share-next.ts +0 -194
  231. package/src/share/share.ts +0 -23
  232. package/src/shell/shell.ts +0 -67
  233. package/src/skill/index.ts +0 -1
  234. package/src/skill/skill.ts +0 -124
  235. package/src/snapshot/index.ts +0 -197
  236. package/src/storage/storage.ts +0 -226
  237. package/src/tool/bash.ts +0 -262
  238. package/src/tool/bash.txt +0 -116
  239. package/src/tool/batch.ts +0 -175
  240. package/src/tool/batch.txt +0 -24
  241. package/src/tool/codesearch.ts +0 -132
  242. package/src/tool/codesearch.txt +0 -12
  243. package/src/tool/edit.ts +0 -655
  244. package/src/tool/edit.txt +0 -10
  245. package/src/tool/glob.ts +0 -75
  246. package/src/tool/glob.txt +0 -6
  247. package/src/tool/grep.ts +0 -132
  248. package/src/tool/grep.txt +0 -8
  249. package/src/tool/invalid.ts +0 -17
  250. package/src/tool/ls.ts +0 -119
  251. package/src/tool/ls.txt +0 -1
  252. package/src/tool/lsp.ts +0 -94
  253. package/src/tool/lsp.txt +0 -19
  254. package/src/tool/multiedit.ts +0 -46
  255. package/src/tool/multiedit.txt +0 -41
  256. package/src/tool/patch.ts +0 -210
  257. package/src/tool/patch.txt +0 -1
  258. package/src/tool/read.ts +0 -191
  259. package/src/tool/read.txt +0 -12
  260. package/src/tool/registry.ts +0 -137
  261. package/src/tool/skill.ts +0 -77
  262. package/src/tool/task.ts +0 -167
  263. package/src/tool/task.txt +0 -60
  264. package/src/tool/todo.ts +0 -53
  265. package/src/tool/todoread.txt +0 -14
  266. package/src/tool/todowrite.txt +0 -167
  267. package/src/tool/tool.ts +0 -73
  268. package/src/tool/webfetch.ts +0 -182
  269. package/src/tool/webfetch.txt +0 -13
  270. package/src/tool/websearch.ts +0 -144
  271. package/src/tool/websearch.txt +0 -11
  272. package/src/tool/write.ts +0 -84
  273. package/src/tool/write.txt +0 -8
  274. package/src/util/archive.ts +0 -16
  275. package/src/util/color.ts +0 -19
  276. package/src/util/context.ts +0 -25
  277. package/src/util/defer.ts +0 -12
  278. package/src/util/eventloop.ts +0 -20
  279. package/src/util/filesystem.ts +0 -83
  280. package/src/util/fn.ts +0 -11
  281. package/src/util/iife.ts +0 -3
  282. package/src/util/keybind.ts +0 -102
  283. package/src/util/lazy.ts +0 -18
  284. package/src/util/locale.ts +0 -81
  285. package/src/util/lock.ts +0 -98
  286. package/src/util/log.ts +0 -180
  287. package/src/util/queue.ts +0 -32
  288. package/src/util/rpc.ts +0 -42
  289. package/src/util/scrap.ts +0 -10
  290. package/src/util/signal.ts +0 -12
  291. package/src/util/timeout.ts +0 -14
  292. package/src/util/token.ts +0 -7
  293. package/src/util/wildcard.ts +0 -54
  294. package/src/worktree/index.ts +0 -217
  295. package/sst-env.d.ts +0 -9
  296. package/test/agent/agent.test.ts +0 -448
  297. package/test/bun.test.ts +0 -53
  298. package/test/cli/github-action.test.ts +0 -129
  299. package/test/cli/github-remote.test.ts +0 -80
  300. package/test/cli/tui/transcript.test.ts +0 -297
  301. package/test/config/agent-color.test.ts +0 -66
  302. package/test/config/config.test.ts +0 -870
  303. package/test/config/markdown.test.ts +0 -89
  304. package/test/file/ignore.test.ts +0 -10
  305. package/test/file/path-traversal.test.ts +0 -115
  306. package/test/fixture/fixture.ts +0 -45
  307. package/test/fixture/lsp/fake-lsp-server.js +0 -77
  308. package/test/ide/ide.test.ts +0 -82
  309. package/test/keybind.test.ts +0 -421
  310. package/test/lsp/client.test.ts +0 -95
  311. package/test/mcp/headers.test.ts +0 -153
  312. package/test/patch/patch.test.ts +0 -348
  313. package/test/permission/arity.test.ts +0 -33
  314. package/test/permission/next.test.ts +0 -652
  315. package/test/preload.ts +0 -63
  316. package/test/project/project.test.ts +0 -120
  317. package/test/provider/amazon-bedrock.test.ts +0 -236
  318. package/test/provider/provider.test.ts +0 -2127
  319. package/test/provider/transform.test.ts +0 -980
  320. package/test/server/session-select.test.ts +0 -78
  321. package/test/session/compaction.test.ts +0 -251
  322. package/test/session/message-v2.test.ts +0 -570
  323. package/test/session/retry.test.ts +0 -131
  324. package/test/session/revert-compact.test.ts +0 -285
  325. package/test/session/session.test.ts +0 -71
  326. package/test/skill/skill.test.ts +0 -185
  327. package/test/snapshot/snapshot.test.ts +0 -939
  328. package/test/tool/__snapshots__/tool.test.ts.snap +0 -9
  329. package/test/tool/bash.test.ts +0 -232
  330. package/test/tool/grep.test.ts +0 -109
  331. package/test/tool/patch.test.ts +0 -261
  332. package/test/tool/read.test.ts +0 -167
  333. package/test/util/iife.test.ts +0 -36
  334. package/test/util/lazy.test.ts +0 -50
  335. package/test/util/timeout.test.ts +0 -21
  336. package/test/util/wildcard.test.ts +0 -55
  337. package/tsconfig.json +0 -16
  338. /package/{script/postinstall.mjs → postinstall.mjs} +0 -0
@@ -1,101 +0,0 @@
1
- import { RequestError, type McpServer } from "@agentclientprotocol/sdk"
2
- import type { ACPSessionState } from "./types"
3
- import { Log } from "@/util/log"
4
- import type { OpencodeClient } from "@opencode-ai/sdk/v2"
5
-
6
- const log = Log.create({ service: "acp-session-manager" })
7
-
8
- export class ACPSessionManager {
9
- private sessions = new Map<string, ACPSessionState>()
10
- private sdk: OpencodeClient
11
-
12
- constructor(sdk: OpencodeClient) {
13
- this.sdk = sdk
14
- }
15
-
16
- async create(cwd: string, mcpServers: McpServer[], model?: ACPSessionState["model"]): Promise<ACPSessionState> {
17
- const session = await this.sdk.session
18
- .create(
19
- {
20
- title: `ACP Session ${crypto.randomUUID()}`,
21
- directory: cwd,
22
- },
23
- { throwOnError: true },
24
- )
25
- .then((x) => x.data!)
26
-
27
- const sessionId = session.id
28
- const resolvedModel = model
29
-
30
- const state: ACPSessionState = {
31
- id: sessionId,
32
- cwd,
33
- mcpServers,
34
- createdAt: new Date(),
35
- model: resolvedModel,
36
- }
37
- log.info("creating_session", { state })
38
-
39
- this.sessions.set(sessionId, state)
40
- return state
41
- }
42
-
43
- async load(
44
- sessionId: string,
45
- cwd: string,
46
- mcpServers: McpServer[],
47
- model?: ACPSessionState["model"],
48
- ): Promise<ACPSessionState> {
49
- const session = await this.sdk.session
50
- .get(
51
- {
52
- sessionID: sessionId,
53
- directory: cwd,
54
- },
55
- { throwOnError: true },
56
- )
57
- .then((x) => x.data!)
58
-
59
- const resolvedModel = model
60
-
61
- const state: ACPSessionState = {
62
- id: sessionId,
63
- cwd,
64
- mcpServers,
65
- createdAt: new Date(session.time.created),
66
- model: resolvedModel,
67
- }
68
- log.info("loading_session", { state })
69
-
70
- this.sessions.set(sessionId, state)
71
- return state
72
- }
73
-
74
- get(sessionId: string): ACPSessionState {
75
- const session = this.sessions.get(sessionId)
76
- if (!session) {
77
- log.error("session not found", { sessionId })
78
- throw RequestError.invalidParams(JSON.stringify({ error: `Session not found: ${sessionId}` }))
79
- }
80
- return session
81
- }
82
-
83
- getModel(sessionId: string) {
84
- const session = this.get(sessionId)
85
- return session.model
86
- }
87
-
88
- setModel(sessionId: string, model: ACPSessionState["model"]) {
89
- const session = this.get(sessionId)
90
- session.model = model
91
- this.sessions.set(sessionId, session)
92
- return session
93
- }
94
-
95
- setMode(sessionId: string, modeId: string) {
96
- const session = this.get(sessionId)
97
- session.modeId = modeId
98
- this.sessions.set(sessionId, session)
99
- return session
100
- }
101
- }
package/src/acp/types.ts DELETED
@@ -1,22 +0,0 @@
1
- import type { McpServer } from "@agentclientprotocol/sdk"
2
- import type { OpencodeClient } from "@opencode-ai/sdk/v2"
3
-
4
- export interface ACPSessionState {
5
- id: string
6
- cwd: string
7
- mcpServers: McpServer[]
8
- createdAt: Date
9
- model?: {
10
- providerID: string
11
- modelID: string
12
- }
13
- modeId?: string
14
- }
15
-
16
- export interface ACPConfig {
17
- sdk: OpencodeClient
18
- defaultModel?: {
19
- providerID: string
20
- modelID: string
21
- }
22
- }
@@ -1,253 +0,0 @@
1
- import { Config } from "../config/config"
2
- import z from "zod"
3
- import { Provider } from "../provider/provider"
4
- import { generateObject, type ModelMessage } from "ai"
5
- import { SystemPrompt } from "../session/system"
6
- import { Instance } from "../project/instance"
7
-
8
- import PROMPT_GENERATE from "./generate.txt"
9
- import PROMPT_COMPACTION from "./prompt/compaction.txt"
10
- import PROMPT_EXPLORE from "./prompt/explore.txt"
11
- import PROMPT_SUMMARY from "./prompt/summary.txt"
12
- import PROMPT_TITLE from "./prompt/title.txt"
13
- import { PermissionNext } from "@/permission/next"
14
- import { mergeDeep, pipe, sortBy, values } from "remeda"
15
-
16
- export namespace Agent {
17
- export const Info = z
18
- .object({
19
- name: z.string(),
20
- description: z.string().optional(),
21
- mode: z.enum(["subagent", "primary", "all"]),
22
- native: z.boolean().optional(),
23
- hidden: z.boolean().optional(),
24
- topP: z.number().optional(),
25
- temperature: z.number().optional(),
26
- color: z.string().optional(),
27
- permission: PermissionNext.Ruleset,
28
- model: z
29
- .object({
30
- modelID: z.string(),
31
- providerID: z.string(),
32
- })
33
- .optional(),
34
- prompt: z.string().optional(),
35
- options: z.record(z.string(), z.any()),
36
- steps: z.number().int().positive().optional(),
37
- })
38
- .meta({
39
- ref: "Agent",
40
- })
41
- export type Info = z.infer<typeof Info>
42
-
43
- const state = Instance.state(async () => {
44
- const cfg = await Config.get()
45
-
46
- const defaults = PermissionNext.fromConfig({
47
- "*": "allow",
48
- doom_loop: "ask",
49
- external_directory: "ask",
50
- // mirrors github.com/github/gitignore Node.gitignore pattern for .env files
51
- read: {
52
- "*": "allow",
53
- "*.env": "deny",
54
- "*.env.*": "deny",
55
- "*.env.example": "allow",
56
- },
57
- })
58
- const user = PermissionNext.fromConfig(cfg.permission ?? {})
59
-
60
- const result: Record<string, Info> = {
61
- build: {
62
- name: "build",
63
- options: {},
64
- permission: PermissionNext.merge(defaults, user),
65
- mode: "primary",
66
- native: true,
67
- },
68
- plan: {
69
- name: "plan",
70
- options: {},
71
- permission: PermissionNext.merge(
72
- defaults,
73
- PermissionNext.fromConfig({
74
- edit: {
75
- "*": "deny",
76
- ".opencode/plan/*.md": "allow",
77
- },
78
- }),
79
- user,
80
- ),
81
- mode: "primary",
82
- native: true,
83
- },
84
- general: {
85
- name: "general",
86
- description: `General-purpose agent for researching complex questions and executing multi-step tasks. Use this agent to execute multiple units of work in parallel.`,
87
- permission: PermissionNext.merge(
88
- defaults,
89
- PermissionNext.fromConfig({
90
- todoread: "deny",
91
- todowrite: "deny",
92
- }),
93
- user,
94
- ),
95
- options: {},
96
- mode: "subagent",
97
- native: true,
98
- hidden: true,
99
- },
100
- explore: {
101
- name: "explore",
102
- permission: PermissionNext.merge(
103
- defaults,
104
- PermissionNext.fromConfig({
105
- "*": "deny",
106
- grep: "allow",
107
- glob: "allow",
108
- list: "allow",
109
- bash: "allow",
110
- webfetch: "allow",
111
- websearch: "allow",
112
- codesearch: "allow",
113
- read: "allow",
114
- }),
115
- user,
116
- ),
117
- description: `Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. "src/components/**/*.tsx"), search code for keywords (eg. "API endpoints"), or answer questions about the codebase (eg. "how do API endpoints work?"). When calling this agent, specify the desired thoroughness level: "quick" for basic searches, "medium" for moderate exploration, or "very thorough" for comprehensive analysis across multiple locations and naming conventions.`,
118
- prompt: PROMPT_EXPLORE,
119
- options: {},
120
- mode: "subagent",
121
- native: true,
122
- },
123
- compaction: {
124
- name: "compaction",
125
- mode: "primary",
126
- native: true,
127
- hidden: true,
128
- prompt: PROMPT_COMPACTION,
129
- permission: PermissionNext.merge(
130
- defaults,
131
- PermissionNext.fromConfig({
132
- "*": "deny",
133
- }),
134
- user,
135
- ),
136
- options: {},
137
- },
138
- title: {
139
- name: "title",
140
- mode: "primary",
141
- options: {},
142
- native: true,
143
- hidden: true,
144
- permission: PermissionNext.merge(
145
- defaults,
146
- PermissionNext.fromConfig({
147
- "*": "deny",
148
- }),
149
- user,
150
- ),
151
- prompt: PROMPT_TITLE,
152
- },
153
- summary: {
154
- name: "summary",
155
- mode: "primary",
156
- options: {},
157
- native: true,
158
- hidden: true,
159
- permission: PermissionNext.merge(
160
- defaults,
161
- PermissionNext.fromConfig({
162
- "*": "deny",
163
- }),
164
- user,
165
- ),
166
- prompt: PROMPT_SUMMARY,
167
- },
168
- }
169
-
170
- for (const [key, value] of Object.entries(cfg.agent ?? {})) {
171
- if (value.disable) {
172
- delete result[key]
173
- continue
174
- }
175
- let item = result[key]
176
- if (!item)
177
- item = result[key] = {
178
- name: key,
179
- mode: "all",
180
- permission: PermissionNext.merge(defaults, user),
181
- options: {},
182
- native: false,
183
- }
184
- if (value.model) item.model = Provider.parseModel(value.model)
185
- item.prompt = value.prompt ?? item.prompt
186
- item.description = value.description ?? item.description
187
- item.temperature = value.temperature ?? item.temperature
188
- item.topP = value.top_p ?? item.topP
189
- item.mode = value.mode ?? item.mode
190
- item.color = value.color ?? item.color
191
- item.name = value.options?.name ?? item.name
192
- item.steps = value.steps ?? item.steps
193
- item.options = mergeDeep(item.options, value.options ?? {})
194
- item.permission = PermissionNext.merge(item.permission, PermissionNext.fromConfig(value.permission ?? {}))
195
- }
196
- return result
197
- })
198
-
199
- export async function get(agent: string) {
200
- return state().then((x) => x[agent])
201
- }
202
-
203
- export async function list() {
204
- const cfg = await Config.get()
205
- return pipe(
206
- await state(),
207
- values(),
208
- sortBy([(x) => (cfg.default_agent ? x.name === cfg.default_agent : x.name === "build"), "desc"]),
209
- )
210
- }
211
-
212
- export async function defaultAgent() {
213
- return state().then((x) => Object.keys(x)[0])
214
- }
215
-
216
- export async function generate(input: { description: string; model?: { providerID: string; modelID: string } }) {
217
- const cfg = await Config.get()
218
- const defaultModel = input.model ?? (await Provider.defaultModel())
219
- const model = await Provider.getModel(defaultModel.providerID, defaultModel.modelID)
220
- const language = await Provider.getLanguage(model)
221
- const system = SystemPrompt.header(defaultModel.providerID)
222
- system.push(PROMPT_GENERATE)
223
- const existing = await list()
224
- const result = await generateObject({
225
- experimental_telemetry: {
226
- isEnabled: cfg.experimental?.openTelemetry,
227
- metadata: {
228
- userId: cfg.username ?? "unknown",
229
- },
230
- },
231
- temperature: 0.3,
232
- messages: [
233
- ...system.map(
234
- (item): ModelMessage => ({
235
- role: "system",
236
- content: item,
237
- }),
238
- ),
239
- {
240
- role: "user",
241
- content: `Create an agent configuration based on this request: \"${input.description}\".\n\nIMPORTANT: The following identifiers already exist and must NOT be used: ${existing.map((i) => i.name).join(", ")}\n Return ONLY the JSON object, no other text, do not wrap in backticks`,
242
- },
243
- ],
244
- model: language,
245
- schema: z.object({
246
- identifier: z.string(),
247
- whenToUse: z.string(),
248
- systemPrompt: z.string(),
249
- }),
250
- })
251
- return result.object
252
- }
253
- }
@@ -1,75 +0,0 @@
1
- You are an elite AI agent architect specializing in crafting high-performance agent configurations. Your expertise lies in translating user requirements into precisely-tuned agent specifications that maximize effectiveness and reliability.
2
-
3
- **Important Context**: You may have access to project-specific instructions from CLAUDE.md files and other context that may include coding standards, project structure, and custom requirements. Consider this context when creating agents to ensure they align with the project's established patterns and practices.
4
-
5
- When a user describes what they want an agent to do, you will:
6
-
7
- 1. **Extract Core Intent**: Identify the fundamental purpose, key responsibilities, and success criteria for the agent. Look for both explicit requirements and implicit needs. Consider any project-specific context from CLAUDE.md files. For agents that are meant to review code, you should assume that the user is asking to review recently written code and not the whole codebase, unless the user has explicitly instructed you otherwise.
8
-
9
- 2. **Design Expert Persona**: Create a compelling expert identity that embodies deep domain knowledge relevant to the task. The persona should inspire confidence and guide the agent's decision-making approach.
10
-
11
- 3. **Architect Comprehensive Instructions**: Develop a system prompt that:
12
-
13
- - Establishes clear behavioral boundaries and operational parameters
14
- - Provides specific methodologies and best practices for task execution
15
- - Anticipates edge cases and provides guidance for handling them
16
- - Incorporates any specific requirements or preferences mentioned by the user
17
- - Defines output format expectations when relevant
18
- - Aligns with project-specific coding standards and patterns from CLAUDE.md
19
-
20
- 4. **Optimize for Performance**: Include:
21
-
22
- - Decision-making frameworks appropriate to the domain
23
- - Quality control mechanisms and self-verification steps
24
- - Efficient workflow patterns
25
- - Clear escalation or fallback strategies
26
-
27
- 5. **Create Identifier**: Design a concise, descriptive identifier that:
28
- - Uses lowercase letters, numbers, and hyphens only
29
- - Is typically 2-4 words joined by hyphens
30
- - Clearly indicates the agent's primary function
31
- - Is memorable and easy to type
32
- - Avoids generic terms like "helper" or "assistant"
33
-
34
- 6 **Example agent descriptions**:
35
-
36
- - in the 'whenToUse' field of the JSON object, you should include examples of when this agent should be used.
37
- - examples should be of the form:
38
- - <example>
39
- Context: The user is creating a code-review agent that should be called after a logical chunk of code is written.
40
- user: "Please write a function that checks if a number is prime"
41
- assistant: "Here is the relevant function: "
42
- <function call omitted for brevity only for this example>
43
- <commentary>
44
- Since the user is greeting, use the Task tool to launch the greeting-responder agent to respond with a friendly joke.
45
- </commentary>
46
- assistant: "Now let me use the code-reviewer agent to review the code"
47
- </example>
48
- - <example>
49
- Context: User is creating an agent to respond to the word "hello" with a friendly jok.
50
- user: "Hello"
51
- assistant: "I'm going to use the Task tool to launch the greeting-responder agent to respond with a friendly joke"
52
- <commentary>
53
- Since the user is greeting, use the greeting-responder agent to respond with a friendly joke.
54
- </commentary>
55
- </example>
56
- - If the user mentioned or implied that the agent should be used proactively, you should include examples of this.
57
- - NOTE: Ensure that in the examples, you are making the assistant use the Agent tool and not simply respond directly to the task.
58
-
59
- Your output must be a valid JSON object with exactly these fields:
60
- {
61
- "identifier": "A unique, descriptive identifier using lowercase letters, numbers, and hyphens (e.g., 'code-reviewer', 'api-docs-writer', 'test-generator')",
62
- "whenToUse": "A precise, actionable description starting with 'Use this agent when...' that clearly defines the triggering conditions and use cases. Ensure you include examples as described above.",
63
- "systemPrompt": "The complete system prompt that will govern the agent's behavior, written in second person ('You are...', 'You will...') and structured for maximum clarity and effectiveness"
64
- }
65
-
66
- Key principles for your system prompts:
67
-
68
- - Be specific rather than generic - avoid vague instructions
69
- - Include concrete examples when they would clarify behavior
70
- - Balance comprehensiveness with clarity - every instruction should add value
71
- - Ensure the agent has enough context to handle variations of the core task
72
- - Make the agent proactive in seeking clarification when needed
73
- - Build in quality assurance and self-correction mechanisms
74
-
75
- Remember: The agents you create should be autonomous experts capable of handling their designated tasks with minimal additional guidance. Your system prompts are their complete operational manual.
@@ -1,12 +0,0 @@
1
- You are a helpful AI assistant tasked with summarizing conversations.
2
-
3
- When asked to summarize, provide a detailed but concise summary of the conversation.
4
- Focus on information that would be helpful for continuing the conversation, including:
5
- - What was done
6
- - What is currently being worked on
7
- - Which files are being modified
8
- - What needs to be done next
9
- - Key user requests, constraints, or preferences that should persist
10
- - Important technical decisions and why they were made
11
-
12
- Your summary should be comprehensive enough to provide context but concise enough to be quickly understood.
@@ -1,18 +0,0 @@
1
- You are a file search specialist. You excel at thoroughly navigating and exploring codebases.
2
-
3
- Your strengths:
4
- - Rapidly finding files using glob patterns
5
- - Searching code and text with powerful regex patterns
6
- - Reading and analyzing file contents
7
-
8
- Guidelines:
9
- - Use Glob for broad file pattern matching
10
- - Use Grep for searching file contents with regex
11
- - Use Read when you know the specific file path you need to read
12
- - Use Bash for file operations like copying, moving, or listing directory contents
13
- - Adapt your search approach based on the thoroughness level specified by the caller
14
- - Return file paths as absolute paths in your final response
15
- - For clear communication, avoid using emojis
16
- - Do not create any files, or run bash commands that modify the user's system state in any way
17
-
18
- Complete the user's search request efficiently and report your findings clearly.
@@ -1,11 +0,0 @@
1
- Summarize what was done in this conversation. Write like a pull request description.
2
-
3
- Rules:
4
- - 2-3 sentences max
5
- - Describe the changes made, not the process
6
- - Do not mention running tests, builds, or other validation steps
7
- - Do not explain what the user asked for
8
- - Write in first person (I added..., I fixed...)
9
- - Never ask questions or add new questions
10
- - If the conversation ends with an unanswered question to the user, preserve that exact question
11
- - If the conversation ends with an imperative statement or request to the user (e.g. "Now please run the command and paste the console output"), always include that exact request in the summary
@@ -1,36 +0,0 @@
1
- You are a title generator. You output ONLY a thread title. Nothing else.
2
-
3
- <task>
4
- Generate a brief title that would help the user find this conversation later.
5
-
6
- Follow all rules in <rules>
7
- Use the <examples> so you know what a good title looks like.
8
- Your output must be:
9
- - A single line
10
- - ≤50 characters
11
- - No explanations
12
- </task>
13
-
14
- <rules>
15
- - Focus on the main topic or question the user needs to retrieve
16
- - Use -ing verbs for actions (Debugging, Implementing, Analyzing)
17
- - Keep exact: technical terms, numbers, filenames, HTTP codes
18
- - Remove: the, this, my, a, an
19
- - Never assume tech stack
20
- - Never use tools
21
- - NEVER respond to questions, just generate a title for the conversation
22
- - The title should NEVER include "summarizing" or "generating" when generating a title
23
- - DO NOT SAY YOU CANNOT GENERATE A TITLE OR COMPLAIN ABOUT THE INPUT
24
- - Always output something meaningful, even if the input is minimal.
25
- - If the user message is short or conversational (e.g. "hello", "lol", "what's up", "hey"):
26
- → create a title that reflects the user's tone or intent (such as Greeting, Quick check-in, Light chat, Intro message, etc.)
27
- </rules>
28
-
29
- <examples>
30
- "debug 500 errors in production" → Debugging production 500 errors
31
- "refactor user service" → Refactoring user service
32
- "why is app.js failing" → Analyzing app.js failure
33
- "implement rate limiting" → Implementing rate limiting
34
- "how do I connect postgres to my API" → Connecting Postgres to API
35
- "best practices for React hooks" → React hooks best practices
36
- </examples>
package/src/auth/index.ts DELETED
@@ -1,70 +0,0 @@
1
- import path from "path"
2
- import { Global } from "../global"
3
- import fs from "fs/promises"
4
- import z from "zod"
5
-
6
- export namespace Auth {
7
- export const Oauth = z
8
- .object({
9
- type: z.literal("oauth"),
10
- refresh: z.string(),
11
- access: z.string(),
12
- expires: z.number(),
13
- enterpriseUrl: z.string().optional(),
14
- })
15
- .meta({ ref: "OAuth" })
16
-
17
- export const Api = z
18
- .object({
19
- type: z.literal("api"),
20
- key: z.string(),
21
- })
22
- .meta({ ref: "ApiAuth" })
23
-
24
- export const WellKnown = z
25
- .object({
26
- type: z.literal("wellknown"),
27
- key: z.string(),
28
- token: z.string(),
29
- })
30
- .meta({ ref: "WellKnownAuth" })
31
-
32
- export const Info = z.discriminatedUnion("type", [Oauth, Api, WellKnown]).meta({ ref: "Auth" })
33
- export type Info = z.infer<typeof Info>
34
-
35
- const filepath = path.join(Global.Path.data, "auth.json")
36
-
37
- export async function get(providerID: string) {
38
- const auth = await all()
39
- return auth[providerID]
40
- }
41
-
42
- export async function all(): Promise<Record<string, Info>> {
43
- const file = Bun.file(filepath)
44
- const data = await file.json().catch(() => ({}) as Record<string, unknown>)
45
- return Object.entries(data).reduce(
46
- (acc, [key, value]) => {
47
- const parsed = Info.safeParse(value)
48
- if (!parsed.success) return acc
49
- acc[key] = parsed.data
50
- return acc
51
- },
52
- {} as Record<string, Info>,
53
- )
54
- }
55
-
56
- export async function set(key: string, info: Info) {
57
- const file = Bun.file(filepath)
58
- const data = await all()
59
- await Bun.write(file, JSON.stringify({ ...data, [key]: info }, null, 2))
60
- await fs.chmod(file.name!, 0o600)
61
- }
62
-
63
- export async function remove(key: string) {
64
- const file = Bun.file(filepath)
65
- const data = await all()
66
- delete data[key]
67
- await Bun.write(file, JSON.stringify(data, null, 2))
68
- await fs.chmod(file.name!, 0o600)
69
- }
70
- }