@mono-agent/agent-runtime 0.20.1 → 0.20.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -959,7 +959,8 @@ Successful provider requests may also emit exact context telemetry through
|
|
|
959
959
|
- `context_usage` is one provider-counted request snapshot, never the run's
|
|
960
960
|
aggregate processed-token total. Pi emits it at each successful assistant
|
|
961
961
|
`message_end`; Codex uses `thread/tokenUsage/updated.tokenUsage.last`; direct
|
|
962
|
-
OpenCode requires a completed assistant message with native `tokens.total
|
|
962
|
+
OpenCode requires a completed assistant message with native `tokens.total`;
|
|
963
|
+
ACP normalizes the agent's exact `usage_update` `used`/`size` pair.
|
|
963
964
|
Each event identifies the measured model and includes `contextWindow` only
|
|
964
965
|
when the provider's own model metadata supplied it. The Claude bridges do not
|
|
965
966
|
currently emit this event.
|
package/package.json
CHANGED