cloudaxe-opencode/packages/opencode/src/cli/cmd
Dax Raad 89d6f60d25 refactor(server): extract createApp function for server initialization
- Replace Server.App() with Server.Default() for internal server access
- Extract server app creation into Server.createApp(opts) for testability
- Move CORS whitelist from module-level variable to function parameter
- Update all tests to use Server.Default() instead of Server.App()
2026-03-09 17:13:52 -04:00
..
debug refactor: replace Bun.sleep with node timers (#15013) 2026-03-05 21:54:06 -05:00
tui refactor(server): extract createApp function for server initialization 2026-03-09 17:13:52 -04:00
acp.ts fix: ensure ask question tool isn't included when using acp (#11379) 2026-01-30 17:32:51 -06:00
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 refactor: replace Bun.sleep with node timers (#15013) 2026-03-05 21:54:06 -05:00
cmd.ts fix(run): allow messages to start with dash (-) (#4904) 2025-12-02 12:52:05 -06:00
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 playing with sdk docs 2025-12-07 19:58:04 -05:00
github.ts refactor(opencode): replace Bun shell in core flows (#16286) 2026-03-09 15:19:50 -04:00
import.ts fix: project ID conflict, and update on same session id (#15596) 2026-03-02 13:09:53 +05:30
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 core: refactor provider and model system (#5033) 2025-12-03 21:09:03 -05:00
pr.ts refactor(opencode): replace Bun shell in core flows (#16286) 2026-03-09 15:19:50 -04:00
run.ts refactor(server): extract createApp function for server initialization 2026-03-09 17:13:52 -04:00
serve.ts feat(core): rework workspace integration and adaptor interface (#15895) 2026-03-03 21:35:38 -05:00
session.ts refactor(opencode): replace Bun.which with npm which (#15012) 2026-03-06 05:18:29 +00:00
stats.ts sqlite again (#10597) 2026-02-14 04:19:02 +00:00
uninstall.ts refactor(opencode): replace Bun shell in core flows (#16286) 2026-03-09 15:19:50 -04:00
upgrade.ts feat: add choco and scoop to opencode upgrade methods (#8439) 2026-01-14 09:39:01 -06:00
web.ts feat(server): add --mdns-domain flag to customize mDNS hostname (#11796) 2026-02-02 14:52:32 -06:00
workspace-serve.ts feat(core): basic implementation of remote workspace support (#15120) 2026-02-27 15:36:39 -05:00