feat(sandbox): introduce bubblewrap support and enhance sandbox management#728
Open
ba0f3 wants to merge 1 commit intonextlevelbuilder:devfrom
Open
feat(sandbox): introduce bubblewrap support and enhance sandbox management#728ba0f3 wants to merge 1 commit intonextlevelbuilder:devfrom
ba0f3 wants to merge 1 commit intonextlevelbuilder:devfrom
Conversation
…ement - Added support for bubblewrap as an alternative to Docker for sandbox execution. - Implemented a SandboxRouter to dynamically select between Docker and bubblewrap based on configuration. - Enhanced the ConfigMethods to expose runtime flags for the sandbox UI. - Updated various tools to utilize the new sandbox management features, ensuring proper path resolution and execution within the selected sandbox environment. - Added tests for sandbox path handling and configuration to ensure robustness. This update improves the flexibility and security of executing commands in isolated environments.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sandbox
Workspace security + exec
/workspace, so exec could read/write the entire tree; built-in tools could enforce paths in app code only.Group chat paths
…/agent/channel/group(e.g. Telegramgroup= chat id like-100…), dropping the redundantgroup_channel_…segment under the channel folder.Ops note
Type
main)Target Branch
Checklist
go build ./...passesgo build -tags sqliteonly ./...passes (if Go changes)go vet ./...passesgo test -race ./...cd ui/web && pnpm build(if UI changes)$1, $2(no string concat)internal/upgrade/version.go(if new migration)Test Plan