opencode/packages/opencode
Kit Langton 76d814e747
refactor(server): unify instance httpapi middleware routing
Unify declared instance HTTP API endpoints under typed middleware routing, including event streaming and PTY WebSocket connect handling.\n\nPreserve PTY connect compatibility by checking missing PTYs before parsing optional cursor and ticket query fields, with regression coverage.
2026-05-27 08:45:11 -04:00
..
bin
migration
script opencode: provide channel to web build (#28612) 2026-05-21 17:22:27 +08:00
specs
src refactor(server): unify instance httpapi middleware routing 2026-05-27 08:45:11 -04:00
test refactor(server): unify instance httpapi middleware routing 2026-05-27 08:45:11 -04:00
.gitignore
AGENTS.md
BUN_SHELL_MIGRATION_PLAN.md
bunfig.toml
Dockerfile
drizzle.config.ts
git
package.json sync release versions for v1.15.11 2026-05-27 04:01:11 +00:00
parsers-config.ts
README.md
sst-env.d.ts
tsconfig.json

js

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.