Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Version Packages#1104

Merged
threepointone merged 1 commit into
mainfrom
changeset-release/main
Mar 13, 2026
Merged

Version Packages#1104
threepointone merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Mar 13, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@cloudflare/[email protected]

Patch Changes

  • #1103 fd1f435 Thanks @threepointone! - Initial release of @cloudflare/shell — a runtime-agnostic bash interpreter forked from just-bash (Apache-2.0, Vercel Labs).
    • 80+ built-in commands: I/O, filesystem, text processing, data, archives, network (curl), and control flow
    • In-memory POSIX-like filesystem with symlinks, permissions, /proc, /dev/null, /dev/urandom
    • Full bash subset: pipes, redirects, variables, arithmetic, arrays, globbing, brace expansion, functions, heredocs, set -euo pipefail
    • Pluggable interfaces for SQL (SqlExecutor), code execution (CodeExecutor), and HTML-to-Markdown conversion (MarkdownConverter)
    • Configurable execution limits to prevent resource exhaustion in multi-tenant environments
    • RE2-based regex engine via re2js for ReDoS-safe grep, sed, and awk
    • Network access disabled by default with URL allow-list and optional SSRF protection (denyPrivateRanges)
    • Workers adapters (@cloudflare/shell/workers): DOSqlExecutor (Durable Object SqlStorage), D1SqlExecutor (Cloudflare D1), DynamicIsolateExecutor (Worker Loader), WorkersAIMarkdownConverter
    • Node.js adapters (@cloudflare/shell/node): BetterSqlite3Executor, ChildProcessExecutor, TurndownConverter
    • Embedded adapters (@cloudflare/shell/embedded): EmbeddedExecutor with QuickJS and Pyodide WASM

Open with Devin

@threepointone threepointone merged commit d455678 into main Mar 13, 2026
@threepointone threepointone deleted the changeset-release/main branch March 13, 2026 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant