Fixed
- Codex CLI auto-detection in
lean-ctx setup(Issue #35) — Setup now detects OpenAI Codex CLI viawhich codexin addition to checking for~/.codex/. Previously, if Codex was installed but hadn't created its config directory yet, setup would skip it entirely. Reported by @Jain2098.
Install / Update
# Update existing install
lean-ctx update
# Or install fresh
curl -fsSL https://leanctx.com/install.sh | sh
cargo install lean-ctx
npm i -g lean-ctx-bin
brew upgrade lean-ctxFull Changelog: v2.9.9...v2.9.10