Uh oh!
There was an error while loading. Please reload this page.
feat(headless): capture provider stream telemetry - #1212
Merged
Conversation
Astro-Hanforce-pushed
the
feat/headless-capture-provider-telemetry
branch
from
July 18, 2026 17:49
bdc0876 to
df36049CompareAstro-Han
marked this pull request as ready for review
July 18, 2026 17:49
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Capture provider-stream timing, token, interruption, and terminal metadata at the existing host auth proxy; persist one redaction-safe telemetry artifact per Harbor cell; and carry that artifact path through fixed-prompt WAL and infrastructure evidence.
External OpenCode and Kimi Code cells now point
traceEventsPathat their actual runtime event stream instead of a nonexistent Maka storage path. This PR observes and preserves evidence only: it does not override Harbor's authoritative task outcome or classify provider failures from telemetry.Verification
npm --workspace @maka/headless test— 1,112 passed, 0 failed.fix(headless): expose external agent trace evidencewhile retaining telemetry — build and 137 focused tests passed.feat(headless): capture durable provider stream telemetrywhile retaining trace evidence — build and 132 focused tests passed.git diff --check origin/main...HEAD— passed.Review focus
The branch contains two independently revertible commits: durable provider telemetry and external-agent trace evidence. It is based on the Harbor lifecycle behavior merged in #1210, including artifact-first recovery after nonzero timeout exits.
The formal Terminal-Bench 2.1 A/B result remains separate in the docs-only report PR.