v1.9.0 Released — Selective Install, ECC Tools Pro, 12 Language Ecosystems, AgentShield v1.4.0 #727
Replies: 2 comments
-
|
Congrats on the release — this looks like a massive amount of work, and the progress here is genuinely impressive. Thanks for continuing to push the project forward. For my use case, though, I’m not ready to use paid ECC / ECC Tools yet. I’d prefer to keep using everything-claude-code through the normal plugin or manual setup path. At the moment, I’m also not able to update to v1.9.0 using the standard Claude Code plugin update mechanisms, so it’s a bit unclear what the intended upgrade path is for users who don’t want to adopt ECC Tools. If possible, it would be very helpful to document a clear non-ECC upgrade path for v1.9.0. |
Beta Was this translation helpful? Give feedback.
-
|
Hey, thanks for the kind words and the honest feedback. A few things to clarify: ECC Tools (the GitHub App) is a separate product from ECC itself. Everything in this repo is still open source, free, and works exactly the same as before. Nothing changed about the install path, the plugin system, or how you use ECC day to day. ECC Tools is a paid GitHub App for private repo analysis and security scanning. Completely optional. You install it separately at github.com/apps/ecc-tools. To update to v1.9.0 without ECC Tools: the standard paths still work:
If the plugin hub path is not picking up 1.9.0 for you, can you share what error or behavior you are seeing? The npm package and repo should both be on 1.9.0. Might be a caching issue on Claude side. Separately, we are looking into a report that the GitHub Marketplace listing might not have updated to the latest version. If that is what you are hitting, it is a propagation delay and we are pushing a fix. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
v1.9.0 is live
This is the biggest release since 1.0. 219 commits, 30+ contributors, and a lot of ground covered.
Highlights
ECC Tools Pro is live. The GitHub App now has Stripe billing. Pro tier is $19/seat/month for private repo analysis, 50 analyses/month, and AgentShield-backed scanning. Free tier stays at 10 analyses/month for public repos. Install at github.com/apps/ecc-tools. Upgrade at ecc.tools/pricing.
Selective install. Install only what you need with
--withand--withoutflags. Agent and skill component families are now in the manifest.12 language ecosystems. C#, Rust, Java, Kotlin, C++, Go, Python, TypeScript, Perl, PyTorch, Nuxt 4, and Flutter now have dedicated rules, agents, or skills.
28 agents, 116 skills, 57 commands. Up from 17/94/40 in v1.8.0.
Windows CI fully green. All 38 matrix jobs passing across Ubuntu, macOS, Windows with Node 18/20/22 and npm/pnpm/yarn/bun.
AgentShield v1.4.0 ships alongside
Scan your config:
npx ecc-agentshield scanInfrastructure
New Guides
Links
Install / Upgrade
88K stars. thank you all.
Beta Was this translation helpful? Give feedback.
All reactions