Skip to content

Tmux Workbench v0.1.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jul 08:29

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.md
    • AGENT.md
    • CLAUDE.md
    • GEMINI.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 codex and claude when 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 | bash

macOS 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/ws

From source

cargo install --git https://github.com/LeON-Nie-code/tmux-workbench ws

Notes

This is still a pre-1.0 release. CLI behavior, config format, and database
schema may still change while the project matures.