github yvgude/lean-ctx v3.3.8

latest releases: v3.8.3, v3.8.2, v3.8.1...
one month ago

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

Don't miss a new lean-ctx release

NewReleases is sending notifications on new releases.