Skip to content

@cloudflare/[email protected]

Choose a tag to compare

@github-actions github-actions released this 24 Nov 15:56
· 36 commits to main since this release
9d05666

Patch Changes

  • #234 d4cee5e Thanks @ghostwriternr! - Remove unused logging infrastructure (getLogger, runWithLogger) that was never called

  • #224 71e86f4 Thanks @ghostwriternr! - Fix memory leaks from listener accumulation, unbounded process storage, and stale DO state

  • #221 3aba9e8 Thanks @threepointone! - Add OpenAI Agents adapters

    Add OpenAI Agents adapters (Shell and Editor) that integrate Cloudflare Sandbox with the OpenAI Agents SDK. These adapters enable AI agents to execute shell commands and perform file operations (create, update, delete) inside sandboxed environments. Both adapters automatically collect and timestamp results from operations, making it easy to track command execution and file modifications during agent sessions. The adapters are exported from @cloudflare/sandbox/openai and implement the OpenAI Agents Shell and Editor interfaces.