Skip to content

Releases: CoderMungan/tmux-opencode

v0.1.4

25 Jun 20:16

Choose a tag to compare

Hotfix release for TPM loading.

  • fix plugin entrypoint so TPM can execute and load it correctly
  • restore working prefix + O popup binding
  • update manual install docs to use run-shell
  • align validation with executable entrypoint

v0.1.3

25 Jun 19:39

Choose a tag to compare

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 ctx project for durable coding-session context
  • add community links for kampus and ctx Discord

Validation

  • make validate

v0.1.2

25 Jun 18:37

Choose a tag to compare

What's changed

  • rename repository references from tmux-opencode-plugin to tmux-opencode
  • update README install, manual source, badge, and status script examples for the new repository name

Validation

  • make validate

v0.1.1

25 Jun 18:30

Choose a tag to compare

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, and done
  • detect approval waits from opencode message and part SQLite 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

25 Jun 14:45

Choose a tag to compare

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 fzf support 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.2 is required for display-popup
  • sqlite3 and the opencode CLI must be available in PATH