fix: remove outdated Haiku filter for GitHub Copilot #6593
Merged
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.
Summary
Removes the GitHub Copilot filter that excluded Claude Haiku 4.5 from small model selection.
Problem
Session titles weren't being auto-generated for GitHub Copilot users - they stayed as "New session - 2026-01-01..." instead of getting meaningful names.
The issue: Haiku 4.5 was filtered out based on outdated assumptions. When the filter was added in Oct 2025, Haiku was considered a premium model. Now it has a 0.33x multiplier, same as other small models in the priority list (Gemini 3 Flash, GPT-5.1-Codex-Mini - Pricing page).
Solution
Remove the filter. Haiku 4.5 is now cost-effective and should be available for title generation.
Changes
provider.tsthat filtered outclaude-haiku-4.5for GitHub CopilotFixes #4040