Before You Start
Install the Entire CLI and your preferred agent integration. Run these commands from a Git repository after you enable Entire.Install Agent Hooks
Pass the integration’s agent name toentire agent add:
Agent Integrations
An agent integration adds support for a coding agent through an executable namedentire-agent-<name>. A CLI plugin uses entire-<name> and adds a command instead. Add the agent integration executable to your $PATH and enable discovery in .entire/settings.json:
.entire/settings.json
entire agent list. During setup, pass the external agent’s name without the entire-agent- prefix:
Install CLI-Managed Skills
entire agent add can also install two repository-level skills:
These flags install the CLI-managed helpers. See Install Skills for the Entire Skills collection.
Hook Locations
Entire preserves unrelated configuration when it adds JSON hooks. OpenCode and Pi use generated TypeScript files that Entire can reinstall when their templates change.
Verify Capture
List the installed integrations and inspect the repository:Reinstall or Remove Hooks
Reinstall missing, stale, or modified hooks with:Troubleshoot Capture
Runentire doctor when entire status --detailed does not show a session you started. Confirm that the integration’s configuration file exists, restart the agent, and run it from inside the repository.
Each agent page documents limitations on transcript capture, token usage, subagent capture, session resume, and transcript import. Use the capability matrix to find the relevant page.