cloudaxe-opencode/packages/opencode/src/cli/cmd/tui
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
..
component fix(digitalocean): use OAuth token directly for inference instead of creating MAK (#28897) 2026-05-26 14:20:25 -05:00
config feat(tui): make prompt size responsive and configurable (#28255) 2026-05-25 09:24:19 -05:00
context Prepare TUI lifecycle for scenario tests (#28258) 2026-05-26 21:02:02 +02:00
feature-plugins fix(tui): accelerate diff viewer scrolling (#29453) 2026-05-26 20:53:13 +00:00
plugin chore: generate 2026-05-22 13:52:40 +00:00
routes feat(tui): show progress and confirmation when forking a session 2026-05-27 21:53:27 -04:00
ui use keymap state for layer visibility (#26246) 2026-05-19 17:07:26 +02:00
util fix(tui): open external editor in worktree cwd (#29130) 2026-05-24 22:40:40 -04:00
app.tsx feat(tui): show progress and confirmation when forking a session 2026-05-27 21:53:27 -04:00
attach.ts Prepare TUI lifecycle for scenario tests (#28258) 2026-05-26 21:02:02 +02:00
attention.ts chore: generate 2026-05-13 01:28:35 +00:00
event.ts Move schema utilities into core (#26565) 2026-05-09 19:51:09 +00:00
keymap.tsx chore: generate 2026-05-19 15:11:40 +00:00
layer.ts core: move npm service to core package for shared dependency management 2026-04-25 14:36:15 -04:00
thread.ts Prepare TUI lifecycle for scenario tests (#28258) 2026-05-26 21:02:02 +02:00
validate-session.ts Drop unused ID Zod statics (#26740) 2026-05-10 19:58:21 -04:00
win32.ts
worker.ts refactor(instance): retire WithInstance adapter (#27782) 2026-05-16 01:30:07 +05:30