fix(desktop): apply Claude models and run Windows installers natively#2696
Open
tagadearpit wants to merge 1 commit into
Open
fix(desktop): apply Claude models and run Windows installers natively#2696tagadearpit wants to merge 1 commit into
tagadearpit wants to merge 1 commit into
Conversation
Signed-off-by: Arpit Tagade <143588157+tagadearpit@users.noreply.github.com>
tagadearpit
marked this pull request as ready for review
July 24, 2026 09:53
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
ANTHROPIC_MODELfrom the structured Claude Code model picker at spawn timeANTHROPIC_MODELas derived configuration so stale custom environment values cannot override later picker changesRoot cause
Claude Code's runtime catalog had no model environment variable, so the picker value was saved but never reached the spawned Claude process. On Windows, Claude and Codex installer scripts were invoked through Git Bash; MSYS path conversion could turn
C:paths into invalid arguments for native tools such astar.Closes #2692
Closes #2688
Issue #2690 is intentionally not duplicated here: upstream PR #2694 already addresses the macOS artifact-name collision.
Validation
cargo fmt --all -- --checkgit diff --checkblock/buzz:main, with only the five intended filespkg-configand the required GLib/GObject development libraries are unavailable; CI should run the full platform matrix.