This release adds 3 notable features for engineering teams evaluating rollout.
Published 22d
AI Agents & Assistants
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
agent-orchestration
ai-agents
claude-code
cli-tool
multi-agent
orchestrator
+1 more
server-agents
Summary
AI summaryUpdates Tests, New Features, and Refactoring across a mixed release.
Full changelog
New Features
- Grok adapter — first-class
grokadapter backed by the Grok CLI. Supports headless execution, model selection, reasoning effort, max turns, system prompt override, tool/error event mapping, streaming text aggregation,doctor,init, TUI wizard, model tiers, docs, landing assets, and smoke/e2e coverage. - Antigravity adapter — first-class
antigravityadapter backed by Google Antigravity CLI (agy). Supports headless prompt execution, model selection, permission bypass for autonomous runs, stdout streaming,doctor,init, TUI wizard, model tiers, docs, landing assets, and smoke/e2e coverage. - Runtime model discovery in TUI — model choices now load from adapter CLIs where available (
grok models,agy models,opencode models,pi --list-models) with curated fallbacks for unavailable or non-listing CLIs. Agent creation, edit flows, and Agent Shop templates all use the same model catalog path.
Bug Fixes
- Targeted
orch run <task-id>no longer dispatches unrelated todo tasks — running a specific task now keeps ownership of that request instead of reactive-dispatching other queued tasks after the requested task completes.
Refactoring
- Model catalog source of truth — moved TUI model fallback options out of wizard config into
src/infrastructure/models/model-discovery.ts, so adapter model lists are centralized and guarded byAdapterKind. - Adapter type safety — model option lookup now uses the existing
isAdapterKindguard instead of string casts.
Tests
- Added unit coverage for Grok and Antigravity adapters.
- Added integration coverage for the new adapters.
- Added model discovery parser and TUI wizard catalog tests.
- Extended model tier, onboarding, and smoke coverage for
grokandantigravity.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About ORCH
CLI orchestrator that manages Claude Code, Codex, and Cursor as a typed task queue with state machine (todo→in_progress→review→done), auto-retry, inter-agent messaging, and TUI dashboard.
Related context
Related tools
Beta — feedback welcome: [email protected]