Skip to content

Releases: coder-company/agentmux

v0.2.1

Choose a tag to compare

@chai1any chai1any released this 19 Jun 10:44
v0.2.1
516dcb2

Changelog

  • 516dcb2 fix(tmux): use TAB as format delimiter for tmux 3.4+

v0.2.0

Choose a tag to compare

@chai1any chai1any released this 19 Jun 10:39
v0.2.0
0120bd5

Changelog

  • 0120bd5 fix(tmux): treat "error connecting" as empty server

v0.1.1

Choose a tag to compare

@chai1any chai1any released this 24 May 14:04
v0.1.1
fe52897

TUI visual redesign

  • Selected session: ▸ cursor + purple inverse highlight
  • Every row shows window count + relative time
  • Header with separator line, drops right-side gracefully on narrow terminals
  • Footer: dot-separated keybindings that clip at width
  • Panels: rounded borders with gap between
  • Preview: session title + path + window names

Resize hardening

  • Tested 500 random resizes (1–200 × 1–60) across all views: zero panics
  • Small terminals show "Terminal too small" instead of crashing
  • Header, footer, panels all degrade gracefully

Bug fixes

  • Palette quit/attach actions now actually quit the program
  • CLI attach uses syscall.Exec (proper process replacement)
  • Removed dead code (unused AttachSession, unused footer functions)

v0.1.0

Choose a tag to compare

@chai1any chai1any released this 24 May 13:27
v0.1.0
1d0a6f3

agentmux v0.1.0

A modern terminal workspace control plane over tmux.

Install

curl -fsSL https://amux.coder.company/install.sh | sh

Highlights

  • Full-screen TUI with session browser and pane preview
  • Vim-style navigation (j/k, gg, G)
  • Command palette with fuzzy search (/)
  • Workspace launcher from TOML config (p)
  • Inline session rename, kill confirmation
  • CLI commands: list, new, attach, kill, init
  • SQLite recent session tracking
  • Session name validation
  • Schema-versioned database with corrupt recovery
  • atmux alias via symlink

Binaries

Platform Architecture
Linux amd64, arm64
macOS amd64, arm64