Add ORCH to Terminal & CLI Agents and Multi-Agent & Orchestration sections#24
Conversation
…tions - ORCH (https://github.com/oxgeneral/ORCH): CLI orchestrator for Claude Code, Codex, Cursor agent teams with state machine, auto-retry, inter-agent messaging, and TUI dashboard. TypeScript, MIT. - Added to both Terminal & CLI Agents and Multi-Agent & Orchestration sections - Added to README.md and README_JA.md
There was a problem hiding this comment.
Pull request overview
This PR updates the curated tool lists to include ORCH (a CLI orchestrator) in relevant sections of the Awesome AI-Driven Development README files.
Changes:
- Added an ORCH entry to
README.mdin two places. - Added an ORCH entry to
README_JA.mdin two places.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| README.md | Adds ORCH list items (one under IDE extensions, one under Multi-Agent & Orchestration). |
| README_JA.md | Adds ORCH list items (one under IDE拡張機能, one under マルチエージェント & オーケストレーション). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - [Co-Clone](https://github.com/Sarvesh-Kannan/Co-Clone) - a local AI coding assistant that mimics the functionality of GitHub Copilot. It provides intelligent code completions and context-aware implementations using a local LLM (deepseek-coder:6.7b) running via Ollama. | ||
| - [eca](https://github.com/editor-code-assistant/eca) - AI pair programming capabilities agnostic of editor | ||
|
|
||
| - [ORCH](https://github.com/oxgeneral/ORCH) — CLI orchestrator for Claude Code, Codex, Cursor agent teams. State machine, auto-retry, inter-agent messaging, TUI dashboard. TypeScript, MIT. |
There was a problem hiding this comment.
The ORCH entry is currently added under the IDE Extensions section ("Other IDEs"), but the PR description/title says it should be added to the "Terminal & CLI Agents" section. This placement is misleading because ORCH is described as a CLI orchestrator; please move this entry to the Terminal & CLI Agents list (and remove it from IDE Extensions).
| - [Co-Clone](https://github.com/Sarvesh-Kannan/Co-Clone) - a local AI coding assistant that mimics the functionality of GitHub Copilot. It provides intelligent code completions and context-aware implementations using a local LLM (deepseek-coder:6.7b) running via Ollama. | ||
| - [eca](https://github.com/editor-code-assistant/eca) - AI pair programming capabilities agnostic of editor | ||
|
|
||
| - [ORCH](https://github.com/oxgeneral/ORCH) — CLI orchestrator for Claude Code, Codex, Cursor agent teams. State machine, auto-retry, inter-agent messaging, TUI dashboard. TypeScript, MIT. |
There was a problem hiding this comment.
List item formatting is inconsistent here: the surrounding entries use a hyphen separator (-) between the link and description, but this item uses an em dash (—). Please switch to the same - separator used throughout this section for consistency.
| - [ORCH](https://github.com/oxgeneral/ORCH) — CLI orchestrator for Claude Code, Codex, Cursor agent teams. State machine, auto-retry, inter-agent messaging, TUI dashboard. TypeScript, MIT. | |
| - [ORCH](https://github.com/oxgeneral/ORCH) - CLI orchestrator for Claude Code, Codex, Cursor agent teams. State machine, auto-retry, inter-agent messaging, TUI dashboard. TypeScript, MIT. |
| - [Co-Clone](https://github.com/Sarvesh-Kannan/Co-Clone) - GitHub Copilotの機能を模倣するローカルAIコーディングアシスタント。Ollama経由でローカルLLM(deepseek-coder:6.7b)を使用してインテリジェントなコード補完とコンテキスト認識実装を提供 | ||
| - [eca](https://github.com/editor-code-assistant/eca) - エディタに依存しないAIペアプログラミング機能 | ||
|
|
||
| - [ORCH](https://github.com/oxgeneral/ORCH) — Claude Code、Codex、Cursor エージェントチームのためのCLIオーケストレーター。ステートマシン、自動リトライ、エージェント間メッセージング、TUIダッシュボード。TypeScript、MIT。 |
There was a problem hiding this comment.
The ORCH entry is currently added under the IDE拡張機能 section (「その他のIDE」) but the PR description/title indicates it should be added to 「ターミナル & CLIエージェント」. Since ORCH is a CLI orchestrator, please move this entry to the terminal section (and remove it from IDE extensions).
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
変更内容の要約
Terminal & CLI AgentsセクションとMulti-Agent & OrchestrationセクションにORCHを追加しました。
変更内容
ツールの概要
ORCHについて
Claude Code、Codex、Cursor、OpenCode、shellスクリプトをチームとして協調させるCLIオーケストレーター。タスクのライフサイクル管理(state machine: todo → in_progress → review → done)、自動リトライ、エージェント間メッセージング(orch msg send/broadcast)、TUIダッシュボード(Ink/React)を備える。TypeScript製、MIT License、npm install一発で使用可能。