Skip to main content
The Copilot CLI integration uses GitHub Copilot CLI’s project-level hooks and is in preview. Follow Set Up an Agent for shared installation, verification, and troubleshooting steps.

Add Copilot CLI

Entire writes its hook configuration to .github/hooks/entire.json. The hooks capture session boundaries, prompts, completed turns, tool activity, errors, and subagent completion. Entire reads the full conversation, file changes, and tool calls from Copilot CLI’s JSONL transcript.

Limitations

Copilot CLI reports aggregate token usage when the session ends. Token totals may remain incomplete during an active session. Copilot CLI provides a subagent stop hook without a corresponding start hook. Entire records the completed subagent operation and uses the parent session’s pre-prompt state instead of a subagent-specific pre-task snapshot.

Resume and Import

entire session resume BRANCH restores the recorded session data when needed and prints:
Entire can import existing Copilot CLI transcripts from the previous 30 days as read-only checkpoints. See the session resume command reference for flags and additional behavior.