Releases: CoderMungan/tmux-opencode
Releases · CoderMungan/tmux-opencode
v0.1.4
v0.1.3
What's changed
- add a sanitized README preview image for the tmux popup and status segment
- update the README with the new preview asset
- mention the
ctxproject for durable coding-session context - add community links for kampus and ctx Discord
Validation
make validate
v0.1.2
What's changed
- rename repository references from
tmux-opencode-plugintotmux-opencode - update README install, manual source, badge, and status script examples for the new repository name
Validation
make validate
v0.1.1
What's changed
- simplify popup rows to show colored status dot, status label, session title, and project directory
- hide internal
ses_...ids from the popup while keeping resume behavior intact - normalize session states to
process,approve, anddone - detect approval waits from opencode
messageandpartSQLite records - update the status segment output to
OC / P / A / D - refresh the README to document the new popup and status behavior
Validation
make validate
v0.1.0
tmux-opencode-plugin v0.1.0
Initial public release of a bash-only tmux plugin for browsing and resuming opencode sessions.
Highlights
- Tracks opencode sessions from both tmux panes and the local opencode SQLite database
- Popup session browser with
fzfsupport and fallback numbered selection - Resume flow for stored sessions in a new tmux window or split pane
- Status segment for tmux status line
- Best-effort detection of attached/live tmux sessions
- Multiagent-aware session collapsing for orchestrator + subagent trees
- TPM-compatible setup and English documentation
Notes
- tmux
>= 3.2is required fordisplay-popup sqlite3and theopencodeCLI must be available inPATH