@mono-agent/agent-runtime 0.20.0 → 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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mono-agent/agent-runtime",
3
- "version": "0.20.0",
3
+ "version": "0.20.2",
4
4
  "description": "Agent runtime supporting Claude SDK/CLI, Codex, OpenCode, Pi SDK, and ACP v1 bridges out of the box",
5
5
  "type": "module",
6
6
  "license": "GPL-3.0-only",