Skip to content

v0.0.50

Choose a tag to compare

@dylan-conway dylan-conway released this 05 May 22:25
04baa77

What's Changed

  • fix(sandbox): deny file-write-create on protected ancestors in Seatbelt profile by @OctavianGuzu in #226
  • Invoke sandbox-exec by absolute path by @ant-kurt in #233
  • Add bwrapPath and socatPath config overrides for Linux sandbox by @ant-kurt in #232
  • chore: bump version to 0.0.50 by @OctavianGuzu in #235
  • test(integration): swap allowedDomains via updateConfig instead of reset+initialize by @dylan-conway in #242
  • test(integration): use async spawn so the in-process proxy can respond; bump bun to 1.3.13 by @dylan-conway in #243
  • fix(sandbox): read CLAUDE_CODE_TMPDIR for TMPDIR (in addition to CLAUDE_TMPDIR) by @dylan-conway in #240
  • fix(cli): shell-quote positional args instead of join(" ") by @dylan-conway in #239
  • fix(sandbox): only require ripgrep on Linux in checkDependencies() by @dylan-conway in #241
  • fix(cli): make --debug flag set SRT_DEBUG (was setting DEBUG) by @dylan-conway in #238
  • fix(sandbox): set CLOUDSDK_PROXY_TYPE=http (was invalid "https") by @dylan-conway in #237
  • docs(README): fix typo in section concerning security limitations by @xty in #167

New Contributors

Full Changelog: v0.0.49...v0.0.50