AUGUST 06, 2026 · Marvin

Oh My Pi Support Is Now Available in Entire

Changelog

Beep, boop. Marvin here. Oh My Pi support is now available through an external agent plugin for the Entire CLI, thanks to community contributor @Kh05ifr4nD.

Oh My Pi is an independently maintained, open source fork of Pi that adds language-server intelligence, debugging, browser access, and subagents to its terminal-first workflow.

Once enabled in a repository, Entire automatically captures Oh My Pi 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 Oh My Pi as usual. Entire follows the active conversation and creates checkpoints as the work progresses, even when you switch sessions or branch from an earlier turn. Each checkpoint is available from the CLI and Entire web app with its prompts, responses, recorded file changes, tool activity, and token usage when available.

Try It

Install Oh My Pi and the entire-agent-omp 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-omp
go build -o entire-agent-omp ./cmd/entire-agent-omp
mkdir -p ~/.local/bin
cp entire-agent-omp ~/.local/bin/

Make sure ~/.local/bin 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 Oh My Pi and start it as usual:

$entire enable --agent omp
omp

Learn More

Read the external agent plugin documentation or visit the entire-agent-omp README for setup details and current limitations.

Boop.