Skip to content

Conversation

@alcpereira
Copy link
Contributor

@alcpereira alcpereira commented Jan 1, 2026

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

  • Removed 4 lines from provider.ts that filtered out claude-haiku-4.5 for GitHub Copilot

Fixes #4040

…ction

Claude Haiku 4.5 now has a 0.33x multiplier in GitHub Copilot, the same as
other models in the small model priority list (Gemini 3 Flash, GPT-5.1-Codex-Mini).
The filter was added when Haiku was considered premium, but this is no longer
the case.

Removing this filter allows Haiku 4.5 to be properly selected as a small model
for cost-effective operations like session title generation.

Fixes session title generation failures for GitHub Copilot users where titles
remained as "New session - <date>" instead of being auto-generated.
@rekram1-node rekram1-node merged commit 8b35d56 into anomalyco:dev Jan 1, 2026
2 checks passed
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.

Session auto naming

2 participants