Simplify subagent delegation - #559
Draft
fazxes wants to merge 12 commits into
Draft
Conversation
Replace the general manager with direct one-off and named persistent delegation. Keep child sessions private to their parent and route approvals through the normal parent surface. Remove the Ctrl-X manager, hosted child terminal, relationship graph, queues, notifications, and delivery envelopes.
|
Security review: https://reviewer.vercel.security/vercel-labs/fx/pull/559 |
Wait for the second reload and project prompt before sending the rejection input.
Defer unavailable session authority to writable recovery and classify legacy children only when their stored parent is present.
Use the suite timeout for the multi-process recovery flow instead of Bun's five-second default.
Keep direct Ctrl-X menu-owned and verify an escaped Ctrl-X returns to the composer without opening a removed manager surface.
Follow the public wait path when a persistent message remains running after the initial observation window.
Drop the removed background command from training, startup qualification, documentation, and coverage assertions.
Let message create named children immediately and preserve optional child instructions across turns. Remove profile agent catalogs and configuration files.
Pin approval routes through worker teardown, keep partially created children private, and restart persistent work after unobserved completion.
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
Stacked on #546.