Skip to content

Add GPT-5.5 prompt experiment flags#315603

Merged
dileepyavan merged 4 commits into
mainfrom
DileepY/exp_5.5_1
May 11, 2026
Merged

Add GPT-5.5 prompt experiment flags#315603
dileepyavan merged 4 commits into
mainfrom
DileepY/exp_5.5_1

Conversation

@dileepyavan
Copy link
Copy Markdown
Member

Adds the following GPT-5.5 experiment flags:

  • github.copilot.chat.gpt55EconomicalSearchAndEdit.enabled: gates economical search and edit instructions.
  • github.copilot.chat.gpt55LargePromptSections.enabled: gates additional GPT-5.4 Large prompt sections for GPT-5.5.

Both flags default to disabled.

Copilot AI review requested due to automatic review settings May 11, 2026 06:18
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

Note

Copilot was unable to run its full agentic suite in this review.

Adds two experiment flags for GPT-5.5 prompt behavior, defaulting to disabled, and wires them into the GPT-5.5 agent prompt to conditionally include additional instruction sections.

Changes:

  • Introduces gpt55EconomicalSearchAndEdit and gpt55LargePromptSections experiment-backed config keys (default false).
  • Registers the new settings in package.json and adds user-facing descriptions in package.nls.json.
  • Updates the GPT-5.5 prompt to read these flags and conditionally emit larger instruction blocks.
Show a summary per file
File Description
extensions/copilot/src/platform/configuration/common/configurationService.ts Adds experiment-based config keys for new GPT-5.5 prompt flags.
extensions/copilot/src/extension/prompts/node/agent/openai/gpt55Prompt.tsx Reads the new flags and gates additional prompt instruction sections.
extensions/copilot/package.nls.json Adds localized descriptions for the new settings.
extensions/copilot/package.json Registers the new github.copilot.chat.* settings with defaults disabled.

Copilot's findings

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

Comment thread extensions/copilot/src/extension/prompts/node/agent/openai/gpt55Prompt.tsx Outdated
Comment thread extensions/copilot/src/extension/prompts/node/agent/openai/gpt55Prompt.tsx Outdated
Comment thread extensions/copilot/src/extension/prompts/node/agent/openai/gpt55Prompt.tsx Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
dmitrivMS
dmitrivMS previously approved these changes May 11, 2026
@dileepyavan dileepyavan merged commit 56d7412 into main May 11, 2026
25 checks passed
@dileepyavan dileepyavan deleted the DileepY/exp_5.5_1 branch May 11, 2026 19:40
@vs-code-engineering vs-code-engineering Bot added this to the 1.121.0 milestone May 11, 2026
dileepyavan added a commit that referenced this pull request May 12, 2026
…ags (#315906)

* Refactor GPT-5.5 prompt variants by experiment flags

* Add GPT-5.5 prompt experiment config keys

* Add GPT-5.5 prompt experiment flags (#315603)

* Add GPT-5.5 prompt experiment flags

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.

4 participants