Skip to content

v2.12.0

Choose a tag to compare

@Arthur742Ramos Arthur742Ramos released this 01 Mar 04:10
· 99 commits to main since this release

Features

  • Subtask parallelism: Squad agents can now have subtasks that fan out as separate Fleet tasks within the same phase
  • All subtasks run concurrently and results are merged back into a single agent result
  • AI repo analysis can optionally return subtasks for naturally parallelizable work
  • Subtasks persist through .copex/squad.json save/load

Tests

  • 9 new tests for subtask parallelism
  • 588 total tests passing