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
fix: address CodeRabbit review comments on agents config layer
- Avoid input dict mutation in AgentsConfig.extract_agent_definitions by
shallow-copying before pop
- Use agents.update(value) instead of agents = value to merge rather
than overwrite collected agent definitions
- Add mcp_headers field to HttpApiAgentConfig so api-to-agents migration
preserves MCP headers instead of silently dropping them
- Remove field filtering in migrate_api_to_agents since all APIConfig
fields now have corresponding HttpApiAgentConfig fields
- Add field_validator on EvaluationData.agent to reject whitespace-only
agent names
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments