From 51f2444ac0ab01e1a24653f9707ae39670453fe4 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Wed, 27 May 2026 18:05:43 -0400 Subject: [PATCH] Remove all mentions of "Goldeneye" (#61228) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: faxu <20780999+faxu@users.noreply.github.com> Co-authored-by: Faith Xu --- content/copilot/reference/ai-models/model-comparison.md | 1 - content/copilot/reference/ai-models/model-hosting.md | 1 - .../reference/copilot-billing/models-and-pricing.md | 1 - data/tables/copilot/model-multipliers.yml | 4 ---- data/tables/copilot/model-release-status.yml | 7 ------- data/tables/copilot/model-supported-clients.yml | 9 --------- data/tables/copilot/model-supported-plans.yml | 8 -------- data/tables/copilot/models-and-pricing.yml | 9 --------- data/variables/copilot.yml | 1 - 9 files changed, 41 deletions(-) diff --git a/content/copilot/reference/ai-models/model-comparison.md b/content/copilot/reference/ai-models/model-comparison.md index c59705b5c299..f9d4fcbeb650 100644 --- a/content/copilot/reference/ai-models/model-comparison.md +++ b/content/copilot/reference/ai-models/model-comparison.md @@ -92,7 +92,6 @@ These models are designed for tasks that require step-by-step reasoning, complex | {% data variables.copilot.copilot_claude_sonnet_46 %} | Improves on Sonnet 4.5 with more reliable completions and smarter reasoning under pressure. | | {% data variables.copilot.copilot_claude_opus_47 %} | Anthropic’s most powerful model. Improves on {% data variables.copilot.copilot_claude_opus_46 %}. | | {% data variables.copilot.copilot_gemini_31_pro %} | Advanced reasoning across long contexts and scientific or technical analysis. | -| {% data variables.copilot.copilot_goldeneye %} | Complex problem-solving challenges and sophisticated reasoning. | ### When to use these models diff --git a/content/copilot/reference/ai-models/model-hosting.md b/content/copilot/reference/ai-models/model-hosting.md index 4dd135c375cd..85ef1eaf39db 100644 --- a/content/copilot/reference/ai-models/model-hosting.md +++ b/content/copilot/reference/ai-models/model-hosting.md @@ -43,7 +43,6 @@ All input requests and output responses processed by {% data variables.product.p Used for: * {% data variables.copilot.copilot_raptor_mini %} -* {% data variables.copilot.copilot_goldeneye %} These models are deployed on {% data variables.product.github %} managed Azure OpenAI tenant. diff --git a/content/copilot/reference/copilot-billing/models-and-pricing.md b/content/copilot/reference/copilot-billing/models-and-pricing.md index 3177eeb0e1cb..9f666d5a6c21 100644 --- a/content/copilot/reference/copilot-billing/models-and-pricing.md +++ b/content/copilot/reference/copilot-billing/models-and-pricing.md @@ -77,7 +77,6 @@ Anthropic models include a cache write cost in addition to cached input. | {% endif %}{% endfor %} | [^7]: {% data variables.copilot.copilot_raptor_mini %} uses {% data variables.copilot.copilot_gpt_5_mini %} pricing. -[^8]: {% data variables.copilot.copilot_goldeneye %} uses {% data variables.copilot.copilot_gpt_51_codex %} pricing. ## Code completions diff --git a/data/tables/copilot/model-multipliers.yml b/data/tables/copilot/model-multipliers.yml index 8b50ccbfe0e3..b64928774b26 100644 --- a/data/tables/copilot/model-multipliers.yml +++ b/data/tables/copilot/model-multipliers.yml @@ -96,7 +96,3 @@ - name: Raptor mini multiplier_paid: 0 multiplier_free: 1 - -- name: Goldeneye - multiplier_paid: Not applicable - multiplier_free: 1 diff --git a/data/tables/copilot/model-release-status.yml b/data/tables/copilot/model-release-status.yml index 6e2fd4e65f50..8b23793f5440 100644 --- a/data/tables/copilot/model-release-status.yml +++ b/data/tables/copilot/model-release-status.yml @@ -168,10 +168,3 @@ agent_mode: true ask_mode: true edit_mode: true - -- name: 'Goldeneye' - provider: 'Fine-tuned GPT-5.1-Codex' - release_status: 'Public preview' - agent_mode: true - ask_mode: true - edit_mode: true diff --git a/data/tables/copilot/model-supported-clients.yml b/data/tables/copilot/model-supported-clients.yml index 50000c898052..947cd8d4b363 100644 --- a/data/tables/copilot/model-supported-clients.yml +++ b/data/tables/copilot/model-supported-clients.yml @@ -202,12 +202,3 @@ eclipse: false xcode: false jetbrains: false - -- name: Goldeneye - dotcom: false - cli: false - vscode: true - vs: false - eclipse: false - xcode: false - jetbrains: false diff --git a/data/tables/copilot/model-supported-plans.yml b/data/tables/copilot/model-supported-plans.yml index 1de65556e3d3..d138b7209625 100644 --- a/data/tables/copilot/model-supported-plans.yml +++ b/data/tables/copilot/model-supported-plans.yml @@ -180,11 +180,3 @@ pro_plus: true business: false enterprise: false - -- name: Goldeneye - free: true - student: false - pro: false - pro_plus: false - business: false - enterprise: false diff --git a/data/tables/copilot/models-and-pricing.yml b/data/tables/copilot/models-and-pricing.yml index 80acfa30cc4a..00152a3d3eb0 100644 --- a/data/tables/copilot/models-and-pricing.yml +++ b/data/tables/copilot/models-and-pricing.yml @@ -198,12 +198,3 @@ cached_input: $0.025 output: $2.00 notes: Uses GPT-5 mini pricing - -- model: 'Goldeneye[^8]' - provider: github - release_status: Public preview - category: Powerful - input: $1.25 - cached_input: $0.125 - output: $10.00 - notes: Uses GPT-5.1-Codex pricing diff --git a/data/variables/copilot.yml b/data/variables/copilot.yml index ae323b5767d1..6356af1c87be 100644 --- a/data/variables/copilot.yml +++ b/data/variables/copilot.yml @@ -210,7 +210,6 @@ copilot_grok_code: 'Grok Code Fast 1' copilot_qwen_25: 'Qwen2.5' # Microsoft fine-tuned: copilot_raptor_mini: 'Raptor mini' -copilot_goldeneye: 'Goldeneye' ## Current model used by Copilot cloud agent and Copilot CLI cca_current_model: '{% data variables.copilot.copilot_claude_opus_46 %}'