cerebras-cli 1.0.1 → 1.0.4

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 (314) hide show
  1. package/README.md +3 -5
  2. package/cerebras-cli-1.0.0.tgz +0 -0
  3. package/package.json +7 -88
  4. package/AGENTS.md +0 -27
  5. package/Dockerfile +0 -10
  6. package/bunfig.toml +0 -4
  7. package/parsers-config.ts +0 -239
  8. package/script/build.ts +0 -151
  9. package/script/postinstall.mjs +0 -122
  10. package/script/publish.ts +0 -256
  11. package/script/schema.ts +0 -47
  12. package/src/acp/README.md +0 -164
  13. package/src/acp/agent.ts +0 -812
  14. package/src/acp/session.ts +0 -70
  15. package/src/acp/types.ts +0 -22
  16. package/src/agent/agent.ts +0 -310
  17. package/src/agent/generate.txt +0 -75
  18. package/src/auth/index.ts +0 -70
  19. package/src/bun/index.ts +0 -152
  20. package/src/bus/global.ts +0 -10
  21. package/src/bus/index.ts +0 -142
  22. package/src/cli/bootstrap.ts +0 -17
  23. package/src/cli/cmd/acp.ts +0 -88
  24. package/src/cli/cmd/agent.ts +0 -165
  25. package/src/cli/cmd/auth.ts +0 -369
  26. package/src/cli/cmd/cmd.ts +0 -7
  27. package/src/cli/cmd/debug/config.ts +0 -15
  28. package/src/cli/cmd/debug/file.ts +0 -91
  29. package/src/cli/cmd/debug/index.ts +0 -41
  30. package/src/cli/cmd/debug/lsp.ts +0 -47
  31. package/src/cli/cmd/debug/ripgrep.ts +0 -83
  32. package/src/cli/cmd/debug/scrap.ts +0 -15
  33. package/src/cli/cmd/debug/snapshot.ts +0 -48
  34. package/src/cli/cmd/export.ts +0 -88
  35. package/src/cli/cmd/generate.ts +0 -38
  36. package/src/cli/cmd/github.ts +0 -1200
  37. package/src/cli/cmd/import.ts +0 -98
  38. package/src/cli/cmd/mcp.ts +0 -400
  39. package/src/cli/cmd/models.ts +0 -77
  40. package/src/cli/cmd/pr.ts +0 -112
  41. package/src/cli/cmd/run.ts +0 -342
  42. package/src/cli/cmd/serve.ts +0 -31
  43. package/src/cli/cmd/session.ts +0 -106
  44. package/src/cli/cmd/stats.ts +0 -298
  45. package/src/cli/cmd/tui/app.tsx +0 -732
  46. package/src/cli/cmd/tui/attach.ts +0 -25
  47. package/src/cli/cmd/tui/component/border.tsx +0 -21
  48. package/src/cli/cmd/tui/component/dialog-agent.tsx +0 -31
  49. package/src/cli/cmd/tui/component/dialog-command.tsx +0 -124
  50. package/src/cli/cmd/tui/component/dialog-feedback.tsx +0 -160
  51. package/src/cli/cmd/tui/component/dialog-mcp.tsx +0 -86
  52. package/src/cli/cmd/tui/component/dialog-model.tsx +0 -223
  53. package/src/cli/cmd/tui/component/dialog-notification.tsx +0 -78
  54. package/src/cli/cmd/tui/component/dialog-provider.tsx +0 -222
  55. package/src/cli/cmd/tui/component/dialog-session-list.tsx +0 -97
  56. package/src/cli/cmd/tui/component/dialog-session-rename.tsx +0 -31
  57. package/src/cli/cmd/tui/component/dialog-status.tsx +0 -114
  58. package/src/cli/cmd/tui/component/dialog-tag.tsx +0 -44
  59. package/src/cli/cmd/tui/component/dialog-theme-list.tsx +0 -50
  60. package/src/cli/cmd/tui/component/logo.tsx +0 -37
  61. package/src/cli/cmd/tui/component/notification-banner.tsx +0 -58
  62. package/src/cli/cmd/tui/component/prompt/autocomplete.tsx +0 -530
  63. package/src/cli/cmd/tui/component/prompt/history.tsx +0 -107
  64. package/src/cli/cmd/tui/component/prompt/index.tsx +0 -931
  65. package/src/cli/cmd/tui/context/args.tsx +0 -14
  66. package/src/cli/cmd/tui/context/directory.ts +0 -12
  67. package/src/cli/cmd/tui/context/exit.tsx +0 -23
  68. package/src/cli/cmd/tui/context/helper.tsx +0 -25
  69. package/src/cli/cmd/tui/context/keybind.tsx +0 -111
  70. package/src/cli/cmd/tui/context/kv.tsx +0 -49
  71. package/src/cli/cmd/tui/context/local.tsx +0 -339
  72. package/src/cli/cmd/tui/context/prompt.tsx +0 -18
  73. package/src/cli/cmd/tui/context/route.tsx +0 -45
  74. package/src/cli/cmd/tui/context/sdk.tsx +0 -75
  75. package/src/cli/cmd/tui/context/sync.tsx +0 -374
  76. package/src/cli/cmd/tui/context/theme/aura.json +0 -69
  77. package/src/cli/cmd/tui/context/theme/ayu.json +0 -80
  78. package/src/cli/cmd/tui/context/theme/catppuccin-macchiato.json +0 -233
  79. package/src/cli/cmd/tui/context/theme/catppuccin.json +0 -112
  80. package/src/cli/cmd/tui/context/theme/cobalt2.json +0 -228
  81. package/src/cli/cmd/tui/context/theme/dracula.json +0 -219
  82. package/src/cli/cmd/tui/context/theme/everforest.json +0 -241
  83. package/src/cli/cmd/tui/context/theme/flexoki.json +0 -237
  84. package/src/cli/cmd/tui/context/theme/github.json +0 -233
  85. package/src/cli/cmd/tui/context/theme/gruvbox.json +0 -95
  86. package/src/cli/cmd/tui/context/theme/kanagawa.json +0 -77
  87. package/src/cli/cmd/tui/context/theme/material.json +0 -235
  88. package/src/cli/cmd/tui/context/theme/matrix.json +0 -77
  89. package/src/cli/cmd/tui/context/theme/mercury.json +0 -252
  90. package/src/cli/cmd/tui/context/theme/monokai.json +0 -221
  91. package/src/cli/cmd/tui/context/theme/nightowl.json +0 -221
  92. package/src/cli/cmd/tui/context/theme/nord.json +0 -223
  93. package/src/cli/cmd/tui/context/theme/one-dark.json +0 -84
  94. package/src/cli/cmd/tui/context/theme/orng.json +0 -245
  95. package/src/cli/cmd/tui/context/theme/palenight.json +0 -222
  96. package/src/cli/cmd/tui/context/theme/rosepine.json +0 -234
  97. package/src/cli/cmd/tui/context/theme/solarized.json +0 -223
  98. package/src/cli/cmd/tui/context/theme/synthwave84.json +0 -226
  99. package/src/cli/cmd/tui/context/theme/tokyonight.json +0 -243
  100. package/src/cli/cmd/tui/context/theme/vercel.json +0 -245
  101. package/src/cli/cmd/tui/context/theme/vesper.json +0 -218
  102. package/src/cli/cmd/tui/context/theme/zenburn.json +0 -223
  103. package/src/cli/cmd/tui/context/theme.tsx +0 -1077
  104. package/src/cli/cmd/tui/event.ts +0 -39
  105. package/src/cli/cmd/tui/routes/home.tsx +0 -104
  106. package/src/cli/cmd/tui/routes/session/dialog-message.tsx +0 -93
  107. package/src/cli/cmd/tui/routes/session/dialog-timeline.tsx +0 -37
  108. package/src/cli/cmd/tui/routes/session/footer.tsx +0 -76
  109. package/src/cli/cmd/tui/routes/session/header.tsx +0 -183
  110. package/src/cli/cmd/tui/routes/session/index.tsx +0 -1703
  111. package/src/cli/cmd/tui/routes/session/sidebar.tsx +0 -586
  112. package/src/cli/cmd/tui/spawn.ts +0 -60
  113. package/src/cli/cmd/tui/thread.ts +0 -120
  114. package/src/cli/cmd/tui/ui/dialog-alert.tsx +0 -55
  115. package/src/cli/cmd/tui/ui/dialog-confirm.tsx +0 -81
  116. package/src/cli/cmd/tui/ui/dialog-help.tsx +0 -36
  117. package/src/cli/cmd/tui/ui/dialog-prompt.tsx +0 -75
  118. package/src/cli/cmd/tui/ui/dialog-select.tsx +0 -317
  119. package/src/cli/cmd/tui/ui/dialog.tsx +0 -170
  120. package/src/cli/cmd/tui/ui/spinner.ts +0 -368
  121. package/src/cli/cmd/tui/ui/toast.tsx +0 -100
  122. package/src/cli/cmd/tui/util/clipboard.ts +0 -127
  123. package/src/cli/cmd/tui/util/editor.ts +0 -32
  124. package/src/cli/cmd/tui/util/terminal.ts +0 -114
  125. package/src/cli/cmd/tui/worker.ts +0 -63
  126. package/src/cli/cmd/uninstall.ts +0 -344
  127. package/src/cli/cmd/upgrade.ts +0 -67
  128. package/src/cli/cmd/web.ts +0 -84
  129. package/src/cli/error.ts +0 -55
  130. package/src/cli/ui.ts +0 -84
  131. package/src/cli/upgrade.ts +0 -25
  132. package/src/command/index.ts +0 -79
  133. package/src/command/template/initialize.txt +0 -10
  134. package/src/command/template/review.txt +0 -73
  135. package/src/config/config.ts +0 -886
  136. package/src/config/markdown.ts +0 -41
  137. package/src/env/index.ts +0 -26
  138. package/src/file/fzf.ts +0 -124
  139. package/src/file/ignore.ts +0 -83
  140. package/src/file/index.ts +0 -326
  141. package/src/file/ripgrep.ts +0 -391
  142. package/src/file/time.ts +0 -38
  143. package/src/file/watcher.ts +0 -89
  144. package/src/flag/flag.ts +0 -28
  145. package/src/format/formatter.ts +0 -277
  146. package/src/format/index.ts +0 -137
  147. package/src/global/index.ts +0 -52
  148. package/src/id/id.ts +0 -73
  149. package/src/ide/index.ts +0 -75
  150. package/src/index.ts +0 -158
  151. package/src/installation/index.ts +0 -194
  152. package/src/lsp/client.ts +0 -215
  153. package/src/lsp/index.ts +0 -370
  154. package/src/lsp/language.ts +0 -111
  155. package/src/lsp/server.ts +0 -1327
  156. package/src/mcp/auth.ts +0 -82
  157. package/src/mcp/index.ts +0 -576
  158. package/src/mcp/oauth-callback.ts +0 -203
  159. package/src/mcp/oauth-provider.ts +0 -132
  160. package/src/notification/index.ts +0 -101
  161. package/src/patch/index.ts +0 -622
  162. package/src/permission/index.ts +0 -198
  163. package/src/plugin/index.ts +0 -95
  164. package/src/project/bootstrap.ts +0 -31
  165. package/src/project/instance.ts +0 -68
  166. package/src/project/project.ts +0 -133
  167. package/src/project/state.ts +0 -65
  168. package/src/project/vcs.ts +0 -77
  169. package/src/provider/auth.ts +0 -143
  170. package/src/provider/models-macro.ts +0 -11
  171. package/src/provider/models.ts +0 -93
  172. package/src/provider/provider.ts +0 -996
  173. package/src/provider/sdk/openai-compatible/src/README.md +0 -5
  174. package/src/provider/sdk/openai-compatible/src/index.ts +0 -2
  175. package/src/provider/sdk/openai-compatible/src/openai-compatible-provider.ts +0 -100
  176. package/src/provider/sdk/openai-compatible/src/responses/convert-to-openai-responses-input.ts +0 -303
  177. package/src/provider/sdk/openai-compatible/src/responses/map-openai-responses-finish-reason.ts +0 -27
  178. package/src/provider/sdk/openai-compatible/src/responses/openai-config.ts +0 -18
  179. package/src/provider/sdk/openai-compatible/src/responses/openai-error.ts +0 -22
  180. package/src/provider/sdk/openai-compatible/src/responses/openai-responses-api-types.ts +0 -207
  181. package/src/provider/sdk/openai-compatible/src/responses/openai-responses-language-model.ts +0 -1713
  182. package/src/provider/sdk/openai-compatible/src/responses/openai-responses-prepare-tools.ts +0 -177
  183. package/src/provider/sdk/openai-compatible/src/responses/openai-responses-settings.ts +0 -1
  184. package/src/provider/sdk/openai-compatible/src/responses/tool/code-interpreter.ts +0 -88
  185. package/src/provider/sdk/openai-compatible/src/responses/tool/file-search.ts +0 -128
  186. package/src/provider/sdk/openai-compatible/src/responses/tool/image-generation.ts +0 -115
  187. package/src/provider/sdk/openai-compatible/src/responses/tool/local-shell.ts +0 -65
  188. package/src/provider/sdk/openai-compatible/src/responses/tool/web-search-preview.ts +0 -104
  189. package/src/provider/sdk/openai-compatible/src/responses/tool/web-search.ts +0 -103
  190. package/src/provider/transform.ts +0 -406
  191. package/src/pty/index.ts +0 -226
  192. package/src/ratelimit/index.ts +0 -185
  193. package/src/server/error.ts +0 -36
  194. package/src/server/project.ts +0 -50
  195. package/src/server/server.ts +0 -2463
  196. package/src/server/tui.ts +0 -71
  197. package/src/session/compaction.ts +0 -257
  198. package/src/session/index.ts +0 -470
  199. package/src/session/message-v2.ts +0 -641
  200. package/src/session/message.ts +0 -189
  201. package/src/session/processor.ts +0 -443
  202. package/src/session/prompt/anthropic-20250930.txt +0 -166
  203. package/src/session/prompt/anthropic.txt +0 -105
  204. package/src/session/prompt/anthropic_spoof.txt +0 -1
  205. package/src/session/prompt/beast.txt +0 -147
  206. package/src/session/prompt/build-switch.txt +0 -5
  207. package/src/session/prompt/codex.txt +0 -318
  208. package/src/session/prompt/compaction.txt +0 -12
  209. package/src/session/prompt/copilot-gpt-5.txt +0 -143
  210. package/src/session/prompt/gemini.txt +0 -155
  211. package/src/session/prompt/max-steps.txt +0 -16
  212. package/src/session/prompt/plan-reminder-anthropic.txt +0 -67
  213. package/src/session/prompt/plan.txt +0 -26
  214. package/src/session/prompt/polaris.txt +0 -107
  215. package/src/session/prompt/qwen.txt +0 -109
  216. package/src/session/prompt/summarize.txt +0 -4
  217. package/src/session/prompt/title.txt +0 -36
  218. package/src/session/prompt.ts +0 -1541
  219. package/src/session/retry.ts +0 -82
  220. package/src/session/revert.ts +0 -108
  221. package/src/session/status.ts +0 -75
  222. package/src/session/summary.ts +0 -203
  223. package/src/session/system.ts +0 -148
  224. package/src/session/todo.ts +0 -36
  225. package/src/share/share-next.ts +0 -195
  226. package/src/share/share.ts +0 -87
  227. package/src/snapshot/index.ts +0 -197
  228. package/src/storage/storage.ts +0 -226
  229. package/src/telemetry/index.ts +0 -232
  230. package/src/tool/bash.ts +0 -365
  231. package/src/tool/bash.txt +0 -128
  232. package/src/tool/batch.ts +0 -173
  233. package/src/tool/batch.txt +0 -28
  234. package/src/tool/codesearch.ts +0 -138
  235. package/src/tool/codesearch.txt +0 -12
  236. package/src/tool/edit.ts +0 -674
  237. package/src/tool/edit.txt +0 -10
  238. package/src/tool/glob.ts +0 -65
  239. package/src/tool/glob.txt +0 -6
  240. package/src/tool/grep.ts +0 -120
  241. package/src/tool/grep.txt +0 -8
  242. package/src/tool/invalid.ts +0 -17
  243. package/src/tool/ls.ts +0 -110
  244. package/src/tool/ls.txt +0 -1
  245. package/src/tool/lsp-diagnostics.ts +0 -26
  246. package/src/tool/lsp-diagnostics.txt +0 -1
  247. package/src/tool/lsp-hover.ts +0 -31
  248. package/src/tool/lsp-hover.txt +0 -1
  249. package/src/tool/multiedit.ts +0 -46
  250. package/src/tool/multiedit.txt +0 -41
  251. package/src/tool/patch.ts +0 -233
  252. package/src/tool/patch.txt +0 -1
  253. package/src/tool/read.ts +0 -217
  254. package/src/tool/read.txt +0 -12
  255. package/src/tool/registry.ts +0 -148
  256. package/src/tool/task.ts +0 -135
  257. package/src/tool/task.txt +0 -60
  258. package/src/tool/todo.ts +0 -39
  259. package/src/tool/todoread.txt +0 -14
  260. package/src/tool/todowrite.txt +0 -167
  261. package/src/tool/tool.ts +0 -66
  262. package/src/tool/webfetch.ts +0 -187
  263. package/src/tool/webfetch.txt +0 -14
  264. package/src/tool/websearch.ts +0 -150
  265. package/src/tool/websearch.txt +0 -11
  266. package/src/tool/write.ts +0 -99
  267. package/src/tool/write.txt +0 -8
  268. package/src/types/shims.d.ts +0 -3
  269. package/src/util/color.ts +0 -19
  270. package/src/util/context.ts +0 -25
  271. package/src/util/defer.ts +0 -12
  272. package/src/util/eventloop.ts +0 -20
  273. package/src/util/filesystem.ts +0 -69
  274. package/src/util/fn.ts +0 -11
  275. package/src/util/iife.ts +0 -3
  276. package/src/util/keybind.ts +0 -79
  277. package/src/util/lazy.ts +0 -11
  278. package/src/util/locale.ts +0 -81
  279. package/src/util/lock.ts +0 -98
  280. package/src/util/log.ts +0 -177
  281. package/src/util/queue.ts +0 -32
  282. package/src/util/rpc.ts +0 -42
  283. package/src/util/scrap.ts +0 -10
  284. package/src/util/signal.ts +0 -12
  285. package/src/util/timeout.ts +0 -14
  286. package/src/util/token.ts +0 -7
  287. package/src/util/wildcard.ts +0 -54
  288. package/sst-env.d.ts +0 -9
  289. package/test/bun.test.ts +0 -53
  290. package/test/config/agent-color.test.ts +0 -66
  291. package/test/config/config.test.ts +0 -503
  292. package/test/config/markdown.test.ts +0 -89
  293. package/test/file/ignore.test.ts +0 -10
  294. package/test/fixture/fixture.ts +0 -28
  295. package/test/fixture/lsp/fake-lsp-server.js +0 -77
  296. package/test/ide/ide.test.ts +0 -82
  297. package/test/keybind.test.ts +0 -317
  298. package/test/lsp/client.test.ts +0 -95
  299. package/test/patch/patch.test.ts +0 -348
  300. package/test/preload.ts +0 -38
  301. package/test/project/project.test.ts +0 -42
  302. package/test/provider/provider.test.ts +0 -1809
  303. package/test/provider/transform.test.ts +0 -305
  304. package/test/session/retry.test.ts +0 -61
  305. package/test/session/session.test.ts +0 -71
  306. package/test/snapshot/snapshot.test.ts +0 -939
  307. package/test/tool/__snapshots__/tool.test.ts.snap +0 -9
  308. package/test/tool/bash.test.ts +0 -55
  309. package/test/tool/patch.test.ts +0 -259
  310. package/test/util/iife.test.ts +0 -36
  311. package/test/util/lazy.test.ts +0 -50
  312. package/test/util/timeout.test.ts +0 -21
  313. package/test/util/wildcard.test.ts +0 -55
  314. package/tsconfig.json +0 -17
@@ -1,342 +0,0 @@
1
- import type { Argv } from "yargs"
2
- import path from "path"
3
- import { UI } from "../ui"
4
- import { cmd } from "./cmd"
5
- import { Flag } from "../../flag/flag"
6
- import { bootstrap } from "../bootstrap"
7
- import { Command } from "../../command"
8
- import { EOL } from "os"
9
- import { select } from "@clack/prompts"
10
- import { createOpencodeClient, type OpencodeClient } from "@opencode-ai/sdk/v2"
11
- import { Server } from "../../server/server"
12
- import { Provider } from "../../provider/provider"
13
-
14
- const TOOL: Record<string, [string, string]> = {
15
- todowrite: ["Todo", UI.Style.TEXT_WARNING_BOLD],
16
- todoread: ["Todo", UI.Style.TEXT_WARNING_BOLD],
17
- bash: ["Bash", UI.Style.TEXT_DANGER_BOLD],
18
- edit: ["Edit", UI.Style.TEXT_SUCCESS_BOLD],
19
- glob: ["Glob", UI.Style.TEXT_INFO_BOLD],
20
- grep: ["Grep", UI.Style.TEXT_INFO_BOLD],
21
- list: ["List", UI.Style.TEXT_INFO_BOLD],
22
- read: ["Read", UI.Style.TEXT_HIGHLIGHT_BOLD],
23
- write: ["Write", UI.Style.TEXT_SUCCESS_BOLD],
24
- websearch: ["Search", UI.Style.TEXT_DIM_BOLD],
25
- }
26
-
27
- export const RunCommand = cmd({
28
- command: "run [message..]",
29
- describe: "run opencode with a message",
30
- builder: (yargs: Argv) => {
31
- return yargs
32
- .positional("message", {
33
- describe: "message to send",
34
- type: "string",
35
- array: true,
36
- default: [],
37
- })
38
- .option("command", {
39
- describe: "the command to run, use message for args",
40
- type: "string",
41
- })
42
- .option("continue", {
43
- alias: ["c"],
44
- describe: "continue the last session",
45
- type: "boolean",
46
- })
47
- .option("session", {
48
- alias: ["s"],
49
- describe: "session id to continue",
50
- type: "string",
51
- })
52
- .option("share", {
53
- type: "boolean",
54
- describe: "share the session",
55
- })
56
- .option("model", {
57
- type: "string",
58
- alias: ["m"],
59
- describe: "model to use in the format of provider/model",
60
- })
61
- .option("agent", {
62
- type: "string",
63
- describe: "agent to use",
64
- })
65
- .option("format", {
66
- type: "string",
67
- choices: ["default", "json"],
68
- default: "default",
69
- describe: "format: default (formatted) or json (raw JSON events)",
70
- })
71
- .option("file", {
72
- alias: ["f"],
73
- type: "string",
74
- array: true,
75
- describe: "file(s) to attach to message",
76
- })
77
- .option("title", {
78
- type: "string",
79
- describe: "title for the session (uses truncated prompt if no value provided)",
80
- })
81
- .option("attach", {
82
- type: "string",
83
- describe: "attach to a running opencode server (e.g., http://localhost:4096)",
84
- })
85
- .option("port", {
86
- type: "number",
87
- describe: "port for the local server (defaults to random port if no value provided)",
88
- })
89
- },
90
- handler: async (args) => {
91
- let message = [...args.message, ...(args["--"] || [])].join(" ")
92
-
93
- const fileParts: any[] = []
94
- if (args.file) {
95
- const files = Array.isArray(args.file) ? args.file : [args.file]
96
-
97
- for (const filePath of files) {
98
- const resolvedPath = path.resolve(process.cwd(), filePath)
99
- const file = Bun.file(resolvedPath)
100
- const stats = await file.stat().catch(() => {})
101
- if (!stats) {
102
- UI.error(`File not found: ${filePath}`)
103
- process.exit(1)
104
- }
105
- if (!(await file.exists())) {
106
- UI.error(`File not found: ${filePath}`)
107
- process.exit(1)
108
- }
109
-
110
- const stat = await file.stat()
111
- const mime = stat.isDirectory() ? "application/x-directory" : "text/plain"
112
-
113
- fileParts.push({
114
- type: "file",
115
- url: `file://${resolvedPath}`,
116
- filename: path.basename(resolvedPath),
117
- mime,
118
- })
119
- }
120
- }
121
-
122
- if (!process.stdin.isTTY) message += "\n" + (await Bun.stdin.text())
123
-
124
- if (message.trim().length === 0 && !args.command) {
125
- UI.error("You must provide a message or a command")
126
- process.exit(1)
127
- }
128
-
129
- const execute = async (sdk: OpencodeClient, sessionID: string) => {
130
- const printEvent = (color: string, type: string, title: string) => {
131
- UI.println(
132
- color + `|`,
133
- UI.Style.TEXT_NORMAL + UI.Style.TEXT_DIM + ` ${type.padEnd(7, " ")}`,
134
- "",
135
- UI.Style.TEXT_NORMAL + title,
136
- )
137
- }
138
-
139
- const outputJsonEvent = (type: string, data: any) => {
140
- if (args.format === "json") {
141
- process.stdout.write(JSON.stringify({ type, timestamp: Date.now(), sessionID, ...data }) + EOL)
142
- return true
143
- }
144
- return false
145
- }
146
-
147
- const events = await sdk.event.subscribe()
148
- let errorMsg: string | undefined
149
-
150
- const eventProcessor = (async () => {
151
- for await (const event of events.stream) {
152
- if (event.type === "message.part.updated") {
153
- const part = event.properties.part
154
- if (part.sessionID !== sessionID) continue
155
-
156
- if (part.type === "tool" && part.state.status === "completed") {
157
- if (outputJsonEvent("tool_use", { part })) continue
158
- const [tool, color] = TOOL[part.tool] ?? [part.tool, UI.Style.TEXT_INFO_BOLD]
159
- const title =
160
- part.state.title ||
161
- (Object.keys(part.state.input).length > 0 ? JSON.stringify(part.state.input) : "Unknown")
162
- printEvent(color, tool, title)
163
- if (part.tool === "bash" && part.state.output?.trim()) {
164
- UI.println()
165
- UI.println(part.state.output)
166
- }
167
- }
168
-
169
- if (part.type === "step-start") {
170
- if (outputJsonEvent("step_start", { part })) continue
171
- }
172
-
173
- if (part.type === "step-finish") {
174
- if (outputJsonEvent("step_finish", { part })) continue
175
- }
176
-
177
- if (part.type === "text" && part.time?.end) {
178
- if (outputJsonEvent("text", { part })) continue
179
- const isPiped = !process.stdout.isTTY
180
- if (!isPiped) UI.println()
181
- process.stdout.write((isPiped ? part.text : UI.markdown(part.text)) + EOL)
182
- if (!isPiped) UI.println()
183
- }
184
- }
185
-
186
- if (event.type === "session.error") {
187
- const props = event.properties
188
- if (props.sessionID !== sessionID || !props.error) continue
189
- let err = String(props.error.name)
190
- if ("data" in props.error && props.error.data && "message" in props.error.data) {
191
- err = String(props.error.data.message)
192
- }
193
- errorMsg = errorMsg ? errorMsg + EOL + err : err
194
- if (outputJsonEvent("error", { error: props.error })) continue
195
- UI.error(err)
196
- }
197
-
198
- if (event.type === "session.idle" && event.properties.sessionID === sessionID) {
199
- break
200
- }
201
-
202
- if (event.type === "permission.updated") {
203
- const permission = event.properties
204
- if (permission.sessionID !== sessionID) continue
205
- const result = await select({
206
- message: `Permission required to run: ${permission.title}`,
207
- options: [
208
- { value: "once", label: "Allow once" },
209
- { value: "always", label: "Always allow" },
210
- { value: "reject", label: "Reject" },
211
- ],
212
- initialValue: "once",
213
- }).catch(() => "reject")
214
- const response = (result.toString().includes("cancel") ? "reject" : result) as "once" | "always" | "reject"
215
- await sdk.permission.respond({
216
- sessionID,
217
- permissionID: permission.id,
218
- response,
219
- })
220
- }
221
- }
222
- })()
223
-
224
- if (args.command) {
225
- await sdk.session.command({
226
- sessionID,
227
- agent: args.agent || "build",
228
- model: args.model,
229
- command: args.command,
230
- arguments: message,
231
- })
232
- } else {
233
- const modelParam = args.model ? Provider.parseModel(args.model) : undefined
234
- await sdk.session.prompt({
235
- sessionID,
236
- agent: args.agent || "build",
237
- model: modelParam,
238
- parts: [...fileParts, { type: "text", text: message }],
239
- })
240
- }
241
-
242
- await eventProcessor
243
- if (errorMsg) process.exit(1)
244
- }
245
-
246
- if (args.attach) {
247
- const sdk = createOpencodeClient({ baseUrl: args.attach })
248
-
249
- const sessionID = await (async () => {
250
- if (args.continue) {
251
- const result = await sdk.session.list()
252
- return result.data?.find((s) => !s.parentID)?.id
253
- }
254
- if (args.session) return args.session
255
-
256
- const title =
257
- args.title !== undefined
258
- ? args.title === ""
259
- ? message.slice(0, 50) + (message.length > 50 ? "..." : "")
260
- : args.title
261
- : undefined
262
-
263
- const result = await sdk.session.create(title ? { title } : {})
264
- return result.data?.id
265
- })()
266
-
267
- if (!sessionID) {
268
- UI.error("Session not found")
269
- process.exit(1)
270
- }
271
-
272
- const cfgResult = await sdk.config.get()
273
- if (cfgResult.data && (cfgResult.data.share === "auto" || Flag.OPENCODE_AUTO_SHARE || args.share)) {
274
- const shareResult = await sdk.session.share({ sessionID }).catch((error) => {
275
- if (error instanceof Error && error.message.includes("disabled")) {
276
- UI.println(UI.Style.TEXT_DANGER_BOLD + "! " + error.message)
277
- }
278
- return { error }
279
- })
280
- if (!shareResult.error) {
281
- UI.println(UI.Style.TEXT_INFO_BOLD + "~ https://opencode.ai/s/" + sessionID.slice(-8))
282
- }
283
- }
284
-
285
- return await execute(sdk, sessionID)
286
- }
287
-
288
- await bootstrap(process.cwd(), async () => {
289
- const server = Server.listen({ port: args.port ?? 0, hostname: "127.0.0.1" })
290
- const sdk = createOpencodeClient({ baseUrl: `http://${server.hostname}:${server.port}` })
291
-
292
- if (args.command) {
293
- const exists = await Command.get(args.command)
294
- if (!exists) {
295
- server.stop()
296
- UI.error(`Command "${args.command}" not found`)
297
- process.exit(1)
298
- }
299
- }
300
-
301
- const sessionID = await (async () => {
302
- if (args.continue) {
303
- const result = await sdk.session.list()
304
- return result.data?.find((s) => !s.parentID)?.id
305
- }
306
- if (args.session) return args.session
307
-
308
- const title =
309
- args.title !== undefined
310
- ? args.title === ""
311
- ? message.slice(0, 50) + (message.length > 50 ? "..." : "")
312
- : args.title
313
- : undefined
314
-
315
- const result = await sdk.session.create(title ? { title } : {})
316
- return result.data?.id
317
- })()
318
-
319
- if (!sessionID) {
320
- server.stop()
321
- UI.error("Session not found")
322
- process.exit(1)
323
- }
324
-
325
- const cfgResult = await sdk.config.get()
326
- if (cfgResult.data && (cfgResult.data.share === "auto" || Flag.OPENCODE_AUTO_SHARE || args.share)) {
327
- const shareResult = await sdk.session.share({ sessionID }).catch((error) => {
328
- if (error instanceof Error && error.message.includes("disabled")) {
329
- UI.println(UI.Style.TEXT_DANGER_BOLD + "! " + error.message)
330
- }
331
- return { error }
332
- })
333
- if (!shareResult.error) {
334
- UI.println(UI.Style.TEXT_INFO_BOLD + "~ https://opencode.ai/s/" + sessionID.slice(-8))
335
- }
336
- }
337
-
338
- await execute(sdk, sessionID)
339
- server.stop()
340
- })
341
- },
342
- })
@@ -1,31 +0,0 @@
1
- import { Server } from "../../server/server"
2
- import { cmd } from "./cmd"
3
-
4
- export const ServeCommand = cmd({
5
- command: "serve",
6
- builder: (yargs) =>
7
- yargs
8
- .option("port", {
9
- alias: ["p"],
10
- type: "number",
11
- describe: "port to listen on",
12
- default: 0,
13
- })
14
- .option("hostname", {
15
- type: "string",
16
- describe: "hostname to listen on",
17
- default: "127.0.0.1",
18
- }),
19
- describe: "starts a headless opencode server",
20
- handler: async (args) => {
21
- const hostname = args.hostname
22
- const port = args.port
23
- const server = Server.listen({
24
- port,
25
- hostname,
26
- })
27
- console.log(`opencode server listening on http://${server.hostname}:${server.port}`)
28
- await new Promise(() => {})
29
- await server.stop()
30
- },
31
- })
@@ -1,106 +0,0 @@
1
- import type { Argv } from "yargs"
2
- import { cmd } from "./cmd"
3
- import { Session } from "../../session"
4
- import { bootstrap } from "../bootstrap"
5
- import { UI } from "../ui"
6
- import { Locale } from "../../util/locale"
7
- import { EOL } from "os"
8
-
9
- export const SessionCommand = cmd({
10
- command: "session",
11
- describe: "manage sessions",
12
- builder: (yargs: Argv) => yargs.command(SessionListCommand).demandCommand(),
13
- async handler() {},
14
- })
15
-
16
- export const SessionListCommand = cmd({
17
- command: "list",
18
- describe: "list sessions",
19
- builder: (yargs: Argv) => {
20
- return yargs
21
- .option("max-count", {
22
- alias: "n",
23
- describe: "limit to N most recent sessions",
24
- type: "number",
25
- })
26
- .option("format", {
27
- describe: "output format",
28
- type: "string",
29
- choices: ["table", "json"],
30
- default: "table",
31
- })
32
- },
33
- handler: async (args) => {
34
- await bootstrap(process.cwd(), async () => {
35
- const sessions = []
36
- for await (const session of Session.list()) {
37
- if (!session.parentID) {
38
- sessions.push(session)
39
- }
40
- }
41
-
42
- sessions.sort((a, b) => b.time.updated - a.time.updated)
43
-
44
- const limitedSessions = args.maxCount ? sessions.slice(0, args.maxCount) : sessions
45
-
46
- if (limitedSessions.length === 0) {
47
- return
48
- }
49
-
50
- let output: string
51
- if (args.format === "json") {
52
- output = formatSessionJSON(limitedSessions)
53
- } else {
54
- output = formatSessionTable(limitedSessions)
55
- }
56
-
57
- const shouldPaginate = process.stdout.isTTY && !args.maxCount && args.format === "table"
58
-
59
- if (shouldPaginate) {
60
- const proc = Bun.spawn({
61
- cmd: ["less", "-R", "-S"],
62
- stdin: "pipe",
63
- stdout: "inherit",
64
- stderr: "inherit",
65
- })
66
-
67
- proc.stdin.write(output)
68
- proc.stdin.end()
69
- await proc.exited
70
- } else {
71
- console.log(output)
72
- }
73
- })
74
- },
75
- })
76
-
77
- function formatSessionTable(sessions: Session.Info[]): string {
78
- const lines: string[] = []
79
-
80
- const maxIdWidth = Math.max(20, ...sessions.map((s) => s.id.length))
81
- const maxTitleWidth = Math.max(25, ...sessions.map((s) => s.title.length))
82
-
83
- const header = `Session ID${" ".repeat(maxIdWidth - 10)} Title${" ".repeat(maxTitleWidth - 5)} Updated`
84
- lines.push(header)
85
- lines.push("─".repeat(header.length))
86
- for (const session of sessions) {
87
- const truncatedTitle = Locale.truncate(session.title, maxTitleWidth)
88
- const timeStr = Locale.todayTimeOrDateTime(session.time.updated)
89
- const line = `${session.id.padEnd(maxIdWidth)} ${truncatedTitle.padEnd(maxTitleWidth)} ${timeStr}`
90
- lines.push(line)
91
- }
92
-
93
- return lines.join(EOL)
94
- }
95
-
96
- function formatSessionJSON(sessions: Session.Info[]): string {
97
- const jsonData = sessions.map((session) => ({
98
- id: session.id,
99
- title: session.title,
100
- updated: session.time.updated,
101
- created: session.time.created,
102
- projectId: session.projectID,
103
- directory: session.directory,
104
- }))
105
- return JSON.stringify(jsonData, null, 2)
106
- }