Merge pull request 'feat: add $usage field to adapter protocol' (#80) from feat/74-usage-in-protocol into main
CI / check (push) Successful in 1m41s

feat: add $usage field to adapter protocol (#80)
This commit was merged in pull request #80.
This commit is contained in:
2026-06-04 22:14:12 +00:00
15 changed files with 290 additions and 6 deletions
@@ -145,7 +145,7 @@ async function processClaudeOutput(
);
}
return { output, detailHash, sessionId, assembledPrompt };
return { output, detailHash, sessionId, assembledPrompt, usage: null };
}
// Truly unparseable output - provide enhanced error message