@cloudflare/codemode@0.3.7
cloudflare/agents@cloudflare/codemode@0.3.7May 19, 2026by github-actions[bot]
AI Summary
This patch release (0.3.7) changes how codemode tool calls are dispatched, now using positional arguments instead of provider-level configuration. The provider-level `positionalArgs` configuration option has been removed.
Key Highlights
- Changed tool call dispatching to use positional arguments
- Removed provider-level `positionalArgs` configuration
- Standardized tool call behavior across providers
Breaking Changes
- Provider-level `positionalArgs` configuration has been removed - users relying on this setting will need to update their code
Full Release Notes
### Patch Changes - [#1547](https://github.com/cloudflare/agents/pull/1547) [`f739ec9`](https://github.com/cloudflare/agents/commit/f739ec9cd74c73da6a2d68403ab05f20940e36af) Thanks [@mattzcarey](https://github.com/mattzcarey)! - Dispatch all codemode tool calls positionally and remove provider-level `positionalArgs` configuration.