github Yeachan-Heo/oh-my-claudecode v4.1.7
v4.1.7 - Team-first orchestration

latest releases: v4.9.1, v4.9.0, v4.8.2...
one month ago

What's New

Team-First Orchestration

  • Team is now the canonical orchestration surface with staged pipeline:
    • team-planteam-prdteam-execteam-verifyteam-fix (loop)
  • Native Claude Code team tools (TeamCreate, SendMessage, TaskCreate)
  • Real-time inter-agent messaging and task coordination

Legacy Keyword Migration

  • swarm and ultrapilot now route to Team as compatibility facades
  • Preserved: swarm N agents agent count extraction
  • Added warning when team invoked but CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS not set

New Team Pipeline

  • Session-scoped staged state (.omc/state/sessions/{id}/team-state.json)
  • Guarded transitions with bounded fix-loop failure handling
  • Bridge resume/continuation for all Team stages
  • Terminal state awareness for cleanup flows

Documentation

  • Updated team.md, swarm.md, ultrapilot.md with staged pipeline semantics
  • Compatibility wrapper documentation for legacy commands

Tests

  • 3179 tests passing
  • Added Team migration test coverage

Migration Guide

Old Command New Behavior
swarm 5 agents Routes to Team with 5 agents
ultrapilot Routes to Team
team Native Team orchestration (recommended)

Enable teams in ~/.claude/settings.json:

{
  "env": {
    "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
  }
}

Don't miss a new oh-my-claudecode release

NewReleases is sending notifications on new releases.