Skip to content

Comments

fix: bring back model selection#844

Merged
k11kirky merged 1 commit intomainfrom
02-07-fix_bring_back_model_selection
Feb 7, 2026
Merged

fix: bring back model selection#844
k11kirky merged 1 commit intomainfrom
02-07-fix_bring_back_model_selection

Conversation

@k11kirky
Copy link
Contributor

@k11kirky k11kirky commented Feb 7, 2026

TL;DR

Added model selection capability to the task creation interface, allowing users to choose specific AI models when creating new tasks.

What changed?

  • Added a model selector dropdown in the task input interface
  • Implemented persistence of the last used model in settings
  • Added model parameter to task creation flow
  • Created filtering logic to show only models compatible with the selected adapter
  • Updated the default gateway model from claude-opus-4-5 to claude-opus-4-6
  • Added automatic model selection when switching adapters to ensure compatibility

How to test?

  1. Open the task creation interface
  2. Verify that a model selector dropdown appears next to the adapter selector
  3. Select different adapters (Claude/Codex) and confirm that the model options update accordingly
  4. Create tasks with different model selections and verify the selected model is used
  5. Restart the application and verify that your last selected model is remembered

Why make this change?

This change gives users more control over their AI interactions by allowing them to explicitly select which model to use for each task. Previously, the system would automatically select a model based on the adapter, but now users can choose specific models with different capabilities or performance characteristics based on their needs.

Copy link
Contributor Author

k11kirky commented Feb 7, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

@k11kirky k11kirky force-pushed the 02-07-fix_bring_back_model_selection branch from 5f886a9 to bb050b4 Compare February 7, 2026 20:24
@k11kirky k11kirky force-pushed the 02-07-fix_bring_back_model_selection branch from bb050b4 to 9a4eb90 Compare February 7, 2026 20:27
@k11kirky k11kirky marked this pull request as ready for review February 7, 2026 20:31
@joshsny
Copy link
Contributor

joshsny commented Feb 7, 2026

not sure if we need to check what was wrong with the GPT model output on Claude Code being empty?

@k11kirky k11kirky merged commit fd67858 into main Feb 7, 2026
13 checks passed
@k11kirky k11kirky deleted the 02-07-fix_bring_back_model_selection branch February 7, 2026 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants