From 660671f0b919d8af0ec95b6d6f006f0c49eacdd6 Mon Sep 17 00:00:00 2001 From: Pedram Amini Date: Sun, 11 Jan 2026 05:39:08 -0600 Subject: [PATCH] MAESTRO: Fix index.md agent naming to match source code Changed "OpenAI Codex" to "Codex (OpenAI)" in the main documentation index page to match the actual agent name in agent-detector.ts line 76. This is consistent with corrections already made to getting-started.md and features.md. Verified that the agent support list is accurate: - Claude Code, Codex, OpenCode: fully integrated (verified capabilities) - Aider, Gemini CLI, Qwen3 Coder: defined as placeholders for future --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index fe91e6d1..419d2e3f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,7 @@ Maestro is a cross-platform desktop app for orchestrating your fleet of AI agent Collaborate with AI to create detailed specification documents, then let Auto Run execute them automatically, each task in a fresh session with clean context. Allowing for long-running unattended sessions, my current record is nearly 24 hours of continuous runtime. -Run multiple agents in parallel with a Linear/Superhuman-level responsive interface. Currently supporting **Claude Code**, **OpenAI Codex**, and **OpenCode** with plans for additional agentic coding tools (Aider, Gemini CLI, Qwen3 Coder) based on user demand. +Run multiple agents in parallel with a Linear/Superhuman-level responsive interface. Currently supporting **Claude Code**, **Codex** (OpenAI), and **OpenCode** with plans for additional agentic coding tools (Aider, Gemini CLI, Qwen3 Coder) based on user demand. ![Main screen](./screenshots/main-screen.png)