Files
opencode/packages/opencode
Dax c34aec060f Merge agent and mode into one (#1689)
The concept of mode has been deprecated, there is now only the agent field in the config.

An agent can be cycled through as your primary agent with <tab> or you can spawn a subagent by @ mentioning it. if you include a description of when to use it, the primary agent will try to automatically use it

Full docs here: https://opencode.ai/docs/agents/
2025-08-07 16:32:12 -04:00
..
2025-07-31 19:57:07 -04:00
2025-08-07 16:32:12 -04:00
2025-07-03 21:36:09 -04:00
2025-08-05 12:01:48 -04:00
2025-05-30 20:48:36 -04:00
2025-08-02 18:56:34 -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.