Files
opencode/packages/opencode
Dax Raad bd8c3cd0f1 BREAKING CONFIG CHANGE
We have changed the config format yet again - but this should be the
final time. You can see the readme for more details but the summary is

- got rid of global providers config
- got rid of global toml
- global config is now in `~/.config/opencode/config.json`
- it will be merged with any project level config
2025-06-18 23:01:19 -04:00
..
2025-06-16 15:11:14 -04:00
2025-06-18 23:01:19 -04:00
2025-06-18 13:40:36 -04:00
2025-06-04 13:12:48 -04:00
2025-06-18 23:01:19 -04:00
2025-06-18 16:13:33 -04:00
2025-05-30 20:48:36 -04:00
2025-05-30 20:48:36 -04:00

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.