Skip to content

v0.6.3

Choose a tag to compare

@github-actions github-actions released this 21 Jun 19:55
23fa413

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-events usage_parser reads
    ~/.copilot/session-state/*/events.jsonl (data.modelMetrics.<model>.usage.*); the copilot
    profile is wired to it (was usage_parser = "none").