Add Copilot CLI
.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:
session resume command reference for flags and additional behavior.