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
AI-powered repo analysis: SquadTeam.from_repo_ai() uses CopilotCLI with claude-opus-4.6-fast to intelligently analyze your repository and determine the optimal team composition
Model passthrough: Squad sub-agents now use the same model you specified (e.g. copex -m claude-opus-4.6-fast propagates to all agents)
--no-ai flag: Skip AI analysis and use fast pattern-matching fallback for squad team creation
Bug Fixes
Fixed ANSI escape code issues in CLI help output tests (Rich/Typer color codes broke assertions)
Strip ANSI codes before asserting in test_agent.py and test_squad.py