Skip to content

feat: #42 - Make swarm mode the default for /research#43

Merged
iamladi merged 2 commits intomainfrom
feat/research-swarm-default
Feb 14, 2026
Merged

feat: #42 - Make swarm mode the default for /research#43
iamladi merged 2 commits intomainfrom
feat/research-swarm-default

Conversation

@iamladi
Copy link
Owner

@iamladi iamladi commented Feb 14, 2026

Summary

  • Inverts route selection in /research command so swarm (agent team) workflow is the default
  • Adds --no-swarm flag to opt out of swarm mode (replaces --swarm opt-in)
  • Bumps version to 1.22.0

Closes #42

Test plan

  • Run /research <topic> — should use Swarm Workflow by default
  • Run /research --no-swarm <topic> — should use Standard Workflow
  • Verify no other references to --swarm flag are broken

Inverts the route selection so research commands use the agent team
(swarm) workflow by default. Users can opt out with --no-swarm instead
of opting in with --swarm.
@iamladi iamladi force-pushed the feat/research-swarm-default branch from b0d4db0 to f56cb42 Compare February 14, 2026 16:43
@iamladi iamladi merged commit 6f8fa98 into main Feb 14, 2026
1 check passed
@iamladi iamladi deleted the feat/research-swarm-default branch February 14, 2026 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: make swarm mode the default for /research command

1 participant