Skip to content

Enable inline history summarization and GPT-5.5 tool search#312570

Merged
bhavyaus merged 1 commit intomainfrom
dev/bhavyau/inline-history-gpt55-tool-search
Apr 26, 2026
Merged

Enable inline history summarization and GPT-5.5 tool search#312570
bhavyaus merged 1 commit intomainfrom
dev/bhavyau/inline-history-gpt55-tool-search

Conversation

@bhavyaus
Copy link
Copy Markdown
Collaborator

@bhavyaus bhavyaus commented Apr 26, 2026

Summary:

  • Enable inline agent history summarization by default in Copilot configuration.
  • Add GPT-5.5 model IDs to the Responses API tool search gate while keeping the existing experiment setting check.

Copilot AI review requested due to automatic review settings April 26, 2026 01:34
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Enables Copilot’s inline agent history summarization by default and expands the Responses API tool-search gating logic to recognize GPT‑5.5 model IDs (while still requiring the existing experiment/setting gate).

Changes:

  • Flip the default for github.copilot.chat.agentHistorySummarizationInline to true (code + contributed setting).
  • Update tool-search model ID gating to include GPT‑5.5 (and normalization for dot vs hyphen variants).
  • Extend unit tests for modelSupportsToolSearch to cover GPT‑5.5 IDs.
Show a summary per file
File Description
extensions/copilot/src/platform/endpoint/test/node/chatModelCapabilities.spec.ts Adds GPT‑5.5 coverage to modelSupportsToolSearch tests.
extensions/copilot/src/platform/endpoint/common/chatModelCapabilities.ts Extends Responses API tool-search model ID gating logic and normalization.
extensions/copilot/src/platform/configuration/common/configurationService.ts Changes default for inline agent history summarization to enabled.
extensions/copilot/package.json Updates the contributed configuration default for inline history summarization to true.

Copilot's findings

  • Files reviewed: 4/4 changed files
  • Comments generated: 2

@bhavyaus bhavyaus enabled auto-merge (squash) April 26, 2026 01:40
@bhavyaus bhavyaus merged commit cf1f600 into main Apr 26, 2026
58 of 60 checks passed
@bhavyaus bhavyaus deleted the dev/bhavyau/inline-history-gpt55-tool-search branch April 26, 2026 03:50
@vs-code-engineering vs-code-engineering Bot added this to the 1.118.0 milestone Apr 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