@cloudflare/codemode@0.4.1

cloudflare/agents@cloudflare/codemode@0.4.1Jun 16, 2026by github-actions[bot]

AI Summary

A patch release correcting a runtime tool description to accurately reflect that the sandbox executes JavaScript rather than TypeScript.

Key Highlights

  • Fixed runtime tool description to say 'Execute JavaScript' instead of 'Execute TypeScript'.
  • Clarified that TypeScript types are generated for LLM context but are not executed.
  • No breaking changes or new features introduced.

Full Release Notes

### Patch Changes

-   [#1760](https://github.com/cloudflare/agents/pull/1760) [`6769830`](https://github.com/cloudflare/agents/commit/676983019be59cc96e2faaca6f1551a0cb3caa08) Thanks [@cjol](https://github.com/cjol)! - Fix the runtime tool description to say "Execute JavaScript" instead of "Execute TypeScript". The codemode sandbox executes JavaScript only; TypeScript types are generated for LLM context but are not executed.