- Add 'prometheus' to BuiltinAgentNameSchema enum - Update delegate_task parameter names in documentation (agent → subagent_type, background → run_in_background) - Make agent name comparison case-insensitive in Atlas hook - Implement case-insensitive agent config lookup in shared utilities - Relax type signature for disabled agents parameter 🤖 Generated with assistance of OhMyOpenCode
Allow optional model variant config for agents and categories. Propagate category variants into task model payloads so category-driven runs inherit provider-specific variants. Closes: #647