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
Added OpenCode support. You can browse, search, and preview OpenCode sessions, copy their
resume commands, and delete them from the same interface used for Codex and Claude Code.
OpenCode sub-agent sessions are shown beneath their source sessions. Placeholder titles are
replaced with the opening message, and tool activity is excluded from the conversation preview.
Added orphan cleanup for OpenCode. Archived sessions remain visible, while archive and
unarchive actions stay in OpenCode itself.
Added multi-select: press Space or double-click to select sessions, then archive, unarchive, or
delete the entire selection. Descendant sub-agent sessions are included automatically.
Bulk changes are faster and safer: independent session trees run concurrently, related sessions
keep their required order, temporary OpenCode database conflicts are retried, and unfinished
selections remain available to retry.
Added --opencode-home for custom OpenCode data locations. The selected data directory must be
named opencode.
Refined the English and Simplified Chinese interface text and documentation, updated both
screenshots, consolidated the README shortcut reference with clear agent availability, and
added the MIT license file.