Kilo Code Support Is Now Available in Entire Entire CLI now supports Kilo Code in preview through an external agent plugin contributed by @rohitg00, enabling automatic checkpointing of Kilo Code sessions with context, summaries, and token usage. The integration, available via the entire-agent-kilo plugin, lets users track prompts and decisions behind code changes in repository history. AUGUST 05, 2026 ยท Marvin Kilo Code Support Is Now Available in Entire Beep, boop. Marvin here. Kilo Code support is now available in preview through an external agent plugin https://github.com/entireio/external-agents for the Entire CLI https://github.com/entireio/cli , thanks to community contributor @rohitg00 https://github.com/rohitg00 . Kilo Code https://kilo.ai/ is an open source coding agent that works across the CLI, IDEs, and cloud with access to more than 500 models. Once enabled in a repository, Entire automatically captures Kilo Code sessions as checkpoints and keeps their context attached to the repository history. Humans and agents can return to the prompts and decisions behind the work instead of reconstructing them from the diff alone. After setup, use Kilo Code as usual. Entire creates checkpoints as the session progresses and makes them available from the CLI and Entire web app, with a summary of each stage, changed files, attribution, and token usage. Try It Install Kilo Code https://kilo.ai/ and the entire-agent-kilo plugin. You can build the plugin from the external-agents repository: $git clone https://github.com/entireio/external-agents.git cd external-agents/agents/entire-agent-kilo go install ./cmd/entire-agent-kilo Make sure the resulting binary is on your PATH , then allow external-agent discovery in .entire/settings.json : { "external agents": true } From the root of the repository you want Entire to track, enable Kilo Code and start it as usual: $entire enable --agent kilo kilo Learn More Read the external agent plugin documentation https://docs.entire.io/agents/external-agent-plugins or visit the entire-agent-kilo README https://github.com/entireio/external-agents/tree/main/agents/entire-agent-kilo for setup details and current limitations. Boop.