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,277 +0,0 @@
1
- import { readableStreamToText } from "bun"
2
- import { BunProc } from "../bun"
3
- import { Instance } from "../project/instance"
4
- import { Filesystem } from "../util/filesystem"
5
-
6
- export interface Info {
7
- name: string
8
- command: string[]
9
- environment?: Record<string, string>
10
- extensions: string[]
11
- enabled(): Promise<boolean>
12
- }
13
-
14
- export const gofmt: Info = {
15
- name: "gofmt",
16
- command: ["gofmt", "-w", "$FILE"],
17
- extensions: [".go"],
18
- async enabled() {
19
- return Bun.which("gofmt") !== null
20
- },
21
- }
22
-
23
- export const mix: Info = {
24
- name: "mix",
25
- command: ["mix", "format", "$FILE"],
26
- extensions: [".ex", ".exs", ".eex", ".heex", ".leex", ".neex", ".sface"],
27
- async enabled() {
28
- return Bun.which("mix") !== null
29
- },
30
- }
31
-
32
- export const prettier: Info = {
33
- name: "prettier",
34
- command: [BunProc.which(), "x", "prettier", "--write", "$FILE"],
35
- environment: {
36
- BUN_BE_BUN: "1",
37
- },
38
- extensions: [
39
- ".js",
40
- ".jsx",
41
- ".mjs",
42
- ".cjs",
43
- ".ts",
44
- ".tsx",
45
- ".mts",
46
- ".cts",
47
- ".html",
48
- ".htm",
49
- ".css",
50
- ".scss",
51
- ".sass",
52
- ".less",
53
- ".vue",
54
- ".svelte",
55
- ".json",
56
- ".jsonc",
57
- ".yaml",
58
- ".yml",
59
- ".toml",
60
- ".xml",
61
- ".md",
62
- ".mdx",
63
- ".graphql",
64
- ".gql",
65
- ],
66
- async enabled() {
67
- const items = await Filesystem.findUp("package.json", Instance.directory, Instance.worktree)
68
- for (const item of items) {
69
- const json = await Bun.file(item).json()
70
- if (json.dependencies?.prettier) return true
71
- if (json.devDependencies?.prettier) return true
72
- }
73
- return false
74
- },
75
- }
76
-
77
- export const biome: Info = {
78
- name: "biome",
79
- command: [BunProc.which(), "x", "@biomejs/biome", "format", "--write", "$FILE"],
80
- environment: {
81
- BUN_BE_BUN: "1",
82
- },
83
- extensions: [
84
- ".js",
85
- ".jsx",
86
- ".mjs",
87
- ".cjs",
88
- ".ts",
89
- ".tsx",
90
- ".mts",
91
- ".cts",
92
- ".html",
93
- ".htm",
94
- ".css",
95
- ".scss",
96
- ".sass",
97
- ".less",
98
- ".vue",
99
- ".svelte",
100
- ".json",
101
- ".jsonc",
102
- ".yaml",
103
- ".yml",
104
- ".toml",
105
- ".xml",
106
- ".md",
107
- ".mdx",
108
- ".graphql",
109
- ".gql",
110
- ],
111
- async enabled() {
112
- const configs = ["biome.json", "biome.jsonc"]
113
- for (const config of configs) {
114
- const found = await Filesystem.findUp(config, Instance.directory, Instance.worktree)
115
- if (found.length > 0) {
116
- return true
117
- }
118
- }
119
- return false
120
- },
121
- }
122
-
123
- export const zig: Info = {
124
- name: "zig",
125
- command: ["zig", "fmt", "$FILE"],
126
- extensions: [".zig", ".zon"],
127
- async enabled() {
128
- return Bun.which("zig") !== null
129
- },
130
- }
131
-
132
- export const clang: Info = {
133
- name: "clang-format",
134
- command: ["clang-format", "-i", "$FILE"],
135
- extensions: [".c", ".cc", ".cpp", ".cxx", ".c++", ".h", ".hh", ".hpp", ".hxx", ".h++", ".ino", ".C", ".H"],
136
- async enabled() {
137
- const items = await Filesystem.findUp(".clang-format", Instance.directory, Instance.worktree)
138
- return items.length > 0
139
- },
140
- }
141
-
142
- export const ktlint: Info = {
143
- name: "ktlint",
144
- command: ["ktlint", "-F", "$FILE"],
145
- extensions: [".kt", ".kts"],
146
- async enabled() {
147
- return Bun.which("ktlint") !== null
148
- },
149
- }
150
-
151
- export const ruff: Info = {
152
- name: "ruff",
153
- command: ["ruff", "format", "$FILE"],
154
- extensions: [".py", ".pyi"],
155
- async enabled() {
156
- if (!Bun.which("ruff")) return false
157
- const configs = ["pyproject.toml", "ruff.toml", ".ruff.toml"]
158
- for (const config of configs) {
159
- const found = await Filesystem.findUp(config, Instance.directory, Instance.worktree)
160
- if (found.length > 0) {
161
- if (config === "pyproject.toml") {
162
- const content = await Bun.file(found[0]).text()
163
- if (content.includes("[tool.ruff]")) return true
164
- } else {
165
- return true
166
- }
167
- }
168
- }
169
- const deps = ["requirements.txt", "pyproject.toml", "Pipfile"]
170
- for (const dep of deps) {
171
- const found = await Filesystem.findUp(dep, Instance.directory, Instance.worktree)
172
- if (found.length > 0) {
173
- const content = await Bun.file(found[0]).text()
174
- if (content.includes("ruff")) return true
175
- }
176
- }
177
- return false
178
- },
179
- }
180
-
181
- export const rlang: Info = {
182
- name: "air",
183
- command: ["air", "format", "$FILE"],
184
- extensions: [".R"],
185
- async enabled() {
186
- const airPath = Bun.which("air")
187
- if (airPath == null) return false
188
-
189
- try {
190
- const proc = Bun.spawn(["air", "--help"], {
191
- stdout: "pipe",
192
- stderr: "pipe",
193
- })
194
- await proc.exited
195
- const output = await readableStreamToText(proc.stdout)
196
-
197
- // Check for "Air: An R language server and formatter"
198
- const firstLine = output.split("\n")[0]
199
- const hasR = firstLine.includes("R language")
200
- const hasFormatter = firstLine.includes("formatter")
201
- return hasR && hasFormatter
202
- } catch (error) {
203
- return false
204
- }
205
- },
206
- }
207
-
208
- export const uvformat: Info = {
209
- name: "uv format",
210
- command: ["uv", "format", "--", "$FILE"],
211
- extensions: [".py", ".pyi"],
212
- async enabled() {
213
- if (await ruff.enabled()) return false
214
- if (Bun.which("uv") !== null) {
215
- const proc = Bun.spawn(["uv", "format", "--help"], { stderr: "pipe", stdout: "pipe" })
216
- const code = await proc.exited
217
- return code === 0
218
- }
219
- return false
220
- },
221
- }
222
-
223
- export const rubocop: Info = {
224
- name: "rubocop",
225
- command: ["rubocop", "--autocorrect", "$FILE"],
226
- extensions: [".rb", ".rake", ".gemspec", ".ru"],
227
- async enabled() {
228
- return Bun.which("rubocop") !== null
229
- },
230
- }
231
-
232
- export const standardrb: Info = {
233
- name: "standardrb",
234
- command: ["standardrb", "--fix", "$FILE"],
235
- extensions: [".rb", ".rake", ".gemspec", ".ru"],
236
- async enabled() {
237
- return Bun.which("standardrb") !== null
238
- },
239
- }
240
-
241
- export const htmlbeautifier: Info = {
242
- name: "htmlbeautifier",
243
- command: ["htmlbeautifier", "$FILE"],
244
- extensions: [".erb", ".html.erb"],
245
- async enabled() {
246
- return Bun.which("htmlbeautifier") !== null
247
- },
248
- }
249
-
250
- export const dart: Info = {
251
- name: "dart",
252
- command: ["dart", "format", "$FILE"],
253
- extensions: [".dart"],
254
- async enabled() {
255
- return Bun.which("dart") !== null
256
- },
257
- }
258
-
259
- export const ocamlformat: Info = {
260
- name: "ocamlformat",
261
- command: ["ocamlformat", "-i", "$FILE"],
262
- extensions: [".ml", ".mli"],
263
- async enabled() {
264
- if (!Bun.which("ocamlformat")) return false
265
- const items = await Filesystem.findUp(".ocamlformat", Instance.directory, Instance.worktree)
266
- return items.length > 0
267
- },
268
- }
269
-
270
- export const terraform: Info = {
271
- name: "terraform",
272
- command: ["terraform", "fmt", "$FILE"],
273
- extensions: [".tf", ".tfvars"],
274
- async enabled() {
275
- return Bun.which("terraform") !== null
276
- },
277
- }
@@ -1,137 +0,0 @@
1
- import { Bus } from "../bus"
2
- import { File } from "../file"
3
- import { Log } from "../util/log"
4
- import path from "path"
5
- import z from "zod"
6
-
7
- import * as Formatter from "./formatter"
8
- import { Config } from "../config/config"
9
- import { mergeDeep } from "remeda"
10
- import { Instance } from "../project/instance"
11
-
12
- export namespace Format {
13
- const log = Log.create({ service: "format" })
14
-
15
- export const Status = z
16
- .object({
17
- name: z.string(),
18
- extensions: z.string().array(),
19
- enabled: z.boolean(),
20
- })
21
- .meta({
22
- ref: "FormatterStatus",
23
- })
24
- export type Status = z.infer<typeof Status>
25
-
26
- const state = Instance.state(async () => {
27
- const enabled: Record<string, boolean> = {}
28
- const cfg = await Config.get()
29
-
30
- const formatters: Record<string, Formatter.Info> = {}
31
- if (cfg.formatter === false) {
32
- log.info("all formatters are disabled")
33
- return {
34
- enabled,
35
- formatters,
36
- }
37
- }
38
-
39
- for (const item of Object.values(Formatter)) {
40
- formatters[item.name] = item
41
- }
42
- for (const [name, item] of Object.entries(cfg.formatter ?? {})) {
43
- if (item.disabled) {
44
- delete formatters[name]
45
- continue
46
- }
47
- const result: Formatter.Info = mergeDeep(formatters[name] ?? {}, {
48
- command: [],
49
- extensions: [],
50
- ...item,
51
- })
52
-
53
- if (result.command.length === 0) continue
54
-
55
- result.enabled = async () => true
56
- result.name = name
57
- formatters[name] = result
58
- }
59
-
60
- return {
61
- enabled,
62
- formatters,
63
- }
64
- })
65
-
66
- async function isEnabled(item: Formatter.Info) {
67
- const s = await state()
68
- let status = s.enabled[item.name]
69
- if (status === undefined) {
70
- status = await item.enabled()
71
- s.enabled[item.name] = status
72
- }
73
- return status
74
- }
75
-
76
- async function getFormatter(ext: string) {
77
- const formatters = await state().then((x) => x.formatters)
78
- const result = []
79
- for (const item of Object.values(formatters)) {
80
- log.info("checking", { name: item.name, ext })
81
- if (!item.extensions.includes(ext)) continue
82
- if (!(await isEnabled(item))) continue
83
- log.info("enabled", { name: item.name, ext })
84
- result.push(item)
85
- }
86
- return result
87
- }
88
-
89
- export async function status() {
90
- const s = await state()
91
- const result: Status[] = []
92
- for (const formatter of Object.values(s.formatters)) {
93
- const enabled = await isEnabled(formatter)
94
- result.push({
95
- name: formatter.name,
96
- extensions: formatter.extensions,
97
- enabled,
98
- })
99
- }
100
- return result
101
- }
102
-
103
- export function init() {
104
- log.info("init")
105
- Bus.subscribe(File.Event.Edited, async (payload) => {
106
- const file = payload.properties.file
107
- log.info("formatting", { file })
108
- const ext = path.extname(file)
109
-
110
- for (const item of await getFormatter(ext)) {
111
- log.info("running", { command: item.command })
112
- try {
113
- const proc = Bun.spawn({
114
- cmd: item.command.map((x) => x.replace("$FILE", file)),
115
- cwd: Instance.directory,
116
- env: { ...process.env, ...item.environment },
117
- stdout: "ignore",
118
- stderr: "ignore",
119
- })
120
- const exit = await proc.exited
121
- if (exit !== 0)
122
- log.error("failed", {
123
- command: item.command,
124
- ...item.environment,
125
- })
126
- } catch (error) {
127
- log.error("failed to format file", {
128
- error,
129
- command: item.command,
130
- ...item.environment,
131
- file,
132
- })
133
- }
134
- }
135
- })
136
- }
137
- }
@@ -1,52 +0,0 @@
1
- import fs from "fs/promises"
2
- import { xdgData, xdgCache, xdgConfig, xdgState } from "xdg-basedir"
3
- import path from "path"
4
- import os from "os"
5
-
6
- const app = "opencode"
7
-
8
- const data = path.join(xdgData!, app)
9
- const cache = path.join(xdgCache!, app)
10
- const config = path.join(xdgConfig!, app)
11
- const state = path.join(xdgState!, app)
12
-
13
- export namespace Global {
14
- export const Path = {
15
- home: os.homedir(),
16
- data,
17
- bin: path.join(data, "bin"),
18
- log: path.join(data, "log"),
19
- cache,
20
- config,
21
- state,
22
- } as const
23
- }
24
-
25
- await Promise.all([
26
- fs.mkdir(Global.Path.data, { recursive: true }),
27
- fs.mkdir(Global.Path.config, { recursive: true }),
28
- fs.mkdir(Global.Path.state, { recursive: true }),
29
- fs.mkdir(Global.Path.log, { recursive: true }),
30
- fs.mkdir(Global.Path.bin, { recursive: true }),
31
- ])
32
-
33
- const CACHE_VERSION = "14"
34
-
35
- const version = await Bun.file(path.join(Global.Path.cache, "version"))
36
- .text()
37
- .catch(() => "0")
38
-
39
- if (version !== CACHE_VERSION) {
40
- try {
41
- const contents = await fs.readdir(Global.Path.cache)
42
- await Promise.all(
43
- contents.map((item) =>
44
- fs.rm(path.join(Global.Path.cache, item), {
45
- recursive: true,
46
- force: true,
47
- }),
48
- ),
49
- )
50
- } catch (e) {}
51
- await Bun.file(path.join(Global.Path.cache, "version")).write(CACHE_VERSION)
52
- }
package/src/id/id.ts DELETED
@@ -1,73 +0,0 @@
1
- import z from "zod"
2
- import { randomBytes } from "crypto"
3
-
4
- export namespace Identifier {
5
- const prefixes = {
6
- session: "ses",
7
- message: "msg",
8
- permission: "per",
9
- user: "usr",
10
- part: "prt",
11
- pty: "pty",
12
- } as const
13
-
14
- export function schema(prefix: keyof typeof prefixes) {
15
- return z.string().startsWith(prefixes[prefix])
16
- }
17
-
18
- const LENGTH = 26
19
-
20
- // State for monotonic ID generation
21
- let lastTimestamp = 0
22
- let counter = 0
23
-
24
- export function ascending(prefix: keyof typeof prefixes, given?: string) {
25
- return generateID(prefix, false, given)
26
- }
27
-
28
- export function descending(prefix: keyof typeof prefixes, given?: string) {
29
- return generateID(prefix, true, given)
30
- }
31
-
32
- function generateID(prefix: keyof typeof prefixes, descending: boolean, given?: string): string {
33
- if (!given) {
34
- return create(prefix, descending)
35
- }
36
-
37
- if (!given.startsWith(prefixes[prefix])) {
38
- throw new Error(`ID ${given} does not start with ${prefixes[prefix]}`)
39
- }
40
- return given
41
- }
42
-
43
- function randomBase62(length: number): string {
44
- const chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
45
- let result = ""
46
- const bytes = randomBytes(length)
47
- for (let i = 0; i < length; i++) {
48
- result += chars[bytes[i] % 62]
49
- }
50
- return result
51
- }
52
-
53
- export function create(prefix: keyof typeof prefixes, descending: boolean, timestamp?: number): string {
54
- const currentTimestamp = timestamp ?? Date.now()
55
-
56
- if (currentTimestamp !== lastTimestamp) {
57
- lastTimestamp = currentTimestamp
58
- counter = 0
59
- }
60
- counter++
61
-
62
- let now = BigInt(currentTimestamp) * BigInt(0x1000) + BigInt(counter)
63
-
64
- now = descending ? ~now : now
65
-
66
- const timeBytes = Buffer.alloc(6)
67
- for (let i = 0; i < 6; i++) {
68
- timeBytes[i] = Number((now >> BigInt(40 - 8 * i)) & BigInt(0xff))
69
- }
70
-
71
- return prefixes[prefix] + "_" + timeBytes.toString("hex") + randomBase62(LENGTH - 12)
72
- }
73
- }
package/src/ide/index.ts DELETED
@@ -1,75 +0,0 @@
1
- import { spawn } from "bun"
2
- import z from "zod"
3
- import { NamedError } from "@opencode-ai/util/error"
4
- import { Log } from "../util/log"
5
- import { Bus } from "../bus"
6
-
7
- const SUPPORTED_IDES = [
8
- { name: "Windsurf" as const, cmd: "windsurf" },
9
- { name: "Visual Studio Code - Insiders" as const, cmd: "code-insiders" },
10
- { name: "Visual Studio Code" as const, cmd: "code" },
11
- { name: "Cursor" as const, cmd: "cursor" },
12
- { name: "VSCodium" as const, cmd: "codium" },
13
- ]
14
-
15
- export namespace Ide {
16
- const log = Log.create({ service: "ide" })
17
-
18
- export const Event = {
19
- Installed: Bus.event(
20
- "ide.installed",
21
- z.object({
22
- ide: z.string(),
23
- }),
24
- ),
25
- }
26
-
27
- export const AlreadyInstalledError = NamedError.create("AlreadyInstalledError", z.object({}))
28
-
29
- export const InstallFailedError = NamedError.create(
30
- "InstallFailedError",
31
- z.object({
32
- stderr: z.string(),
33
- }),
34
- )
35
-
36
- export function ide() {
37
- if (process.env["TERM_PROGRAM"] === "vscode") {
38
- const v = process.env["GIT_ASKPASS"]
39
- for (const ide of SUPPORTED_IDES) {
40
- if (v?.includes(ide.name)) return ide.name
41
- }
42
- }
43
- return "unknown"
44
- }
45
-
46
- export function alreadyInstalled() {
47
- return process.env["OPENCODE_CALLER"] === "vscode" || process.env["OPENCODE_CALLER"] === "vscode-insiders"
48
- }
49
-
50
- export async function install(ide: (typeof SUPPORTED_IDES)[number]["name"]) {
51
- const cmd = SUPPORTED_IDES.find((i) => i.name === ide)?.cmd
52
- if (!cmd) throw new Error(`Unknown IDE: ${ide}`)
53
-
54
- const p = spawn([cmd, "--install-extension", "sst-dev.opencode"], {
55
- stdout: "pipe",
56
- stderr: "pipe",
57
- })
58
- await p.exited
59
- const stdout = await new Response(p.stdout).text()
60
- const stderr = await new Response(p.stderr).text()
61
-
62
- log.info("installed", {
63
- ide,
64
- stdout,
65
- stderr,
66
- })
67
-
68
- if (p.exitCode !== 0) {
69
- throw new InstallFailedError({ stderr })
70
- }
71
- if (stdout.includes("already installed")) {
72
- throw new AlreadyInstalledError({})
73
- }
74
- }
75
- }