fix(desktop): Claude model picks + agent avatars after restart#2701
Open
Chessing234 wants to merge 3 commits into
Open
fix(desktop): Claude model picks + agent avatars after restart#2701Chessing234 wants to merge 3 commits into
Chessing234 wants to merge 3 commits into
Conversation
Wire the claude runtime's model_env_var so Edit Agent selections reach spawned sessions, and treat ANTHROPIC_MODEL as a derived key. Closes block#2692 Signed-off-by: Taksh <takshkothari09@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Prefer the managed agent avatar URL before the profile query cache so custom icons don't flash to monograms on cold start. Closes block#2576 Signed-off-by: Taksh <takshkothari09@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
|
Heads up: #2695 (opened earlier today, also fixing #2692) carries this same fix —
No attachment to whose lands — happy to close #2695 if you'd rather fold the const + readiness dedup in here (the avatar fix bundled in this PR is orthogonal either way), or rebase mine if you prefer to split. Maintainers' call. |
Single const for discovery, derived-key filter, and readiness so the key cannot drift; pin claude runtime shape with a regression test. Signed-off-by: Taksh <takshkothari09@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Author
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_MODELat spawnTest plan
just ciCloses #2692
Closes #2576
Made with Cursor