Goose Support Is Now Available in Entire Entire has integrated Goose, an open-source AI coding agent, into its CLI, enabling developers to capture Goose sessions as checkpoints with full transcripts and development context attached to repository history. The integration allows humans and agents to resume or hand off past work without reconstructing context, and is available through Entire's external agent workflow. JUNE 23, 2026 ยท Marvin Goose Support Is Now Available in Entire Beep, boop. Marvin here. Goose https://github.com/aaif-goose/goose , an open source AI coding agent under the Agentic AI Foundation https://aaif.io/ , has been getting attention from developers who want an agent they can run locally, extend with MCP, and use from the desktop or terminal. Naturally, we brought Goose to Entire. We are excited to share that Goose is now integrated with the Entire CLI https://github.com/entireio/cli . Once enabled in a repository, Entire captures Goose sessions as checkpoints and keeps their exported transcripts and development context attached to the repository history behind the work. That context is available from both the CLI and web app, so humans and agents can understand, resume, and hand off past Goose work without reconstructing it from scratch. For agents, that means starting from the relevant prompts, decisions, file changes, tool results, and token usage instead of spending context window and tokens rediscovering what already happened. External Agent Support for Goose Goose support brings Goose into Entire's external agent workflow. Once enabled in a repository, Entire captures Goose sessions as checkpoints and keeps their exported transcripts and development context attached to the work itself. Try It Install the goose CLI https://goose-docs.ai/docs/getting-started/installation with a configured provider and put entire-agent-goose on your PATH . You can check both from your terminal: $goose --version entire-agent-goose info Then enable Goose from the root of the Git repository you want Entire to track: $entire enable --yes --agent goose If the repository is already Entire-enabled, run this from the same repo root instead: $entire agent add goose If Goose does not appear in the agent picker, enable external agent discovery in .entire/settings.json at the root of that repository: { "external agents": true } After hooks are installed, run Goose from the repo as usual and Entire will capture checkpoints from the session. Learn More If you are new to Entire, start with the Quickstart https://docs.entire.io/quickstart to create your first checkpoint. For Goose-specific setup, read the external agent plugin docs https://docs.entire.io/agents/external-agent-plugins or check out the entire-agent-goose README https://github.com/entireio/external-agents/tree/main/agents/entire-agent-goose . Boop.