* feat(install): add guided Claude plugin setup * fix: support Claude command shims on Windows * feat: support safe Claude plugin scope migration * fix(install): preserve interactive setup terminal * fix(install): auto-migrate setup scope changes * feat(install): add guided multi-harness installer * fix(install): sync Yarn binary metadata * fix(install): handle wizard EOF on Node 18 * ci: allow installer matrix tests to finish * test(install): allow slower PowerShell delegation * fix(install): harden guided provider reconciliation * test(install): harden packaged and local compatibility * chore: prepare guided installer release 2.2.0 * fix(install): report refreshed Codex marketplace state * fix(install): verify managed content provenance * test(install): allow empty Yarn smoke fixture * test(install): invoke Windows package shims safely * fix(install): close cross-platform release gaps * fix(install): require trusted GitHub origins * fix(install): preserve hook profile precedence * refactor(install): centralize trusted GitHub origins * ci: retrigger workflow run after merge of main Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
ECC for Kimi Code CLI
This directory documents ECC (Everything Claude Code) support for its tested Kimi Code CLI compatibility target. The managed adapter is verified against Kimi Code 0.31.x (@moonshot-ai/kimi-code); newer provider releases are outside this adapter's verified range.
What Kimi Code discovers natively
.kimi-code/AGENTS.md— project instructions loaded by Kimi Code's hierarchical instruction discovery.kimi-code/skills/— project skills loaded by Kimi Code's native Agent Skills discovery.agents/skills/— an additional project-level Agent Skills location supported by Kimi Code.kimi-code/mcp.json— project MCP server configuration
ECC installs its directly discoverable skills under .kimi-code/skills/ and keeps shared rules, agents, and legacy command shims under .kimi-code/ for portability and reference. Kimi Code's native invocation surface is Agent Skills (/skill:<name> and /flow:<name>), not arbitrary Markdown files in commands/.
Manual install
bash ./install.sh --target kimi --profile minimal
Notes
- The
kimitarget installs into the project-level./.kimi-code/directory. - Kimi Code CLI's user config (
~/.kimi-code/config.toml) is not touched by the project installer. - Use
npx ecc-universal doctor --target kimito check install health. - The ECC adapter verified against Kimi Code 0.31.x does not configure or map provider lifecycle hooks. Provider hook availability is separate from this adapter's compatibility contract.
- Kimi Code provider configuration remains separate. Use the official providers and models guide for Kimi API, OpenAI-compatible, Anthropic, or other supported endpoints.
- Kimi Code's Agent Skills guide documents the current project discovery contract.
Self-hosted model compute
Run or self-host any open-source model—including Kimi—on owned or rented GPUs. Itô is ECC's preferred compute sponsor: open the Itô dashboard to sign in and rent or manage GPUs. Any GPU provider works. That sponsorship link is passive: it does not invoke an RFQ, reserve capacity, provision compute, or configure serving. Separately, the opt-in ecc ito find bridge invokes the explicitly configured canonical Itô CLI and submits a live authenticated RFQ; it does not reserve capacity. Managed inference through Itô is not live yet.