Skip to content

@cloudflare/[email protected]

Choose a tag to compare

@threepointone threepointone released this 06 Nov 17:49
· 91 commits to main since this release
75de276

Patch Changes

  • #184 7989b61 Thanks @ghostwriternr! - Redact credentials from Git URLs in logs

  • #186 c2e3384 Thanks @whoiskatrin! - Expose deleteSession API with proper safeguards

    • Add deleteSession(sessionId) method to public SDK API
    • Prevent deletion of default session (throws error with guidance to use sandbox.destroy())
    • Session cleanup kills all running commands in parallel before destroying shell
    • Return structured SessionDeleteResult with success status, sessionId, and timestamp