| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| e2b@2.38.1 source code.tar.gz | 2026-08-07 | 1.7 MB | |
| e2b@2.38.1 source code.zip | 2026-08-07 | 2.2 MB | |
| README.md | 2026-08-07 | 830 Bytes | |
| Totals: 3 Items | 3.9 MB | 0 | |
Patch Changes
- 88f41f3: Align ANSI stripping of template build log messages across both SDKs. The Python SDK's
strip_ansi_escape_codesnow ports the JS SDK'sstripAnsiregex: OSC sequences (hyperlinks, window titles) are matched non-greedily up to the first string terminator — including sequences spanning newlines — and CSI sequences are stripped without requiring a terminator. Both implementations additionally strip the remaining ECMA-48 string controls (DCS/Sixel, SOS, PM, APC) through their string terminator so control payloads no longer leak into cleaned logs. - 86f7b8e: Export
GitResetMode,GitResetOpts,GitRestoreOptsandGitStatusLabelfrom the JS SDK entry point, so the argument and status types of the publicgit.reset(),git.restore()andgit.status()methods can be named by callers