Skip to content

v0.25.0

Choose a tag to compare

@asheshgoplani asheshgoplani released this 11 Mar 05:50

Agent Deck v0.25.0

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.25.0

Changelog

  • 3f509fc feat(preview): add show_notes toggle to hide notes section
  • b0cbb86 feat(telegram-bot): enhance bot message handling with username management and mention stripping
  • f95b497 feat: enrich Slack bridge messages with sender and channel context
  • 3864c78 feat: extend yolo mode toggle to Codex sessions (#315)
  • 1e711c4 fix(conductor): scope bridge heartbeats by group
  • 22af553 fix(preview): hide notes key hint and disable editor when show_notes is false
  • 48c74b0 fix(preview): preserve show_notes behavior across help and settings
  • 8022718 fix(remote): add restart, close, and delete actions for remote sessions
  • f9e0a95 fix: add StatusStopped to prevent conductor from restarting intentionally closed sessions
  • 660aed4 fix: add negative cache TTL, stable IDs, and concurrent resolution
  • 178fa53 fix: make yolo hotkey migration deterministic
  • d790d8c gemini-hooks: add install flow and hook-based session/status sync
  • 0711e6e hook: persist session-id anchor as read-time fallback
  • a4693fd perf: hoist regexp.MustCompile calls to package-level vars

Full Changelog: v0.24.1...v0.25.0