v1.9.18
asheshgoplani/agent-deckv1.9.18May 19, 2026by github-actions[bot]
AI Summary
Adds first-class support for the Cursor CLI and allows users to configure the Codex home directory. Includes documentation updates and a fix for UTF-8 handling in the watcher to avoid poisoned subjects.
Key Highlights
- First-class Cursor CLI support
- Configurable Codex home directory in user config
- Documentation codifies trust-but-verify pattern
- Watcher fix for UTF-8 boundary trimming
New Features
- Cursor CLI support
- Configurable Codex home dir
Full Release Notes
## Agent Deck v1.9.18 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.18 ``` ## Changelog * a02a30f3db27d1142b45222a827d0a59ab7dad99 docs(skill): codify trust-but-verify pattern from 2026-05-18 incident (#1039) * 9e9f375149221c31753b4263b9357a76db6c1fcf feat(config): configurable Codex home dir in user config (#1043) * 7034e415cf2bced7346dbf1e2b86ce4c5ec09705 feat: first-class Cursor CLI (cursor agent) support (#893) * 4a5c6d23c99c14550d937cbbbfd06a6fbd426ef2 fix(config): inherit per-group claude config_dir/env_file from ancestors (#1038) * 00bb2be63ba99c32fdc7686a8d06287bccaa99af fix(watcher): trim firstLine() to UTF-8 boundary to avoid poisoned subjects (#1042) * 72d446a40a3aec22eb54ddd2292523b6350c47ec release: prepare v1.9.18 changelog + version bump --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.17...v1.9.18