fix(worker): accept materialized Agent Sandbox workspace - #362
Merged
haasonsaas merged 1 commit intoAug 12, 2026
Conversation
haasonsaas
enabled auto-merge
August 12, 2026 11:25
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.
Root cause
Production Dex gate runs 31589458577, 31590157083, 31590486993, 31590862560, and 31591187477 proved that managed Agent Sandbox claims bind to Ready warm pods, then the dedicated worker fails before activation and rolls the claim back. The worker accepted only an inline
ephemeral.volumeClaimTemplatein the claimed Pod. The managed Sandbox controller materializes that generic ephemeral workspace as the canonical direct PVC reference, so the worker rejected the controller-owned representation before verifying its already-strict Pod owner fence.Change
<pod-name>-sandboxwich-workspaceclaim name;Verification
rustup run 1.95.0 cargo fmt --check— passedrustup run 1.95.0 cargo clippy --workspace --all-targets -- -D warnings— passedrustup run 1.95.0 cargo test --workspace— passedSANDBOXWICH_TEST_POSTGRES_URLis not configured.After merge, the container release and protected GitOps promotion must publish this exact worker change before the Platform Dex Turn Deploy Gate and fresh canonical Deixic conversation-to-computer smoke are rerun.