cerebras-cli 1.0.1 → 1.0.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.
- package/cerebras-cli-1.0.0.tgz +0 -0
- package/package.json +7 -88
- package/AGENTS.md +0 -27
- package/Dockerfile +0 -10
- package/bunfig.toml +0 -4
- package/parsers-config.ts +0 -239
- package/script/build.ts +0 -151
- package/script/postinstall.mjs +0 -122
- package/script/publish.ts +0 -256
- package/script/schema.ts +0 -47
- package/src/acp/README.md +0 -164
- package/src/acp/agent.ts +0 -812
- package/src/acp/session.ts +0 -70
- package/src/acp/types.ts +0 -22
- package/src/agent/agent.ts +0 -310
- package/src/agent/generate.txt +0 -75
- package/src/auth/index.ts +0 -70
- package/src/bun/index.ts +0 -152
- package/src/bus/global.ts +0 -10
- package/src/bus/index.ts +0 -142
- package/src/cli/bootstrap.ts +0 -17
- package/src/cli/cmd/acp.ts +0 -88
- package/src/cli/cmd/agent.ts +0 -165
- package/src/cli/cmd/auth.ts +0 -369
- package/src/cli/cmd/cmd.ts +0 -7
- package/src/cli/cmd/debug/config.ts +0 -15
- package/src/cli/cmd/debug/file.ts +0 -91
- package/src/cli/cmd/debug/index.ts +0 -41
- package/src/cli/cmd/debug/lsp.ts +0 -47
- package/src/cli/cmd/debug/ripgrep.ts +0 -83
- package/src/cli/cmd/debug/scrap.ts +0 -15
- package/src/cli/cmd/debug/snapshot.ts +0 -48
- package/src/cli/cmd/export.ts +0 -88
- package/src/cli/cmd/generate.ts +0 -38
- package/src/cli/cmd/github.ts +0 -1200
- package/src/cli/cmd/import.ts +0 -98
- package/src/cli/cmd/mcp.ts +0 -400
- package/src/cli/cmd/models.ts +0 -77
- package/src/cli/cmd/pr.ts +0 -112
- package/src/cli/cmd/run.ts +0 -342
- package/src/cli/cmd/serve.ts +0 -31
- package/src/cli/cmd/session.ts +0 -106
- package/src/cli/cmd/stats.ts +0 -298
- package/src/cli/cmd/tui/app.tsx +0 -732
- package/src/cli/cmd/tui/attach.ts +0 -25
- package/src/cli/cmd/tui/component/border.tsx +0 -21
- package/src/cli/cmd/tui/component/dialog-agent.tsx +0 -31
- package/src/cli/cmd/tui/component/dialog-command.tsx +0 -124
- package/src/cli/cmd/tui/component/dialog-feedback.tsx +0 -160
- package/src/cli/cmd/tui/component/dialog-mcp.tsx +0 -86
- package/src/cli/cmd/tui/component/dialog-model.tsx +0 -223
- package/src/cli/cmd/tui/component/dialog-notification.tsx +0 -78
- package/src/cli/cmd/tui/component/dialog-provider.tsx +0 -222
- package/src/cli/cmd/tui/component/dialog-session-list.tsx +0 -97
- package/src/cli/cmd/tui/component/dialog-session-rename.tsx +0 -31
- package/src/cli/cmd/tui/component/dialog-status.tsx +0 -114
- package/src/cli/cmd/tui/component/dialog-tag.tsx +0 -44
- package/src/cli/cmd/tui/component/dialog-theme-list.tsx +0 -50
- package/src/cli/cmd/tui/component/logo.tsx +0 -37
- package/src/cli/cmd/tui/component/notification-banner.tsx +0 -58
- package/src/cli/cmd/tui/component/prompt/autocomplete.tsx +0 -530
- package/src/cli/cmd/tui/component/prompt/history.tsx +0 -107
- package/src/cli/cmd/tui/component/prompt/index.tsx +0 -931
- package/src/cli/cmd/tui/context/args.tsx +0 -14
- package/src/cli/cmd/tui/context/directory.ts +0 -12
- package/src/cli/cmd/tui/context/exit.tsx +0 -23
- package/src/cli/cmd/tui/context/helper.tsx +0 -25
- package/src/cli/cmd/tui/context/keybind.tsx +0 -111
- package/src/cli/cmd/tui/context/kv.tsx +0 -49
- package/src/cli/cmd/tui/context/local.tsx +0 -339
- package/src/cli/cmd/tui/context/prompt.tsx +0 -18
- package/src/cli/cmd/tui/context/route.tsx +0 -45
- package/src/cli/cmd/tui/context/sdk.tsx +0 -75
- package/src/cli/cmd/tui/context/sync.tsx +0 -374
- package/src/cli/cmd/tui/context/theme/aura.json +0 -69
- package/src/cli/cmd/tui/context/theme/ayu.json +0 -80
- package/src/cli/cmd/tui/context/theme/catppuccin-macchiato.json +0 -233
- package/src/cli/cmd/tui/context/theme/catppuccin.json +0 -112
- package/src/cli/cmd/tui/context/theme/cobalt2.json +0 -228
- package/src/cli/cmd/tui/context/theme/dracula.json +0 -219
- package/src/cli/cmd/tui/context/theme/everforest.json +0 -241
- package/src/cli/cmd/tui/context/theme/flexoki.json +0 -237
- package/src/cli/cmd/tui/context/theme/github.json +0 -233
- package/src/cli/cmd/tui/context/theme/gruvbox.json +0 -95
- package/src/cli/cmd/tui/context/theme/kanagawa.json +0 -77
- package/src/cli/cmd/tui/context/theme/material.json +0 -235
- package/src/cli/cmd/tui/context/theme/matrix.json +0 -77
- package/src/cli/cmd/tui/context/theme/mercury.json +0 -252
- package/src/cli/cmd/tui/context/theme/monokai.json +0 -221
- package/src/cli/cmd/tui/context/theme/nightowl.json +0 -221
- package/src/cli/cmd/tui/context/theme/nord.json +0 -223
- package/src/cli/cmd/tui/context/theme/one-dark.json +0 -84
- package/src/cli/cmd/tui/context/theme/orng.json +0 -245
- package/src/cli/cmd/tui/context/theme/palenight.json +0 -222
- package/src/cli/cmd/tui/context/theme/rosepine.json +0 -234
- package/src/cli/cmd/tui/context/theme/solarized.json +0 -223
- package/src/cli/cmd/tui/context/theme/synthwave84.json +0 -226
- package/src/cli/cmd/tui/context/theme/tokyonight.json +0 -243
- package/src/cli/cmd/tui/context/theme/vercel.json +0 -245
- package/src/cli/cmd/tui/context/theme/vesper.json +0 -218
- package/src/cli/cmd/tui/context/theme/zenburn.json +0 -223
- package/src/cli/cmd/tui/context/theme.tsx +0 -1077
- package/src/cli/cmd/tui/event.ts +0 -39
- package/src/cli/cmd/tui/routes/home.tsx +0 -104
- package/src/cli/cmd/tui/routes/session/dialog-message.tsx +0 -93
- package/src/cli/cmd/tui/routes/session/dialog-timeline.tsx +0 -37
- package/src/cli/cmd/tui/routes/session/footer.tsx +0 -76
- package/src/cli/cmd/tui/routes/session/header.tsx +0 -183
- package/src/cli/cmd/tui/routes/session/index.tsx +0 -1703
- package/src/cli/cmd/tui/routes/session/sidebar.tsx +0 -586
- package/src/cli/cmd/tui/spawn.ts +0 -60
- package/src/cli/cmd/tui/thread.ts +0 -120
- package/src/cli/cmd/tui/ui/dialog-alert.tsx +0 -55
- package/src/cli/cmd/tui/ui/dialog-confirm.tsx +0 -81
- package/src/cli/cmd/tui/ui/dialog-help.tsx +0 -36
- package/src/cli/cmd/tui/ui/dialog-prompt.tsx +0 -75
- package/src/cli/cmd/tui/ui/dialog-select.tsx +0 -317
- package/src/cli/cmd/tui/ui/dialog.tsx +0 -170
- package/src/cli/cmd/tui/ui/spinner.ts +0 -368
- package/src/cli/cmd/tui/ui/toast.tsx +0 -100
- package/src/cli/cmd/tui/util/clipboard.ts +0 -127
- package/src/cli/cmd/tui/util/editor.ts +0 -32
- package/src/cli/cmd/tui/util/terminal.ts +0 -114
- package/src/cli/cmd/tui/worker.ts +0 -63
- package/src/cli/cmd/uninstall.ts +0 -344
- package/src/cli/cmd/upgrade.ts +0 -67
- package/src/cli/cmd/web.ts +0 -84
- package/src/cli/error.ts +0 -55
- package/src/cli/ui.ts +0 -84
- package/src/cli/upgrade.ts +0 -25
- package/src/command/index.ts +0 -79
- package/src/command/template/initialize.txt +0 -10
- package/src/command/template/review.txt +0 -73
- package/src/config/config.ts +0 -886
- package/src/config/markdown.ts +0 -41
- package/src/env/index.ts +0 -26
- package/src/file/fzf.ts +0 -124
- package/src/file/ignore.ts +0 -83
- package/src/file/index.ts +0 -326
- package/src/file/ripgrep.ts +0 -391
- package/src/file/time.ts +0 -38
- package/src/file/watcher.ts +0 -89
- package/src/flag/flag.ts +0 -28
- package/src/format/formatter.ts +0 -277
- package/src/format/index.ts +0 -137
- package/src/global/index.ts +0 -52
- package/src/id/id.ts +0 -73
- package/src/ide/index.ts +0 -75
- package/src/index.ts +0 -158
- package/src/installation/index.ts +0 -194
- package/src/lsp/client.ts +0 -215
- package/src/lsp/index.ts +0 -370
- package/src/lsp/language.ts +0 -111
- package/src/lsp/server.ts +0 -1327
- package/src/mcp/auth.ts +0 -82
- package/src/mcp/index.ts +0 -576
- package/src/mcp/oauth-callback.ts +0 -203
- package/src/mcp/oauth-provider.ts +0 -132
- package/src/notification/index.ts +0 -101
- package/src/patch/index.ts +0 -622
- package/src/permission/index.ts +0 -198
- package/src/plugin/index.ts +0 -95
- package/src/project/bootstrap.ts +0 -31
- package/src/project/instance.ts +0 -68
- package/src/project/project.ts +0 -133
- package/src/project/state.ts +0 -65
- package/src/project/vcs.ts +0 -77
- package/src/provider/auth.ts +0 -143
- package/src/provider/models-macro.ts +0 -11
- package/src/provider/models.ts +0 -93
- package/src/provider/provider.ts +0 -996
- package/src/provider/sdk/openai-compatible/src/README.md +0 -5
- package/src/provider/sdk/openai-compatible/src/index.ts +0 -2
- package/src/provider/sdk/openai-compatible/src/openai-compatible-provider.ts +0 -100
- package/src/provider/sdk/openai-compatible/src/responses/convert-to-openai-responses-input.ts +0 -303
- package/src/provider/sdk/openai-compatible/src/responses/map-openai-responses-finish-reason.ts +0 -27
- package/src/provider/sdk/openai-compatible/src/responses/openai-config.ts +0 -18
- package/src/provider/sdk/openai-compatible/src/responses/openai-error.ts +0 -22
- package/src/provider/sdk/openai-compatible/src/responses/openai-responses-api-types.ts +0 -207
- package/src/provider/sdk/openai-compatible/src/responses/openai-responses-language-model.ts +0 -1713
- package/src/provider/sdk/openai-compatible/src/responses/openai-responses-prepare-tools.ts +0 -177
- package/src/provider/sdk/openai-compatible/src/responses/openai-responses-settings.ts +0 -1
- package/src/provider/sdk/openai-compatible/src/responses/tool/code-interpreter.ts +0 -88
- package/src/provider/sdk/openai-compatible/src/responses/tool/file-search.ts +0 -128
- package/src/provider/sdk/openai-compatible/src/responses/tool/image-generation.ts +0 -115
- package/src/provider/sdk/openai-compatible/src/responses/tool/local-shell.ts +0 -65
- package/src/provider/sdk/openai-compatible/src/responses/tool/web-search-preview.ts +0 -104
- package/src/provider/sdk/openai-compatible/src/responses/tool/web-search.ts +0 -103
- package/src/provider/transform.ts +0 -406
- package/src/pty/index.ts +0 -226
- package/src/ratelimit/index.ts +0 -185
- package/src/server/error.ts +0 -36
- package/src/server/project.ts +0 -50
- package/src/server/server.ts +0 -2463
- package/src/server/tui.ts +0 -71
- package/src/session/compaction.ts +0 -257
- package/src/session/index.ts +0 -470
- package/src/session/message-v2.ts +0 -641
- package/src/session/message.ts +0 -189
- package/src/session/processor.ts +0 -443
- package/src/session/prompt/anthropic-20250930.txt +0 -166
- package/src/session/prompt/anthropic.txt +0 -105
- package/src/session/prompt/anthropic_spoof.txt +0 -1
- package/src/session/prompt/beast.txt +0 -147
- package/src/session/prompt/build-switch.txt +0 -5
- package/src/session/prompt/codex.txt +0 -318
- package/src/session/prompt/compaction.txt +0 -12
- package/src/session/prompt/copilot-gpt-5.txt +0 -143
- package/src/session/prompt/gemini.txt +0 -155
- package/src/session/prompt/max-steps.txt +0 -16
- package/src/session/prompt/plan-reminder-anthropic.txt +0 -67
- package/src/session/prompt/plan.txt +0 -26
- package/src/session/prompt/polaris.txt +0 -107
- package/src/session/prompt/qwen.txt +0 -109
- package/src/session/prompt/summarize.txt +0 -4
- package/src/session/prompt/title.txt +0 -36
- package/src/session/prompt.ts +0 -1541
- package/src/session/retry.ts +0 -82
- package/src/session/revert.ts +0 -108
- package/src/session/status.ts +0 -75
- package/src/session/summary.ts +0 -203
- package/src/session/system.ts +0 -148
- package/src/session/todo.ts +0 -36
- package/src/share/share-next.ts +0 -195
- package/src/share/share.ts +0 -87
- package/src/snapshot/index.ts +0 -197
- package/src/storage/storage.ts +0 -226
- package/src/telemetry/index.ts +0 -232
- package/src/tool/bash.ts +0 -365
- package/src/tool/bash.txt +0 -128
- package/src/tool/batch.ts +0 -173
- package/src/tool/batch.txt +0 -28
- package/src/tool/codesearch.ts +0 -138
- package/src/tool/codesearch.txt +0 -12
- package/src/tool/edit.ts +0 -674
- package/src/tool/edit.txt +0 -10
- package/src/tool/glob.ts +0 -65
- package/src/tool/glob.txt +0 -6
- package/src/tool/grep.ts +0 -120
- package/src/tool/grep.txt +0 -8
- package/src/tool/invalid.ts +0 -17
- package/src/tool/ls.ts +0 -110
- package/src/tool/ls.txt +0 -1
- package/src/tool/lsp-diagnostics.ts +0 -26
- package/src/tool/lsp-diagnostics.txt +0 -1
- package/src/tool/lsp-hover.ts +0 -31
- package/src/tool/lsp-hover.txt +0 -1
- package/src/tool/multiedit.ts +0 -46
- package/src/tool/multiedit.txt +0 -41
- package/src/tool/patch.ts +0 -233
- package/src/tool/patch.txt +0 -1
- package/src/tool/read.ts +0 -217
- package/src/tool/read.txt +0 -12
- package/src/tool/registry.ts +0 -148
- package/src/tool/task.ts +0 -135
- package/src/tool/task.txt +0 -60
- package/src/tool/todo.ts +0 -39
- package/src/tool/todoread.txt +0 -14
- package/src/tool/todowrite.txt +0 -167
- package/src/tool/tool.ts +0 -66
- package/src/tool/webfetch.ts +0 -187
- package/src/tool/webfetch.txt +0 -14
- package/src/tool/websearch.ts +0 -150
- package/src/tool/websearch.txt +0 -11
- package/src/tool/write.ts +0 -99
- package/src/tool/write.txt +0 -8
- package/src/types/shims.d.ts +0 -3
- package/src/util/color.ts +0 -19
- package/src/util/context.ts +0 -25
- package/src/util/defer.ts +0 -12
- package/src/util/eventloop.ts +0 -20
- package/src/util/filesystem.ts +0 -69
- package/src/util/fn.ts +0 -11
- package/src/util/iife.ts +0 -3
- package/src/util/keybind.ts +0 -79
- package/src/util/lazy.ts +0 -11
- package/src/util/locale.ts +0 -81
- package/src/util/lock.ts +0 -98
- package/src/util/log.ts +0 -177
- package/src/util/queue.ts +0 -32
- package/src/util/rpc.ts +0 -42
- package/src/util/scrap.ts +0 -10
- package/src/util/signal.ts +0 -12
- package/src/util/timeout.ts +0 -14
- package/src/util/token.ts +0 -7
- package/src/util/wildcard.ts +0 -54
- package/sst-env.d.ts +0 -9
- package/test/bun.test.ts +0 -53
- package/test/config/agent-color.test.ts +0 -66
- package/test/config/config.test.ts +0 -503
- package/test/config/markdown.test.ts +0 -89
- package/test/file/ignore.test.ts +0 -10
- package/test/fixture/fixture.ts +0 -28
- package/test/fixture/lsp/fake-lsp-server.js +0 -77
- package/test/ide/ide.test.ts +0 -82
- package/test/keybind.test.ts +0 -317
- package/test/lsp/client.test.ts +0 -95
- package/test/patch/patch.test.ts +0 -348
- package/test/preload.ts +0 -38
- package/test/project/project.test.ts +0 -42
- package/test/provider/provider.test.ts +0 -1809
- package/test/provider/transform.test.ts +0 -305
- package/test/session/retry.test.ts +0 -61
- package/test/session/session.test.ts +0 -71
- package/test/snapshot/snapshot.test.ts +0 -939
- package/test/tool/__snapshots__/tool.test.ts.snap +0 -9
- package/test/tool/bash.test.ts +0 -55
- package/test/tool/patch.test.ts +0 -259
- package/test/util/iife.test.ts +0 -36
- package/test/util/lazy.test.ts +0 -50
- package/test/util/timeout.test.ts +0 -21
- package/test/util/wildcard.test.ts +0 -55
- package/tsconfig.json +0 -17
package/src/cli/cmd/run.ts
DELETED
|
@@ -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
|
-
})
|
package/src/cli/cmd/serve.ts
DELETED
|
@@ -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
|
-
})
|
package/src/cli/cmd/session.ts
DELETED
|
@@ -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
|
-
}
|