NTM v1.1.0
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.1.0Shell 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
- f4b980c: feat(agentmail): add pre-commit guard install/uninstall commands (@Dicklesworthstone)
- 8e98d07: feat(tracker): add file change tracking with agent attribution (@Dicklesworthstone)
- b27d530: feat(watcher): add polling-based fallback for file watching (@Dicklesworthstone)
- bb2ac55: feat(watcher): integrate polling mode with automatic fsnotify fallback (@Dicklesworthstone)
Bug Fixes
- f543594: fix(dashboard): improve pane row rendering and context bar bounds (@Dicklesworthstone)
- b0ed46e: fix(layout): align responsive breakpoints with design tokens (@Dicklesworthstone)
- 41998ae: fix(tutorial): fix arrow animation and use ASCII in AnimatedBorder (@Dicklesworthstone)
- 34d9c01: fix(watch): use pane.ID for output capture and state tracking (@Dicklesworthstone)
Others
- e3646fc: chore(beads): sync issue tracker state (@Dicklesworthstone)
- 32ca240: refactor(palette): use layout tier system for responsive breakpoints (@Dicklesworthstone)
- e73713c: refactor(status): remove idle grace period and add user pane heuristic (@Dicklesworthstone)
- d682469: test(e2e): expand robot mode JSON output test coverage (@Dicklesworthstone)
Full Changelog: v1.0.0...v1.1.0
Container Image: ghcr.io/dicklesworthstone/ntm:v1.1.0