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
- Removed hardcoded model arrays from all agent modules (opencode, claude-code, codex)
- Removed model validation from Agent.validateModel function
- Removed validateModel call from eval.ts
- Updated agent Registration interface to no longer require models field
- Updated scripts to handle dynamic model specification instead of hardcoded lists
Models can now be specified dynamically without being hardcoded per agent.
0 commit comments