Reduce agent load in shell integration tests#2045
Merged
robgruen merged 2 commits intodev/robgruen/glasswormfrom Mar 23, 2026
Merged
Reduce agent load in shell integration tests#2045robgruen merged 2 commits intodev/robgruen/glasswormfrom
robgruen merged 2 commits intodev/robgruen/glasswormfrom
Conversation
Co-authored-by: robgruen <25374553+robgruen@users.noreply.github.com> Agent-Logs-Url: https://github.com/microsoft/TypeAgent/sessions/fc7d8e79-2de0-4898-b939-6a6a46565661
Co-authored-by: robgruen <25374553+robgruen@users.noreply.github.com> Agent-Logs-Url: https://github.com/microsoft/TypeAgent/sessions/9145c984-e463-4b7b-b567-fe6a87218350
Copilot created this pull request from a session on behalf of
robgruen
March 23, 2026 00:29
View session
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.
Shell integration tests were timing out on CI due to dispatcher initialization loading all 20+ agents at startup.
Changes
defaultAgentProvider/data/config.test.json— New minimal config with only the 4 agents exercised by the test suite, all configured to run in-process (execMode: "dispatcher") to avoid child process spawn overhead:chat,greeting— general Q&A and startup greetingcalendar—@config schema calendartestlist— shopping list CRUD testshell/src/main/instance.ts— When launched with--test, passes"test"asconfigNameto bothgetDefaultAppAgentProvidersandgetIndexingServiceRegistry: