Files
opencode/packages/opencode
Dax Raad fb0a200ecf refactor: replace OPENCODE_AGENTS env var with HTTP API call
Replace environment variable passing of agent data from Node.js to TUI
with proper HTTP API call to /agent endpoint. This improves architecture
by eliminating env var dependencies and allows dynamic agent data fetching.
2025-08-11 22:42:25 -04:00
..
2025-08-10 22:23:59 -04:00
2025-07-03 21:36:09 -04:00
2025-08-05 12:01:48 -04:00
2025-08-12 02:33:35 +00: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.