This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryBroad release touches @Dicklesworthstone, Quick Install ```bash, Bug Fixes, and Others.
Full changelog
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/[email protected]
Shell Integration
Add to your shell rc file:
eval "$(ntm init zsh)" # for zsh
eval "$(ntm init bash)" # for bash
eval "$(ntm init fish)" # for fish
Changelog
Features
- f4b980c5d0baac2a0dff0c73073853836a5c3fc9: feat(agentmail): add pre-commit guard install/uninstall commands (@Dicklesworthstone)
- 8e98d074668b35cf5cc7939b1da2217ceb10d282: feat(tracker): add file change tracking with agent attribution (@Dicklesworthstone)
- b27d530ad1f598003e8300355ca58204ddb6bff0: feat(watcher): add polling-based fallback for file watching (@Dicklesworthstone)
- bb2ac557191584dac12fe7e7a8d2286e2a2d61bf: feat(watcher): integrate polling mode with automatic fsnotify fallback (@Dicklesworthstone)
Bug Fixes
- f5435946a9458127f68c7eb365e608004e41ae1b: fix(dashboard): improve pane row rendering and context bar bounds (@Dicklesworthstone)
- b0ed46e0df7a9fc660801d191ffffd740609c4df: fix(layout): align responsive breakpoints with design tokens (@Dicklesworthstone)
- 41998aeb3d70452c7eca8fa6273c69acb2519038: fix(tutorial): fix arrow animation and use ASCII in AnimatedBorder (@Dicklesworthstone)
- 34d9c01299403c6b0c34eca7d7e5b18bdc840d58: fix(watch): use pane.ID for output capture and state tracking (@Dicklesworthstone)
Others
- e3646fc1fc3ecbf982a2b27b9f48b7be5e8c61d6: chore(beads): sync issue tracker state (@Dicklesworthstone)
- 32ca24065e9aa353ff5f4cc9b5d2155f728b1c9a: refactor(palette): use layout tier system for responsive breakpoints (@Dicklesworthstone)
- e73713c50b812e44e4226be2eca4287f5f8275b6: refactor(status): remove idle grace period and add user pane heuristic (@Dicklesworthstone)
- d682469cc5df9bc24f3c6a7d2bd28751da8648e2: test(e2e): expand robot mode JSON output test coverage (@Dicklesworthstone)
Full Changelog: https://github.com/Dicklesworthstone/ntm/compare/v1.0.0...v1.1.0
Container Image: ghcr.io/dicklesworthstone/ntm:v1.1.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About ntm
Named Tmux Manager — spawn, tile, and coordinate multiple AI coding agents (Claude, Codex, Gemini) across tmux panes with a TUI command palette.
Related context
Related tools
Beta — feedback welcome: [email protected]