You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rebuilt the application in Go with Bubble Tea, Bubbles, and Lip Gloss while preserving the
existing Codex, Claude Code, and OpenCode workflows. Releases are now self-contained binaries,
and the former Python, uv, Docker, and platform-specific build paths have been removed.
Moved session discovery, conversation loading, clipboard work, and session changes into
message-driven commands so filesystem and CLI operations never block the terminal event loop.
Strengthened destructive-operation safety with stale-list protection, strict session ID and
path validation, symlink refusal, ordered sub-agent cascades, bounded concurrency, retryable
OpenCode deletions, and consistent recovery after partial failures.
Improved terminal behavior across narrow windows, resizing, long and Unicode text, scrolling,
focus changes, search, multi-select, confirmation dialogs, and cached conversation previews.
Refined the English and Simplified Chinese interface, command-line help, errors, and README
documentation. Data-directory defaults and CLI requirements are now described consistently.
Added broad unit and interaction coverage, go vet, Staticcheck, and CI checks, with a unified
four-platform release workflow and checksummed archives.