Skip to content

ntm

v1.16.0 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agents cli developer-tools go tmux

Summary

AI summary

Broad release touches @Dicklesworthstone, Others, Quick Install ```bash, and Bug Fixes.

Full changelog

NTM v1.16.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 -s -- --version=v1.16.0

# Homebrew (macOS/Linux)
brew install dicklesworthstone/tap/ntm

# Source build
git clone --branch v1.16.0 --depth 1 https://github.com/Dicklesworthstone/ntm.git
cd ntm && go install ./cmd/ntm

Shell Integration

Add to your shell rc file:

eval "$(ntm shell zsh)"   # for zsh
eval "$(ntm shell bash)"  # for bash
eval "$(ntm shell fish)"  # for fish

Changelog

Bug Fixes

  • c9aa587c3ab442067a6c44d0b151f72d73114475: fix(robot): plumb context.Context through diagnose path (@Dicklesworthstone)
  • a3f79894c25af28a556d0267c8d14f6429b21085: fix(serve): pass request context to resolvePaneTargetByIndex (@Dicklesworthstone)

Documentation

  • 970d8b3dc9a5423deea9277e8f7a2c02d088f9a9: docs(release): pin source-build snippets to release tags (@Dicklesworthstone)

Others

  • f2a9d2027e2bce8f0f75d0c2ea4461e63b22f986: Prepare ntm v1.16.0 release (@Dicklesworthstone)
  • 9a46a801a43a914d578ea7704345da29d6ea548f: feat(assign,unlock,redact,state): bundle 4 ntm wrapper-parity fixes (@Dicklesworthstone)
  • 00e5e1a8a7cb58ea5c32afc7e192b47a6ff2d914: feat(spawn,worktrees,switch): bundle 5 ntm wrapper-parity fixes (@Dicklesworthstone)
  • 880d579902af6488c8c5bfdbf5f959368894075d: fix(cli,robot): make cmd.Context() actually cancellable + bail fix loop on cancel (@Dicklesworthstone)
  • 44cae8f70bb2864913ec0b0034dbb93e5c6b27ac: fix(integrations/dcg): always advertise robot mode + drop dead-code block (@Dicklesworthstone)
  • 489d235b8e5da443e3e44b7be7773db23812faca: fix(integrations/dcg): use dcg's actual subcommand names (@Dicklesworthstone)
  • b540a21298926adb31edafb3c4430a2472ebb612: fix(serve,robot): resolve tmux pane by ID, not session:idx (base-index safe) (@Dicklesworthstone)
  • 06090fd0bbdfd4b34be3f14922e4eb75b05bbdf3: hooks: modernize Claude Code integration + tighten handoff validation (@Dicklesworthstone)

Full Changelog: https://github.com/Dicklesworthstone/ntm/compare/v1.15.1...v1.16.0

Container Image: ghcr.io/dicklesworthstone/ntm:v1.16.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

Track ntm

Get notified when new releases ship.

Sign up free

About ntm

Named Tmux Manager — spawn, tile, and coordinate multiple AI coding agents (Claude, Codex, Gemini) across tmux panes with a TUI command palette.

All releases →

Beta — feedback welcome: [email protected]