feat: agent-claude-code reports real $usage from stream-json output
CI / check (pull_request) Successful in 1m40s
CI / check (pull_request) Successful in 1m40s
- Map parsed numTurns, inputTokens, outputTokens, durationMs to Usage type - Add @united-workforce/protocol dependency + tsconfig reference - 747 tests pass Fixes #77 Refs #68
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": { "rootDir": "src", "outDir": "dist" },
|
||||
"include": ["src"],
|
||||
"references": [{ "path": "../util-agent" }]
|
||||
"references": [{ "path": "../protocol" }, { "path": "../util-agent" }]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user