Skip to content

v1.1.17

Choose a tag to compare

@github-actions github-actions released this 27 Jul 02:32
· 195 commits to main since this release
1a6edb3

Bug Fixes

  • Windows install fixed at the actual root cause: install.sh wrote MCP server paths in the POSIX form Git Bash exposes (/c/Users/...), which native Windows MCP clients such as Claude Desktop and Cursor cannot resolve. install.sh now detects MINGW*/MSYS* via uname -s and rewrites those paths through pwd -W before they reach the MCP config JSON (#1045).
  • install.ps1 brought back in line with install.sh after drifting silently for weeks: the Node version floor was still 18 instead of 20; dependency installs had no lockfile-aware path; an existing MCP config that failed to parse as JSON was silently overwritten instead of left untouched; Codex CLI TOML paths were not escaped; and the guardian/memory builds were not guarded behind a src/ check for the published tarball (#1045).
  • Installation guide skill/command counts corrected to 230 skills and 77 commands (#1045).

A note on v1.1.16

v1.1.16 shipped with a changelog and roadmap that documented only 2 of the ~25 pull requests actually released, and with the Windows installer drift described above already present. Both are fixed now — the changelog was corrected retroactively in #1044, and this release fixes the installer itself. Full context and apology: https://github.com/Fmarzochi/EGC/discussions/1047

Full Changelog: v1.1.16...v1.1.17