Release 2.1.0: sponsor button, GPT 5.5 model, resolver fixes

- Add Sponsor button via .github/FUNDING.yml and package.json sponsor field (GitHub Sponsors)
- Default GPT quick-model to mainline GPT 5.5 (was GPT 5.3 Codex)
- Retarget OpenAI resolver to gpt-<ver> / gpt-<ver>-mini slugs instead of -codex variants
- Fix non-existent gpt-5.5-mini fallback to gpt-5.4-mini
- Bump version to 2.1.0 and update CHANGELOG

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
andrepimenta
2026-06-07 14:24:18 +01:00
parent 59519a619f
commit 64fd29c840
6 changed files with 26 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
set -e
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
VERSION="2.0.9"
VERSION="2.1.0"
OUTPUT_NAME="vsix-claude-code-chat-${VERSION}.vsix"
echo "Building Open VSIX version ${VERSION}..."