·
91 commits
to main
since this release
Patch Changes
-
#184
7989b61Thanks @ghostwriternr! - Redact credentials from Git URLs in logs -
#186
c2e3384Thanks @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
SessionDeleteResultwith success status, sessionId, and timestamp
- Add