Files
opencode/packages/opencode
Kit Langton 3b7eafc86e feat(tui): show progress and confirmation when forking a session
Forking gave no feedback: the dialog stayed open during the (potentially
slow) fork, then silently navigated to a near-identical copy. Now the
dialog shows a "Forking session…" spinner while the fork runs, then lands
on the new session with a "Forked session" toast (or an error toast on
failure).

Mount <Toast/> once in the app shell instead of per-route, so a toast
fired around route.navigate survives the route remount.
2026-05-27 21:53:27 -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.