- 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>
Umami data-tag now combines editor name and extension version
(e.g. "Visual Studio Code@2.0.8"), enabling filtering by either
dimension in analytics.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Drops the cross-platform PATH-injection workaround in favor of probing
claude availability after install and writing the known install location
to claudeCodeChat.executable.path when it's not on PATH. Terminals for
login/model/usage/slash commands now launch claude directly via
createTerminal's shellPath/shellArgs so they work identically across
PowerShell, cmd, bash, and zsh. WSL nodePath is now optional (recent
Claude ships as a native binary) and its field moved below claudePath.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Only show "Just try it · Pay as you go with OpenCredits" in the
install modal when the OpenCredits feature flag is enabled for
the user's region.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Render ExitPlanMode as formatted markdown plan with proper headings,
lists, and code blocks instead of raw key-value dump
- Show allowed prompts as clickable action buttons below the plan
- Use 📋 Plan header instead of 🔧 ExitPlanMode
- Permission prompt says "Approve the plan above?" with Approve button
- Hide "Always allow" for plan approvals
- Full height plan content without scroll constraint
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Pass vscode.env.appName (VS Code, Cursor, etc.) as data-tag
on the Umami script to segment analytics by editor.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Build script that creates Open VSIX variant with different branding:
- Changes displayName to "Claude Code Chat"
- Uses icon.png instead of icon-bubble.png
- Automatically backs up and restores files after build
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>