Rafi Khardalian
Rafi Khardalian
## Summary Adds an interactive session switcher dialog for navigating between parent and subagent sessions, replacing the need to cycle through sessions one-by-one. - Hierarchical display of parent and descendant...
### Problem When working with subagent sessions (e.g., tasks spawned by the `task` tool), navigation currently requires cycling through sessions one-by-one using `right` / `left`. This becomes inefficient when: -...
## Summary Fixes regression where `opencode attach --session` fails with "Session not found" when run from a different directory than where the session was created. ## The issue PR #6715...
## Description `opencode attach` with `--session` flag fails with "Session not found" error when the client's current working directory differs from the directory where the session was created. This is...
## Summary Adds a `server.enabled` config option that explicitly enables the HTTP server for the TUI, restoring the pre-982b71e behavior for users who need external connections (desktop app, SDK, etc)....
## Problem Since v1.1.10 (commit 982b71e86), the TUI no longer starts an HTTP server by default. While this is a reasonable security improvement, it breaks workflows that depend on the...