You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OD sandbox runtime work is split into five small PRs so each review stays focused, but the PRs are intentionally stacked and are costly to keep rebased as main moves.
As of this check, all five PRs are open, non-draft, mergeable, approved, and have no pending or failing checks:
If later PRs appear to include commits from earlier PRs, that is expected for the stack until the lower PRs merge.
Request
Could a maintainer take a pass through this stack and merge it in order when feasible? A timely merge would reduce repeated rebase/conflict churn and keep the reviewed sandbox-runtime work from drifting while main continues to move.
Context
The OD sandbox runtime work is split into five small PRs so each review stays focused, but the PRs are intentionally stacked and are costly to keep rebased as
mainmoves.As of this check, all five PRs are open, non-draft, mergeable, approved, and have no pending or failing checks:
feat(daemon): add sandbox runtime foundationfix(daemon): confine sandbox project roots and host discoveryfeat(daemon): add run-scoped MCP tool bundlesfeat(daemon): add project export manifestfeat(daemon): add contained project preview URLsSuggested Merge Order
Please merge them in this order:
If later PRs appear to include commits from earlier PRs, that is expected for the stack until the lower PRs merge.
Request
Could a maintainer take a pass through this stack and merge it in order when feasible? A timely merge would reduce repeated rebase/conflict churn and keep the reviewed sandbox-runtime work from drifting while
maincontinues to move.