Model Groups spawn router#14
Open
grzegorznowak wants to merge 2 commits into
Open
Conversation
479d78e to
907b4e7
Compare
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
Implements the Model Groups spawn-router story end to end: operators can define named model groups, get prompt/autocomplete guidance for them, and route spawned child agents through a group while the default inherited spawn path remains unchanged.
What changed
#group-nameautocomplete for effective groups; suggestions show compact provider/model/thinking details for the operator while inserting only prompt text.spawnwith optional exactgrouprouting and stopped advertisingthinking; stale cachedthinkingarguments are accepted but ignored.Out of scope
spawn.Verification
npm testpassed (190/190).npm run test:e2epassed (10/10).npx tsc --noEmitpassed.npm audit --omit=dev --audit-level=moderatepassed.6733bfdsucceeded: https://github.com/agenticoding/pi-agenticoding/actions/runs/27600878769CI note / follow-up
HOME,USERPROFILE,HOMEDRIVE, andHOMEPATHfor model-groups tests.--omit=dev. The full dev audit is still blocked by upstream shrinkwrapped Pi dev dependencies, so this PR does not claim the upstream Pi audit issue is fixed. Restore strict full-dev audit after the upstream fix is released and the lockfile is updated.References
model-tag-routermodel-groups-spawn-router— Model Groups spawn router