Skip to content

v2.10.0

Choose a tag to compare

@Arthur742Ramos Arthur742Ramos released this 01 Mar 03:03
· 102 commits to main since this release

Features

  • 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