Skip to content

agentHost: fix provider extraction conflicts - #332818

Merged
roblourens merged 1 commit into
microsoft:mainfrom
roblourens:roblou/agents/fix-broken-build-conflicts
Aug 26, 2026
Merged

agentHost: fix provider extraction conflicts#332818
roblourens merged 1 commit into
microsoft:mainfrom
roblourens:roblou/agents/fix-broken-build-conflicts

Conversation

@roblourens

Copy link
Copy Markdown
Member

Summary

Testing

  • npm run typecheck-client
  • ./scripts/test.sh --run src/vs/platform/agentHost/test/node/agentService.test.ts --grep "failed turn resume" (6 passing)
  • pre-commit hygiene

(Written by Copilot)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI balanced review requested due to automatic review settings August 26, 2026 21:14
@roblourens
roblourens enabled auto-merge (squash) August 26, 2026 21:15

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Routes failed-turn resume through the extracted provider service, resolving integration conflicts between provider extraction and turn recovery.

Changes:

  • Uses centralized session-to-provider resolution during resume validation.
  • Registers the resume test provider through the provider-service helper.
Show a summary per file
File Description
src/vs/platform/agentHost/node/agentService.ts Uses the extracted provider service for resume capability checks.
src/vs/platform/agentHost/test/node/agentService.test.ts Updates test provider registration to match production architecture.

Review details

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 2/2 changed files
  • Comments generated: 0
  • Review effort level: Balanced

@roblourens
roblourens merged commit 2c808a7 into microsoft:main Aug 26, 2026
44 of 45 checks passed
@vs-code-engineering vs-code-engineering Bot added this to the 1.136.0 milestone Aug 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants