π Features Added
- Sponsor button: Added a Sponsor button on both the GitHub repository and the VS Code Marketplace listing, linking to GitHub Sponsors.
- GPT 5.5 as the default GPT model: The "GPT" quick-select now targets OpenAI's mainline GPT 5.5, replacing the previous GPT 5.3 Codex entry, with a faster
gpt-5.4-minitier.
π Bug Fixes
- Valid fast-tier GPT fallback: The bundled model fallback no longer points the GPT fast (haiku) tier at a non-existent
openai/gpt-5.5-mini. It now usesopenai/gpt-5.4-mini, matching what the live resolver selects.
π§ Technical Improvements
- OpenAI model resolver retargeted:
model-updater.tsnow resolves the OpenAI quick-model against mainlineopenai/gpt-<version>andopenai/gpt-<version>-minislugs instead of the-codex/-codex-minivariants.
Artifact: claude-code-chat-2.1.0.vsix