v1.9.42
asheshgoplani/agent-deckv1.9.42May 27, 2026by github-actions[bot]
AI Summary
Fixes API compatibility by correcting JSON formatting in the attached-skills API to use camelCase, ensuring proper data exchange between the skills service and other components.
Key Highlights
- Attached-skills API camelCase JSON fix
- Re-baseline parity guards implemented
- Skills-service wired in fixture
- ProjectSkillAttachment JSON tags added
New Features
- API JSON tag corrections
- Skills-service wiring
Full Release Notes
## Agent Deck v1.9.42 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.42 ``` ## Changelog * 519e9c53eaa7ad0829da6d3c8f2bfd2d03c0e8f9 chore(release): v1.9.42 — attached-skills API camelCase JSON fix (#1211) * bfe24918d7ed44f3197886184c7e6051694587fb fix(web): re-baseline parity guards + wire skills-service in fixture + add json tags to ProjectSkillAttachment (#1211) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.41...v1.9.42