feat: per-task-type model assignment with three-tier system#185
Open
CaitlynByrne wants to merge 2 commits intoAutoForgeAI:masterfrom
Open
feat: per-task-type model assignment with three-tier system#185CaitlynByrne wants to merge 2 commits intoAutoForgeAI:masterfrom
CaitlynByrne wants to merge 2 commits intoAutoForgeAI:masterfrom
Conversation
Allows assigning different AI models to different task types (initializer, coding, testing, spec creation, expansion, assistant, log review). Each provider defines three tiers (high/mid/low) with smart defaults -- e.g., Opus for initialization, Sonnet for coding, Haiku for testing. Users can override per-role in Settings, and the assistant chat panel gets an on-the-fly tier switcher. - registry.py: ROLE_TIER_MAP, provider tiers, get_model_for_role() - parallel_orchestrator.py: per-role model resolution in spawn methods - Chat sessions: use get_model_for_role() per session type - Settings API: read/write per-role overrides, expose tiers - UI: collapsible "Model per Task" section, assistant tier toggle Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Clicking a model in the global Model selector now sets all 7 per-role model assignments to that model, shows an inline toast confirming the change, and auto-expands the per-task section for further customization. The global selector only highlights a model when all roles match it. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collaborator
|
Please could you resolve the conflict? |
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
Test plan
🤖 Generated with Claude Code