v1.9.51
Agent Deck v1.9.51
Terminal session manager for AI coding agents.
Installation
Homebrew (recommended):
brew install asheshgoplani/tap/agent-deckQuick Install:
curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bashGo Install:
go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.9.51Changelog
- f209d41 Comprehensive quick fork with configurable defaults + cross-tool fork parity (Claude / OpenCode / Pi / Codex) (#1299)
- 39290f5 chore(release): bump version to v1.9.50
- 2797c8e chore(release): v1.9.50
- 42f5c7a chore(release): v1.9.51
- 6baf85a feat(flox): reproducible flox dev environment (#1302)
- c61aaff feat(ui): add show_pane_titles display toggle (#1343)
- 849feea feat(ui): include session ID in preview copy (#1339)
- c11772d feat: support a global default_path config key for agent-deck add (#1303)
- adf771f fix(ci): pin GitHub Actions to commit SHAs in release workflow (#1326)
- f35f12a fix(config): preserve symlinked Claude config files on atomic write (#1314)
- 57debb2 fix(config): preserve symlinked Cursor mcp.json on atomic write (#1320)
- f951177 fix(config): preserve symlinked Gemini config files on atomic write (#1316)
- e3ca316 fix(config): preserve symlinked Hermes config file on atomic write (#1318)
- 055c179 fix(config): preserve symlinked config.toml on durable atomic write (#1322)
- de624cf fix(fork): Jujutsu (jj) quick-fork with-state materialization (#1311)
- 8e4a6a0 fix(mcppool): serialize stdin writes to prevent JSON-RPC framing corruption (#1329)
- f9d7c0b fix(openclaw): bump bridge protocol version 3 -> 4 to match gateway (#1342)
- e91b106 fix(tmux): ensure ack-signal dir exists so quick-switch works on XDG layout (#1327) (#1328)
- e8eb370 fix(tui): don't send literal "shell" command on quick-create shell sessions (#1307)
- a6dbf85 fix: close tmux control pipes on signal exit to prevent orphaned clients (#1332)
- 69585e7 fix: reset gg-detection timer when group dialog closes (#1312)
- 3acaa58 test(atomicfile): route TestMain through runTestMain so cleanups run (fixes #1310 leak-audit failure)
- acb47f7 test(claude): strengthen remove-hooks symlink regression assertion (#1323)
- 098a226 test(session): reconcile XDG isolation after rebase (#1304)
- 0b5b5a9 test(testmain): stop os.Exit skipping defer cleanups (tmux/pty leak) (#1310)
- fc4bb56 test(tmux): gate leak-sentinel off -race + harden tmux bootstrap/control tests against full -race suite contention
Full Changelog: v1.9.49...v1.9.51