Files
anomalyco_opencode/packages/opencode
Simon Klee 991ed7a7c4 run: clear prompt draft on Ctrl-c before exit
When the prompt has text, Ctrl-c now clears it instead of
immediately starting the two-press exit sequence. An empty prompt
still triggers exit as before. The clear key is configurable via
the input_clear keybind.

Model labels now show provider display names (e.g. "GPT-5 · OpenAI")
instead of raw IDs, preferring configured providers over the full
provider list for resolution.
2026-05-07 22:05:32 +02:00
..
2026-05-07 12:38:29 -04:00
2026-02-25 01:48:10 -05:00
2026-03-27 15:00:26 +01:00
2026-02-14 04:19:02 +00:00
2026-02-18 13:54:23 -05: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.