v1.9.46
asheshgoplani/agent-deckv1.9.46Jun 2, 2026by github-actions[bot]
AI Summary
Adds Claude Opus 4.8 model support, SLSA build provenance attestation, and fixes for auth, UI rendering, and instance management.
Key Highlights
- Claude Opus 4.8 model added to catalog
- SLSA build provenance attestation with fail-closed verification
- Clean-symlink credentials with keep-warm refresh daemon
- Fixed iTerm2 ghost-lines without regressing panel width
- Include CWD prefix display toggle
New Features
- Claude Opus 4.8
- SLSA attestation
- Include CWD prefix toggle
Full Release Notes
## Agent Deck v1.9.46 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.9.46 ``` ## Changelog * 1420bb91c35ac1a08a5343f013c7b3bffc93ea99 chore(release): v1.9.46 * 13bf5b628d4036b382170e6d953e58a422c2c46b ci: bump all deprecated GitHub Actions (supersedes #991, covers perf-smoke + lighthouse-ci) (#1249) * 41f7ff502831f566e044f386f7cb8fd1dd6f6801 feat(display): add include_cwd_prefix toggle (#1229) * 3a8ab52f931e0aa3fb2e78e24165f1594a1aca2a feat(models): add Claude Opus 4.8 to MODEL_ID_CATALOG (closes #1241) (#1242) * ab8244ca0ae44d8acf76ace73b2203b22e77bf6f feat(release): SLSA build provenance attestation with fail-closed artifact verification (supersedes #1159) (#1250) * f448ca859b1f6c74555043efba9fb5ced12f22ee fix(auth): clean-symlink credentials (drop mtime-promote) + keep-warm refresh daemon — subscription-safe multi-session (no API key) (#1253) * d14c53c782f5e7eb4d732ee8277d835a4b296586 fix(hook-handler): graceful degrade on missing PROJECT_DIR instead of FATAL-per-call (closes #1233) (#1243) * 60e414b6093e3bdc01866ebd7e49b1dffee0880a fix(instance): default to single-instance per profile (allow_multiple=false) to stop concurrent tear-down (closes #1246) (#1247) * c8248b031daad9d589888b7bcec7270ec7db4769 fix(send): tool-aware post-send verify — stop false-negative drops for non-Claude tools (closes #1238, #1205, #876) (#1245) * f548343f198bf917f85cda9bf0130db95db3a53e fix(ui): prevent iTerm2 ghost-lines without regressing panel width-measurement (supersedes #1240) (#1252) * e218df840bf2e45634dea20c4d4faafefa8a4752 test(e2e): add phone-viewport applicability guards to desktop-coupled specs (#1248) * e64fa834330589fc38ff346b020293b2d679e667 test(e2e): fix broken Playwright tests on main (#1235 discovery) (#1236) * d6eca8a73f13eff82dadf589e9fdc74283bc9f86 test(perf): Tier-1 WARM suite with correct warm measurement (supersedes #1234) (#1251) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.45...v1.9.46