Skip to content

v3.3.8

Choose a tag to compare

@github-actions github-actions released this 24 Apr 10:51
· 1008 commits to main since this release

Bug Fixes

  • Windows TOML path quoting (GitHub Issue #147): lean-ctx update and lean-ctx setup now write Windows paths in Codex config.toml using 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 ls output (PR #148 by @glemsom): lean-ctx ls now runs plain ls instead of ls -la by default, reducing token overhead. The agent can add -la flags 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-ctx

Note: After upgrading via cargo/npm/brew, run lean-ctx setup to refresh shell aliases. lean-ctx update does this automatically.

Full Changelog: v3.3.8...v3.3.8