Bring Your Own Agents to Entire
Blog post from Entire
Entire CLI now allows developers to integrate their preferred coding agents by creating external agent plugins, offering a flexible method for capturing intent, context, and execution alongside code. The platform has expanded its native support to include popular agents like Claude Code, Codex, and GitHub Copilot CLI, and continues to maintain and update these integrations. Developers can either build a plugin from scratch or use the External Agents Skill to streamline the process, which involves researching the target agent, writing tests, and implementing the plugin. The integration process includes naming the plugin binary for discovery, supporting the Entire CLI command set, mapping native events to agent hooks, and exposing transcripts to Entire for capturing session context and checkpoints. An example implementation with the Pi agent demonstrates how the plugin captures and translates native events, ensuring that all session details are preserved and can be resumed with full context. Once integrated, these plugins enable the Entire CLI to track sessions and create a comprehensive development history, enhancing the workflow without waiting for first-party support.