@cloudflare/codemode@0.4.4

cloudflare/agents@cloudflare/codemode@0.4.4Jul 22, 2026by github-actions[bot]

AI Summary

This update introduces framework-neutral execution and discovery methods to the Code Mode runtime, allowing MCP servers and non-AI-SDK hosts to invoke code execution directly. It also enhances result identification to clearly flag methods that require approval.

Key Highlights

  • Added framework-neutral execute, search, and describe methods to Code Mode.
  • Enabled direct invocation of execution by MCP servers and non-AI SDK hosts.
  • Search and describe results now identify methods requiring approval.

New Features

  • Framework-neutral execution and discovery methods for Code Mode.

Full Release Notes

### Patch Changes

-   [#1969](https://github.com/cloudflare/agents/pull/1969) [`80ad8de`](https://github.com/cloudflare/agents/commit/80ad8deecfe9606d8ef1d505ad0115bbdb8e7073) Thanks [@mattzcarey](https://github.com/mattzcarey)! - Add framework-neutral `execute`, `search`, and `describe` methods to the durable Code Mode runtime handle so MCP servers and other non-AI-SDK hosts can invoke execution and discovery directly. Search and describe results now identify methods that require approval.