mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-18 23:03:06 +08:00
3.1 KiB
3.1 KiB
ECC 1.10.1 release announcement draft
ECC 1.10.1 is the follow-up stabilization release to 1.10.0.
This release is focused on install correctness, cross-surface naming clarity, Windows/PowerShell recovery, Cursor project install correctness, and Claude Code hook compatibility. It is not a feature-heavy release.
What landed in the stabilization pass
- npm/package/release surfaces are aligned and
ecc-universal@1.10.0is live on npm - Windows locale/path and PowerShell install-path regressions fixed
- Bash hook process-storm regression fixed
- Claude Code 2.1.x hook schema compatibility fixed
- Cursor native project install path repaired:
.cursor/hooks.jsonnow includes the required schema/version surface.cursor/mcp.jsonis written in the native Cursor project location
- continuous-learning-v2 now accepts
claude-desktopas a valid entrypoint - Windows observe path now skips
AppInstallerPythonRedirector.exe - docs now distinguish plugin installs from full manual installs more clearly
What 1.10.1 is for
- make the current install surfaces predictable
- reduce stale naming/install guidance
- close the follow-up regressions from 1.10.0
- give users one stable update point instead of piecing together fixes across issues and discussions
Included release fixes
#1543Cursor native project hook + MCP install repair#1524Claude Code v2.1.116 argv-dup mitigation insettings.local.json#1522continuous-learning-v2 acceptsclaude-desktopas a valid entrypoint#1511Windows observe path skipsAppInstallerPythonRedirector.exe#1546continuous-learning-v2 plugin quick start correction#1535hero overflow follow-up
Important naming clarification
- Claude marketplace/plugin identifier:
everything-claude-code@everything-claude-code - npm package:
ecc-universal - GitHub repo:
affaan-m/everything-claude-code
Those are intentionally different surfaces. The plugin identifier follows Anthropic marketplace rules; the npm package remains ecc-universal.
Still being monitored
This should be announced as a stabilization release, not as “all edge cases are solved.”
We are still watching for:
- OS-specific edge cases across macOS, Windows, Linux
- shell-specific behavior differences
- Cursor vs Claude plugin install-path mismatches that only appear in older or mixed installs
- third-party provider/tool-name compatibility reports that still need current-main repro
Current watch-list examples:
#1520likely obsolete unless repro returns on the current installer#1516not gating unless reproduced on currentmain#1484remains a Windows umbrella/watch-list issue rather than an active release gate
Recommended update guidance
If you hit 1.10.0 install/runtime problems:
- update to the latest package/plugin surface
- avoid mixing plugin install plus full manual repo copy unless the docs explicitly say to
- if problems persist, report:
- OS + shell
- Claude Code/Cursor version
- install method used
- exact stderr/output
- whether the issue is plugin install, npm install, repo sync, or Cursor project install