Tmux Workbench v0.1.1
Pre-release
Pre-release
Tmux Workbench v0.1.1
Tmux Workbench is now positioned around the workflow it was built for:
workspace memory for SSH, tmux, and AI coding agents.
This release adds agent-context indexing and a smoother attach experience.
Highlights
- Index AI agent instruction files in each workspace root:
AGENTS.mdAGENT.mdCLAUDE.mdGEMINI.md.cursorrules.windsurfrules
- Add
ws agent <workspace>to inspect indexed agent context. - Show agent docs in the TUI workspace detail view.
- Prefer coding-agent panes such as
codexandclaudewhen choosing a
workspace root. - Add a TUI loading state while preparing tmux attach, so slow remote checks no
longer look like the UI is frozen. - Improve README positioning for SSH + tmux + AI coding agent workflows.
Install
Install script
curl -fsSL https://raw.githubusercontent.com/LeON-Nie-code/tmux-workbench/master/install.sh | bashmacOS Apple Silicon
curl -L -o ws https://github.com/LeON-Nie-code/tmux-workbench/releases/download/v0.1.1/ws-macos-aarch64
chmod +x ws
mkdir -p ~/.local/bin
mv ws ~/.local/bin/wsFrom source
cargo install --git https://github.com/LeON-Nie-code/tmux-workbench wsNotes
This is still a pre-1.0 release. CLI behavior, config format, and database
schema may still change while the project matures.