Skip to content

Conversation

@agents-git-bot
Copy link
Contributor

This PR syncs documentation changes from cloudflare/sandbox-sdk#256.

Changes

Adds documentation clarifying that the Sandbox SDK has no artificial output size restrictions for command execution. This change reflects the removal of the 10MB output size limit in the SDK.

What's New

  • New section: "Work with large output" in the Execute commands guide
  • Documents that there are no output size limits
  • Provides practical examples of working with large files and datasets
  • Includes guidance on memory considerations for very large outputs

Why This Matters

The 10MB output size limit was overly restrictive and caused unexpected errors when users tried to read large files or process datasets. Removing this limit allows developers to:

  • Read and process large media files (images, videos)
  • Work with substantial datasets without artificial restrictions
  • Use base64-encoded binary data without size concerns
  • Trust their own resource management rather than hitting arbitrary limits

Related PR

🤖 Generated with Claude Code

Adds documentation clarifying that the SDK has no artificial output
size restrictions, allowing users to process large files and datasets.
Includes practical examples and guidance on memory considerations.

Related to sandbox-sdk PR #256 which removed the 10MB output size
limit that was overly restrictive for legitimate use cases.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@github-actions
Copy link
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/docs/sandbox/ @whoiskatrin, @ghostwriternr, @cloudflare/pcx-technical-writing, @cloudflare/ai-agents

@ghostwriternr ghostwriternr deleted the sync-docs-pr-256 branch November 26, 2025 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants