NTM v1.4.1
Named Tmux Manager - Orchestrate AI coding agents in tmux sessions with beautiful TUI interfaces.
Quick Install
# One-liner install (Linux/macOS)
curl -fsSL https://raw.githubusercontent.com/Dicklesworthstone/ntm/main/install.sh | bash
# Homebrew (macOS/Linux)
brew install dicklesworthstone/tap/ntm
# Go install
go install github.com/Dicklesworthstone/ntm/cmd/ntm@v1.4.1Shell Integration
Add to your shell rc file:
eval "$(ntm init zsh)" # for zsh
eval "$(ntm init bash)" # for bash
eval "$(ntm init fish)" # for fishChangelog
Features
- 8692043: feat(spawn): add --safety flag to prevent accidental session reuse (@Dicklesworthstone)
Bug Fixes
- 4aaf3ec: fix(cli): handle json.Encoder error in outputError (@Dicklesworthstone)
- 6baa3c0: fix(cli): use rune-aware truncation in health command (@Dicklesworthstone)
- 3071680: fix(dashboard): refresh health data periodically with status updates (@Dicklesworthstone)
- 138144b: fix(health): remove redundant condition in detectActivity (@Dicklesworthstone)
- 25dcc81: fix(robot): add helpful hint to --spawn-safety error message (@Dicklesworthstone)
- 092ab95: fix(robot): remove text truncation from markdown output (@Dicklesworthstone)
- 79d3847: fix(tests): correct TestRobotSpawn payload struct to match SpawnOutput (@Dicklesworthstone)
Others
- 39779e3: chore(approval): add explicit error drop markers for best-effort operations (@Dicklesworthstone)
Full Changelog: v1.4.0...v1.4.1
Container Image: ghcr.io/dicklesworthstone/ntm:v1.4.1