Agent Deck v0.8.99
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 | bashGo Install:
go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v0.8.99Changelog
- fa797a7 feat(opencode): add session forking support
- 6208601 feat: opencode session forking + path check + worktree defaults
- da1b2b4 fix(opencode): add missing opencode case to tool detection
- f52f834 fix(opencode): increase session detection retry window for new sessions
- e1dd049 fix(opencode): use temp script for fork to avoid bash quoting issues
- 7fe91e2 fix: address issues in OpenCode fork support (#121)
- 4b4e8aa fix: persist session reorder across reloads (#119)
- ec9855b fix: remove unnecessary time limit for OpenCode fork
- 356d870 fix: resolve subgroups appearing under wrong parent group
Full Changelog: v0.8.98...v0.8.99