v2.2.0
parruda/swarmv2.2.0Aug 28, 2026by affaan-m
AI Summary
ECC 2.2 introduces a guided installer for Claude Code, Codex, and Kimi, alongside native Antigravity 2.0 support and an experimental Nasiko CLI bridge.
Key Highlights
- One guided path into ECC with a new guided installer
- Nasiko: experimental, opt-in, and explicit CLI lifecycle bridge
- Native Antigravity 2.0 support and safer migrations
- More reliable uninstall and expanded workflows/skills
- Stricter release pipeline with lifecycle tests on all OSs
New Features
- Guided installer for Claude Code, Codex, and Kimi
- Nasiko CLI lifecycle bridge (v0.1.0)
- Native Antigravity 2.0 support
- Reliable uninstall with complete ownership ledger
- Safer migrations for OpenCode and Codex
- Expanded workflows: Pi, Itô, agent evaluation, multi-model council, etc.
Full Release Notes
ECC 2.2 is here, led by one guided installer for Claude Code, Codex, and Kimi.
It also adds native Antigravity 2.0 support and an experimental, opt-in Nasiko
CLI lifecycle bridge.
The release pipeline is stricter too: the exact npm archive must pass lifecycle
tests on Linux, macOS, and Windows before `latest` moves.
## One guided path into ECC

Start the guided installer with:
```bash
npx --yes ecc-universal@2.2.0 install --guided
```
The installer checks every selected harness before writing files, then applies
the setup as one operation. Provider-owned model and authentication settings
stay under the provider's control. The terminal welcome appears only after a
successful interactive install.
## Nasiko: experimental, opt-in, and explicit

ECC 2.2 can inspect, install, and remove one pinned Nasiko `v0.1.0` CLI build:
```bash
npm install -g ecc-universal@2.2.0
ecc nasiko status --json
ecc nasiko install --version v0.1.0 --dry-run --json
ecc nasiko install --version v0.1.0 --yes --json
```
Downloads are content-addressed and SHA-256 verified, status is read-only, and
uninstall protects modified or unqualified binaries. The dashboard above is
Nasiko's own product. ECC does not connect agents, start a server, enable
telemetry, share data, or operate that control plane. The bridge remains
experimental and opt-in.
Learn more in the [Nasiko repository](https://github.com/Nasiko-Labs/nasiko).
## More reliable across every harness
- **Native Antigravity 2.0:** ECC installs to
`.agents/{rules,workflows,skills,agents}` and safely migrates legacy ownership.
- **Reliable uninstall:** repeated selective installs keep a complete ownership
ledger, so unchanged ECC-managed files can be removed cleanly.
- **Safer migrations:** OpenCode uses `~/.config/opencode`, while OpenCode and
Codex preserve edited or untracked files during cleanup.
- **More workflows:** Pi, Itô, agent evaluation, multi-model council, dev-team,
living docs, secure terminal, TasteForge, and `skill-comply` all expand the
shipped distribution.
ECC 2.2 ships **68 agents, 286 skills, and 94 command shims**, plus the rules,
hooks, memory, continuous-learning, and installation surfaces around them.
## Release assurance
The tagged commit must match `origin/main`. One npm archive is packed, hashed,
and tested on all three operating systems, then published under a staging tag.
Registry integrity must match before `latest` moves. The prior 2.1.0 package
remains the immediate rollback target.
## Install or upgrade
For the native Claude Code plugin:
```text
/plugin marketplace add https://github.com/affaan-m/ECC
/plugin install ecc@ecc
```
Existing Claude installs can run `/plugin update ecc`.
## Thank you
A special thank you to returning contributors
[@gaurav0107](https://github.com/gaurav0107),
[@Seekers2001](https://github.com/Seekers2001), and
[@t0kubetsu](https://github.com/t0kubetsu) for substantial work on learning
workflows, collaborative skills, and shared testing.
Among our first-time contributors,
[@renan-tiberio](https://github.com/affaan-m/ECC/pull/2759) brought Pi support,
[@romanclaudersoai1](https://github.com/affaan-m/ECC/pull/2664) repaired
`/evolve`, and
[@djpjronline-netizen](https://github.com/affaan-m/ECC/pull/2405) hardened hook
parsing.
Eighteen people made their first ECC contribution in 2.2. Thank you to everyone
who tested the installer, reported issues, and helped harden the release across
harnesses and operating systems.
### New contributors
- @AlbertChiu777 in [#2483](https://github.com/affaan-m/ECC/pull/2483)
- @djpjronline-netizen in [#2405](https://github.com/affaan-m/ECC/pull/2405)
- @shanujans in [#2538](https://github.com/affaan-m/ECC/pull/2538)
- @HouMinXi in [#2609](https://github.com/affaan-m/ECC/pull/2609)
- @agent-jeong in [#2670](https://github.com/affaan-m/ECC/pull/2670)
- @karimfarahat in [#2462](https://github.com/affaan-m/ECC/pull/2462)
- @romanclaudersoai1 in [#2664](https://github.com/affaan-m/ECC/pull/2664)
- @Peopleoftech in [#2668](https://github.com/affaan-m/ECC/pull/2668)
- @alejandorosumah-mansa in [#2700](https://github.com/affaan-m/ECC/pull/2700)
- @imkp1 in [#2637](https://github.com/affaan-m/ECC/pull/2637)
- @shivaG5 in [#2446](https://github.com/affaan-m/ECC/pull/2446)
- @vitalii-novikov in [#2520](https://github.com/affaan-m/ECC/pull/2520)
- @etisamhaq in [#2364](https://github.com/affaan-m/ECC/pull/2364)
- @phumchai1515-prog in [#2723](https://github.com/affaan-m/ECC/pull/2723)
- @cagrisolakoglu in [#2618](https://github.com/affaan-m/ECC/pull/2618)
- @brianjkelly in [#2703](https://github.com/affaan-m/ECC/pull/2703)
- @renan-tiberio in [#2759](https://github.com/affaan-m/ECC/pull/2759)
- @ronimuliawan in [#2793](https://github.com/affaan-m/ECC/pull/2793)
Join us in the [ECC Discord](https://discord.gg/36yGMHGFbR).
Full changelog: <https://github.com/affaan-m/ECC/compare/v2.1.0...v2.2.0>