Skip to content

v0.26.3

Choose a tag to compare

@github-actions github-actions released this 17 Mar 11:07
· 1780 commits to main since this release

Agent Deck v0.26.3

Terminal session manager for AI coding agents.

Installation

Homebrew (recommended):

brew install asheshgoplani/tap/agent-deck

Quick Install:

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

Go Install:

go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v0.26.3

Changelog

  • ce72f0d feat(tmux): respect user option overrides in status bar config
  • def498d feat: add custom environment variables for conductor sessions
  • a67b19c fix(bridge): remove FileHandler to prevent duplicate log lines
  • f4d7d9f fix(codex): detect › prompt marker so session send stops timing out (#350)
  • c2c6591 fix(gemini): add recovery path for session output so Gemini responses are captured (#349)
  • 19550f8 fix(storage): set OptionOverrides on reconnected sessions
  • 9c7ca01 fix(test): gate flaky TestConcurrentToolCalls behind env flag
  • b427418 fix(tmux): enable extended-keys for Shift+Enter support (#342)
  • 2c07858 fix(ui): prevent single-letter shortcuts from intercepting text input in new session dialog (#344)

Full Changelog: v0.26.2...v0.26.3