[agent] fix(web): include Claude models in git text generation model picker#1222
[agent] fix(web): include Claude models in git text generation model picker#1222alexng353 wants to merge 1 commit intopingdotgg:mainfrom
Conversation
…picker The text generation model dropdown in Settings only listed Codex models. With Claude now a first-class provider, users should be able to select Claude models for auto-generated commit messages, PR titles, and branch names. This change merges both Codex and Claude model lists (with dedup) into the git text generation model picker. > This code was generated by AI (Claude Code). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can generate a title for your PR based on the changes with custom instructions.Set the |
juliusmarminge
left a comment
There was a problem hiding this comment.
There is currently no text generation backend service for Claude so this will fail
Summary
Fixes #1221
See also #1219 for default model/provider settings (separate concern, but related).
Changes
One file changed (
apps/web/src/routes/_chat.settings.tsx):gitTextGenerationModelOptionsnow combines models from both providers instead of hardcoding"codex"Test plan
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com