You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use actual agent for workflow model fallback (#470)
## Summary
- stop applying generic `default_model` based on the configured workflow
agent when the actual runnable agent differs
- use the actual resolved agent for fix, review, refine, security, and
design model fallback across CLI, daemon, CI, and batch paths
- add regressions for workflow-agent fallback and unavailable-agent
fallback cases
## Testing
- go fmt ./...
- go test ./...
- go vet ./...
0 commit comments