v1.9.44

asheshgoplani/agent-deckv1.9.44May 29, 2026by github-actions[bot]

AI Summary

Implements a durable outbox-drain mechanism for conductor-scoped sync and fixes credential re-assertion to prevent login loops.

Key Highlights

  • Durable per-parent outbox with drain-on-Stop/heartbeat
  • Re-assert scratch .credentials.json symlink on spawn
  • Use jj workspace add for TUI worktrees on jj repos

New Features

  • Durable outbox-drain

Full Release Notes

## Agent Deck v1.9.44

Terminal session manager for AI coding agents.

### Installation

**Homebrew (recommended):**
```bash
brew install asheshgoplani/tap/agent-deck
```

**Quick Install:**
```bash
curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bash
```

**Go Install:**
```bash
go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.9.44
```

## Changelog
* f6bc0f555a5d5bc6be6f2cc2ddb236df5f482c46 feat(comms): activate outbox-drain (conductor-scoped Stop sync + heartbeat drain) + release v1.9.44 (#1227)
* 78d43e054a222a58f2175a0ce10e8b8b6ad8183b feat(comms): durable per-parent outbox + drain-on-Stop/heartbeat (replaces push-into-tmux) (#1226)
* 6a0b0c5bd9c089466239eae70925bf6b8d521574 fix(session): re-assert scratch .credentials.json symlink on spawn+start/restart (stops work-profile 401 /login loop) (#1224)
* 988e525d7b7c70d7327a1b8bde449f6bb6f9bfc8 fix(ui): use jj workspace add for TUI worktrees on jj repos (#1217)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.43...v1.9.44