Bug Fixes
- Windows TOML path quoting (GitHub Issue #147):
lean-ctx updateandlean-ctx setupnow write Windows paths in Codexconfig.tomlusing TOML single-quoted literal strings ('C:\...') instead of double-quoted strings. Double-quoted TOML strings treat backslashes as escape sequences, causing Codex to fail with "too few unicode value digits". Affects all Windows users with backslash paths in Codex MCP config.
Improvements
- Leaner
lsoutput (PR #148 by @glemsom):lean-ctx lsnow runs plainlsinstead ofls -laby default, reducing token overhead. The agent can add-laflags when needed.
Upgrade
lean-ctx update # recommended (auto-downloads + refreshes shell hooks)
cargo install lean-ctx # or
npm update -g lean-ctx-bin # or
brew upgrade lean-ctxNote: After upgrading via cargo/npm/brew, run
lean-ctx setupto refresh shell aliases.lean-ctx updatedoes this automatically.
Full Changelog: v3.3.8...v3.3.8