v1.15.0
umputun/ralphexv1.15.0Aug 23, 2026by github-actions[bot]
AI Summary
Agent Deck v1.15.0 introduces phase 1 adoption of existing agent setups with read-only rendering, alongside improvements to inbox error handling and session token detection.
Key Highlights
- Phase 1 adoption and read-only rendering of existing agent setups
- Launch parity and slot listing fixes
- Inbox error transitions with replay guarantee
- Session token detection by basename
- UI restart guards and header-derived boundaries
New Features
- Read-only rendering of existing agents
- Launch parity improvements
- Inbox error handling with replay guarantee
- Token detection logic
- UI restart guards and scroll anchors
Full Release Notes
## Agent Deck v1.15.0 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.15.0 ``` ## Changelog * bf50689893053c6dd33a29b21e12eb36e251d94b chore(release): v1.15.0 changelog (#2059) * 248b670b301aa60e9e42e0dff598c43c9729c66b chore(repo): remove operational capture artifacts shipped by accident (#2044) * 34e194fd6398609b112faef86c9ed90dbc7317eb docs(changelog): correct the 1.14.0 section against merge ancestry (#2036) * 1a4e608b25e868a7d24dfceadcb677279561ed08 feat(agents): phase 1 — adopt existing agent setups and render them read-only (#2037) * 7771aca6169e93973851d8b85fe2238b4b3897be fix(accounts): add launch parity and slot listing (#2053) * 032caa060ab89138e834b6359ff94c1c0f45770b fix(cmd): load update settings in main, not package init (#2042) * 92bb498fc92fb2b374129e94344c6c1f5c96750b fix(inbox): error transitions deliver, with the replay guarantee intact (#2039) * a765517ca08a184d543aa6e31589743f87aaa858 fix(inbox): fail closed on unsafe drain targets — title/id collisions and corrupt-profile ordering (#2038) * 365397390d27b605097506110e3464e5ba13e93a fix(session): detect token-matched tools by basename when invoked by path (#2040) * 809d12f9f896376c9a6b3dd05c041b2bd5ec991f fix(ui): restart guard on operation state; header-derived boundaries; row-identity scroll anchor (#2041) * 47bb210373c87aa1a90f2a319acf9174ea4b3dae fix(ui): show model picker back path (#2048) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.14.0...v1.15.0