cloudaxe-opencode/packages/opencode/src/cli/cmd
2026-02-18 17:13:01 -06:00
..
debug
tui refactor: migrate src/cli/cmd/tui/thread.ts from Bun.file() to Filesystem module (#14135) 2026-02-18 17:28:41 -05:00
acp.ts
agent.ts refactor: migrate src/cli/cmd/agent.ts from Bun.file()/Bun.write() to Filesystem module (#14142) 2026-02-18 21:08:01 +00:00
auth.ts chore: generate 2026-02-17 21:23:23 +00:00
cmd.ts
db.ts feat(cli): add db migrate command for JSON to SQLite migration (#13874) 2026-02-16 19:05:21 +00:00
export.ts chore: add missing newline (#13992) 2026-02-17 16:04:58 -06:00
generate.ts
github.ts fix(github): emit PROMPT_TOO_LARGE error on context overflow (#14166) 2026-02-18 11:45:27 -06:00
import.ts refactor: migrate src/cli/cmd/import.ts from Bun.file() to Filesystem module (#14143) 2026-02-18 21:07:32 +00:00
mcp.ts refactor: migrate file/ripgrep.ts from Bun.file()/Bun.write() to Filesystem module (#14159) 2026-02-18 12:10:42 -05:00
models.ts
pr.ts
run.ts fix: opencode run crashing, and show errored tool calls in output (#14206) 2026-02-18 17:13:01 -06:00
serve.ts
session.ts refactor: migrate src/cli/cmd/session.ts from Bun.file() to statSync (#14144) 2026-02-18 16:20:58 -05:00
stats.ts sqlite again (#10597) 2026-02-14 04:19:02 +00:00
uninstall.ts refactor: migrate config/markdown.ts from Bun.file() to Filesystem module (#14151) 2026-02-18 12:35:32 -05:00
upgrade.ts
web.ts