cloudaxe-opencode/packages/opencode/src/cli/cmd/tui
Dax Raad a27d3c1623 tui: fix session resumption with --session-id flag to navigate after app initialization
Previously when passing a session ID directly, the route was set during initial
render which could cause navigation issues before the router was fully ready.
Now the session navigation happens after initialization completes, ensuring
the TUI properly loads the requested session when users resume with --session-id.
2026-04-17 11:41:24 -04:00
..
asset feat: add interactive burst to the TUI logo (#22098) 2026-04-13 19:36:28 -04:00
component feat(core): exponential backoff of workspace reconnect (#23083) 2026-04-17 09:52:10 -04:00
config core: migrate config loading to Effect framework (#23032) 2026-04-17 06:44:01 +00:00
context fix incorrect light mode in ghostty 2026-04-17 11:32:17 -04:00
feature-plugins feat: enable type-aware no-floating-promises rule, fix all 177 violations (#22741) 2026-04-15 23:27:32 -04:00
plugin fix: preserve prompt input across unmount/remount cycles (#22508) 2026-04-17 04:23:30 +00:00
routes fix: preserve prompt input across unmount/remount cycles (#22508) 2026-04-17 04:23:30 +00:00
ui CLI perf: reduce deps (#22652) 2026-04-16 02:03:03 -04:00
util fade in prompt metadata transitions (#23037) 2026-04-17 06:12:41 +00:00
app.tsx tui: fix session resumption with --session-id flag to navigate after app initialization 2026-04-17 11:41:24 -04:00
attach.ts CLI perf: reduce deps (#22652) 2026-04-16 02:03:03 -04:00
event.ts fix: resolve oxlint warnings — suppress false positives, remove unused imports (#22687) 2026-04-15 21:33:54 -04:00
layer.ts CLI perf: reduce deps (#22652) 2026-04-16 02:03:03 -04:00
thread.ts CLI perf: reduce deps (#22652) 2026-04-16 02:03:03 -04:00
win32.ts fix: remove 8 more unnecessary as any casts in opencode core (#22877) 2026-04-16 19:27:53 +00:00
worker.ts feat: unwrap 11 util namespaces to flat exports + barrel (#22739) 2026-04-15 23:15:58 -04:00