This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryUpdates @Dicklesworthstone, Quick Install ```bash, and Bug Fixes across a mixed release.
Full changelog
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/[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
- 8692043b3742a719d2885e6526b6fa736cfaba8c: feat(spawn): add --safety flag to prevent accidental session reuse (@Dicklesworthstone)
Bug Fixes
- 4aaf3ec2d37385d40b6496db163bd0aae78b1921: fix(cli): handle json.Encoder error in outputError (@Dicklesworthstone)
- 6baa3c0539b357eac74f3ab9e223068e1f7c2157: fix(cli): use rune-aware truncation in health command (@Dicklesworthstone)
- 3071680be674cd2d59950d91ea6f49ac238e11af: fix(dashboard): refresh health data periodically with status updates (@Dicklesworthstone)
- 138144b2c3ae9019165d12106aff761ff035dd6c: fix(health): remove redundant condition in detectActivity (@Dicklesworthstone)
- 25dcc816e3f9209b2b245d55c1f03883732d8341: fix(robot): add helpful hint to --spawn-safety error message (@Dicklesworthstone)
- 092ab956e82826e13326bbb6411ec48ce711d43e: fix(robot): remove text truncation from markdown output (@Dicklesworthstone)
- 79d3847918f63d5151ed88043fb828de9a1ed61b: fix(tests): correct TestRobotSpawn payload struct to match SpawnOutput (@Dicklesworthstone)
Others
- 39779e3c0b3cefc94fa13708a3e57d2c71a6eb0a: chore(approval): add explicit error drop markers for best-effort operations (@Dicklesworthstone)
Full Changelog: https://github.com/Dicklesworthstone/ntm/compare/v1.4.0...v1.4.1
Container Image: ghcr.io/dicklesworthstone/ntm:v1.4.1
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]