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 for the Entire CLI, thanks to community contributor @rohitg00.
Kilo Code 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 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 or visit the entire-agent-kilo README for setup details and current limitations.
Boop.