v0.26.4
Agent Deck v0.26.4
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 | bashWhat's New (v0.26.2 - v0.26.4)
Bug Fixes
- Shift+Enter (multi-line prompt) now works on all terminals. Added
terminal-features extkeysto tmux setup (#359) - Ctrl+Q detach works on iTerm2/macOS. Added tmux bind-key fallback for XON/XOFF flow control terminals (#361)
- Wayland uppercase keys fixed. Kitty keyboard protocol disabled at TUI startup so Bubble Tea receives legacy key encoding (#340)
- Codex session output no longer returns empty. Added Gemini-specific recovery path mirroring Claude logic (#349)
- Codex session send no longer times out. Added detection of Codex > prompt marker (#350)
- Ctrl+Q in Kitty/CSI u terminals detected via enhanced keyboard protocol encodings (#357)
- Ctrl+Z suspend/resume restored in tmux sessions via PTY raw mode fix (#328)
- Slack bridge renders formatted text. GFM-to-mrkdwn converter auto-applied to all outbound messages (#331)
- Telegram bridge renders bold/italic/code properly (#338)
- CI release pipeline validates all platform assets post-GoReleaser. Empty releases are prevented (#332)
- Install script improved error messages when assets are missing
- Shortcut keys no longer intercept text input in New Session dialog (#344)
- Sandbox containers run as host user instead of root, fixing startup hang (#355)
- Stale status filter auto-clears when no sessions match (#363)
- Context % display uses model-aware window size (#337)
- Codex light theme renders correctly in live tmux sessions (#334)
- Git tests work on machines with custom init.defaultBranch (#358)
- Flaky tests gated behind env flag for reliable CI
New Features
- Cost tracking dashboard with hook-based token usage collection, budget enforcement, and TUI/web/CLI interfaces (#347)
- TUI mouse support: click-to-select, double-click-to-attach/toggle (#321)
- Codex conductor agents via
--agent codexflag (opt-in, Claude remains default) (#356) - Bridge hook system for extending bridge behavior without modifying bridge.py (#354)
- Custom env vars for conductor sessions via
-env KEY=VALUEflag (#341) - Group reorder CLI command (#339)
- Multi-repo agent sessions with Tab autocomplete and Docker sandbox multi-mount (#314)
- Session send retry with full message resend on delayed input handler (#319)
- Discord bridge message filters and image uploads (#335, #336)
- Tmux option overrides respected in status bar config (#330)
- Extended-keys enabled for Shift+Enter in tmux sessions (#343)
- Bridge template sync for Telegram markdown rendering (#360)
Stats
- 22 PRs merged, 8 PRs closed
- 11 issues resolved
- Zero open bugs