Files
anomalyco_opencode/packages/opencode
Simon Klee fa4050673d run: defer startup work until first paint
Keep optional initialization off the critical rendering path so the prompt
appears before network and heavy module startup completes. Stop deferred
work when the footer closes to avoid needless requests during early exit.
2026-07-06 08:36:38 +02:00
..
2026-06-27 01:16:30 -04:00
2026-03-27 15:00:26 +01:00
2026-07-01 17:12:00 -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.