Releases: coder-company/agentmux
Releases · coder-company/agentmux
Release list
v0.2.1
v0.2.0
v0.1.1
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
agentmux v0.1.0
A modern terminal workspace control plane over tmux.
Install
curl -fsSL https://amux.coder.company/install.sh | shHighlights
- 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
atmuxalias via symlink
Binaries
| Platform | Architecture |
|---|---|
| Linux | amd64, arm64 |
| macOS | amd64, arm64 |