Skip to content

feat: auto-install sandbox dependencies on Linux runners#16

Merged
sohil-kshirsagar merged 3 commits intomainfrom
feat/auto-install-sandbox-deps
Mar 12, 2026
Merged

feat: auto-install sandbox dependencies on Linux runners#16
sohil-kshirsagar merged 3 commits intomainfrom
feat/auto-install-sandbox-deps

Conversation

@sohil-kshirsagar
Copy link
Contributor

@sohil-kshirsagar sohil-kshirsagar commented Mar 12, 2026

  • Automatically installs bubblewrap and socat on Linux runners for replay sandboxing
  • Non-blocking: warns and continues if installation fails
  • Skips if packages are already present or platform is not Linux
  • Wraps CLI and sandbox installs in collapsible log groups to reduce noise
  • Adds lint:fix script to package.json
image image

- Wrap CLI install (release and source) in log groups
- Wrap sandbox dep install in a log group
- Switch tests from nthCalledWith to toHaveBeenCalledWith for
  ordering resilience with Promise.all
- Add tests for Linux sandbox dep install paths
- Add startGroup/endGroup to core fixture
- Add lint:fix script
@sohil-kshirsagar sohil-kshirsagar requested a review from jy-tan March 12, 2026 02:13
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

@sohil-kshirsagar sohil-kshirsagar merged commit e124fcc into main Mar 12, 2026
7 checks passed
@sohil-kshirsagar sohil-kshirsagar deleted the feat/auto-install-sandbox-deps branch March 12, 2026 19:38
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.

2 participants