This repository connects the official Kimi CLI to Tutti through the standard Agent Client Protocol (ACP). The signed package is declarative: it contains metadata, profiles, localized copy, and passive images, but no executable extension code.
The contract follows the official
Kimi Code CLI getting-started guide
and the upstream
MoonshotAI/kimi-code repository.
- npm package:
@moonshot-ai/kimi-code@0.28.0 - Discovery:
kimi --version - Official installer location:
~/.kimi-code/bin - ACP launch:
kimi acp - Managed install: isolated
npm install --prefixunder the Target runtime root
Models and permission modes are projected from the live ACP session. The
signed profile maps plan, default, auto, and yolo to Tutti's semantic
permission tiers without embedding provider-specific daemon code.
pnpm install --frozen-lockfile
pnpm check
pnpm package:tutti-agentRelease publication uses Ed25519 signatures, immutable version objects, and
the shared Tutti Agent Extension CDN. The production private key is stored only
as the TUTTI_AGENT_EXTENSION_SIGNING_PRIVATE_KEY repository secret.
Kimi Code CLI remains an upstream Moonshot AI project; this repository owns only Tutti's declarative integration metadata and release pipeline.