mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-31 06:42:03 +00:00
Added ModelOverrideTrigger component to the "Plan Backlog Changes" dialog, allowing users to override the global backlog planning model on a per-request basis, consistent with other dialogs in the application. Changes: - Added model override state management to backlog-plan-dialog - Integrated ModelOverrideTrigger component in dialog header (input mode only) - Pass model override (or global default) to backlogPlan.generate API call - UI shows override indicator when model is overridden from global default The feature uses the existing backlogPlanningModel phase setting as the default and allows temporary overrides without changing global settings. Server already supports optional model parameter in the generate endpoint, so no backend changes were required. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>