feat(subagents): support explicit capability inheritance - #639
Closed
iroiro147 wants to merge 1 commit into
Closed
Conversation
Contributor
|
@iroiro147 is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
iroiro147
force-pushed
the
fix/subagent-inherit-capabilities-626
branch
3 times, most recently
from
July 10, 2026 00:55
baf69ce to
7534e4a
Compare
Signed-off-by: iroiro147 <sarthak.singh@juspay.in>
iroiro147
force-pushed
the
fix/subagent-inherit-capabilities-626
branch
from
July 10, 2026 03:27
7534e4a to
a52d184
Compare
This was referenced Jul 27, 2026
|
Rebased this work onto current main and opened a fresh PR: #1243 (credit to @iroiro147 for the original implementation). |
aatosolavi
added a commit
to aatosolavi/eve-1
that referenced
this pull request
Jul 27, 2026
Allow declared subagents to opt into sharing the parent's live sandbox and connection definitions via `inherit.sandbox` / `inherit.connections`, while keeping isolation as the default and retaining distinct instructions. Rebases and lands the approach from vercel#639 on current main, including runtime shared-sandbox propagation, compiler validation, docs/info surface, tests, and extension-capability epoch bumps for transitive public types. Refs vercel#626. Signed-off-by: Aatos Akvilander <aatos@akvilander.com>
aatosolavi
added a commit
to aatosolavi/eve-1
that referenced
this pull request
Jul 27, 2026
Allow declared subagents to opt into sharing the parent's live sandbox and connection definitions via `inherit.sandbox` / `inherit.connections`, while keeping isolation as the default and retaining distinct instructions. Rebases and lands the approach from vercel#639 on current main, including runtime shared-sandbox propagation, compiler validation, docs/info surface, tests, and extension-capability epoch bumps for transitive public types. Refs vercel#626. Signed-off-by: Aatos Akvilander <aatos@akvilander.com>
aatosolavi
added a commit
to aatosolavi/eve-1
that referenced
this pull request
Jul 27, 2026
Allow declared subagents to opt into sharing the parent's live sandbox and connection definitions via `inherit.sandbox` / `inherit.connections`, while keeping isolation as the default and retaining distinct instructions. Rebases and lands the approach from vercel#639 on current main, including runtime shared-sandbox propagation, compiler validation, docs/info surface, tests, and extension-capability epoch bumps for transitive public types. Refs vercel#626. Signed-off-by: Aatos Akvilander <aatos@akvilander.com>
aatosolavi
added a commit
to aatosolavi/eve-1
that referenced
this pull request
Jul 28, 2026
Allow declared subagents to opt into sharing the parent's live sandbox and connection definitions via `inherit.sandbox` / `inherit.connections`, while keeping isolation as the default and retaining distinct instructions. Rebases and lands the approach from vercel#639 on current main, including runtime shared-sandbox propagation, compiler validation, docs/info surface, tests, and extension-capability epoch bumps for transitive public types. Refs vercel#626. Signed-off-by: Aatos Akvilander <aatos@akvilander.com>
aatosolavi
added a commit
to aatosolavi/eve-1
that referenced
this pull request
Jul 28, 2026
Allow declared subagents to opt into sharing the parent's live sandbox and connection definitions via `inherit.sandbox` / `inherit.connections`, while keeping isolation as the default and retaining distinct instructions. Rebases and lands the approach from vercel#639 on current main, including runtime shared-sandbox propagation, compiler validation, docs/info surface, tests, and extension-capability epoch bumps for transitive public types. Refs vercel#626. Signed-off-by: Aatos Akvilander <aatos@akvilander.com>
aatosolavi
added a commit
to aatosolavi/eve-1
that referenced
this pull request
Jul 28, 2026
Allow declared subagents to opt into sharing the parent's live sandbox and connection definitions via `inherit.sandbox` / `inherit.connections`, while keeping isolation as the default and retaining distinct instructions. Rebases and lands the approach from vercel#639 on current main, including runtime shared-sandbox propagation, compiler validation, docs/info surface, tests, and extension-capability epoch bumps for transitive public types. Refs vercel#626. Signed-off-by: Aatos Akvilander <aatos@akvilander.com>
aatosolavi
added a commit
to aatosolavi/eve-1
that referenced
this pull request
Jul 28, 2026
Allow declared subagents to opt into sharing the parent's live sandbox and connection definitions via `inherit.sandbox` / `inherit.connections`, while keeping isolation as the default and retaining distinct instructions. Rebases and lands the approach from vercel#639 on current main, including runtime shared-sandbox propagation, compiler validation, docs/info surface, tests, and extension-capability epoch bumps for transitive public types. Refs vercel#626. Signed-off-by: Aatos Akvilander <aatos@akvilander.com>
De-ASI-INTERFACE
approved these changes
Jul 29, 2026
aatosolavi
added a commit
to aatosolavi/eve-1
that referenced
this pull request
Jul 29, 2026
Allow declared subagents to opt into sharing the parent's live sandbox and connection definitions via `inherit.sandbox` / `inherit.connections`, while keeping isolation as the default and retaining distinct instructions. Rebases and lands the approach from vercel#639 on current main, including runtime shared-sandbox propagation, compiler validation, docs/info surface, tests, and extension-capability epoch bumps for transitive public types. Refs vercel#626. Co-authored-by: iroiro147 <265728356+iroiro147@users.noreply.github.com> Signed-off-by: Aatos Akvilander <aatos@akvilander.com>
Contributor
Author
|
Closing in favor of #1243 (rebased by @aatosolavi). Thank you for carrying the work forward! |
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
inherit.sandboxandinherit.connectionssupport for declared subagents while preserving isolation by defaultRefs #626.
Tests
pnpm exec vitest run --config vitest.unit.config.ts src/compiler/manifest.test.ts src/compiler/normalize-agent-config.test.ts src/compiler/normalize-manifest.test.ts src/internal/authored-definition/core.test.ts src/context/build-callback-context.test.ts src/context/dynamic-skill-lifecycle.test.ts src/context/providers/sandbox.test.ts src/execution/subagent-tool.test.ts src/execution/delegated-parent-notification.test.ts src/execution/workflow-steps.test.ts src/execution/sandbox/ensure.test.ts src/execution/sandbox/prewarm.test.ts src/harness/runtime-actions.test.ts src/runtime/framework-tools/skill.test.ts src/runtime/skills/sandbox-access.test.ts src/internal/nitro/routes/agent-info/build-agent-info-response.test.ts test/runtime-agent-graph.test.tspnpm --filter eve typecheckpnpm docs:checkpnpm guard:invariantsgit diff --check