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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user