@cloudflare/codemode@0.4.3

cloudflare/agents@cloudflare/codemode@0.4.3Jul 13, 2026by github-actions[bot]

AI Summary

This patch release enhances tool-call logging by including execution details directly in the proxy tool output for better UI rendering.

Key Highlights

  • `ProxyToolOutput` now carries an optional `calls` field containing `ToolLogEntry[]`.
  • UIs can render an audit trail of every connector call without a separate round trip.
  • Includes details like name, args, result, approval requirement, and state.

New Features

  • Echo durable tool-call log on proxy tool output
  • Audit trail rendering in UIs

Full Release Notes

### Patch Changes

-   [#1904](https://github.com/cloudflare/agents/pull/1904) [`88f7f69`](https://github.com/cloudflare/agents/commit/88f7f69df92de9b36987980be1091056d1557b29) Thanks [@mattzcarey](https://github.com/mattzcarey)! - Echo the durable tool-call log on the proxy tool output. `ProxyToolOutput` now carries an optional `calls` field (the execution's `ToolLogEntry[]`) on completed, paused and error outcomes, so UIs can render an audit trail of every connector call and step — name, args, result, approval requirement and state — without a separate `executions()` round trip.