opencode/packages/opencode
Alex Yaroshuk 23c803707d
fix(app): binary file handling in file view (#11312)
2026-02-01 09:40:33 -06:00
..
bin
script feat(build): respect OPENCODE_MODELS_URL env var (#11384) 2026-01-30 19:37:37 -06:00
src fix(app): binary file handling in file view (#11312) 2026-02-01 09:40:33 -06:00
test fix: ensure switching anthropic models mid convo on copilot works without errors, fix issue with reasoning opaque not being picked up for gemini models (#11569) 2026-02-01 01:36:44 -06:00
.gitignore
AGENTS.md
Dockerfile
README.md
bunfig.toml fix: use Instance.directory instead of process.cwd() in read tool 2026-01-26 20:57:50 -05:00
package.json release: v1.1.48 2026-01-31 13:48:22 +00:00
parsers-config.ts
sst-env.d.ts
tsconfig.json

README.md

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.