Add sandbox engine integration and per-job executor overrides#19
Open
interstella5555 wants to merge 47 commits intomainfrom
Open
Add sandbox engine integration and per-job executor overrides#19interstella5555 wants to merge 47 commits intomainfrom
interstella5555 wants to merge 47 commits intomainfrom
Conversation
Contributor
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
opal | 18684f2 | Apr 10 2026, 11:06 AM |
Introduce sandbox as an executor backend and wire it through engine selection, process launch, job runner integration, runtime state/summary reporting, and CLI/runtime surfaces.
…ration Add sandbox configuration and job override fields, propagate them through runtime and MCP surfaces, generate sandbox settings payloads for sandbox jobs, and update MCP e2e coverage for the new behavior.
Set CI variables to disable sccache globally and update AGENTS guidance to require Opal MCP pipeline run/fix loops instead of direct cargo-only validation.
Update CLI/config/install/quickstart/pipeline docs and parity notes to describe sandbox engine behavior, per-job engine override usage, and current GitLab parity constraints.
30d857e to
576690e
Compare
added 24 commits
April 9, 2026 01:05
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
sandboxengine support (Anthropic SRT-backed) in Opal execution engine selection$HOME/.config/opal,$HOME/.local/share/opal) and related testsunit-testsruns unit/bin testse2e-testsruns integration/e2e Rust tests (plus existing pipeline fixture coverage)Validation
gitlab-ci-a405c5319 ok / 0 failed / 0 skippedNotes