You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
GitHub Copilot adapter (CLI 1.0.63). Turn-end is agentStop, not PascalCase Stop
(which never fires) — every session previously read as a timeout. Remapped events, dropped
the non-existent PreCompact, and the shared hook relay now reads camelCase payload keys
(sessionId/transcriptPath). Probe mode sends its prompt verbatim so a skill-templating prompt_template no longer renders a missing-skill path that stalls the turn.
Added
Copilot token accounting. New copilot-eventsusage_parser reads ~/.copilot/session-state/*/events.jsonl (data.modelMetrics.<model>.usage.*); the copilot
profile is wired to it (was usage_parser = "none").