NTM v1.16.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 -s -- --version=v1.16.1
# Homebrew (macOS/Linux)
brew install dicklesworthstone/tap/ntm
# Source build
git clone --branch v1.16.1 --depth 1 https://github.com/Dicklesworthstone/ntm.git
cd ntm && go install ./cmd/ntmShell Integration
Add to your shell rc file:
eval "$(ntm shell zsh)" # for zsh
eval "$(ntm shell bash)" # for bash
eval "$(ntm shell fish)" # for fishChangelog
Bug Fixes
- 7779cbb: fix(agentmail): registration_token plumbing + overseer via send_message (#146) (@Dicklesworthstone)
- b61f658: fix(spawn): respect resolved Codex model in ChatGPT-account preflight (#147) (@Dicklesworthstone)
Others
- 308b895: Fix fresh-eyes release follow-ups (@Dicklesworthstone)
- d71736b: internal: tighten worktree-root + pane-lookup resolution, parse rch daemon status envelope, allow "." in lock-path matcher (@Dicklesworthstone)
Full Changelog: v1.16.0...v1.16.1
Container Image: ghcr.io/dicklesworthstone/ntm:v1.16.1