MAESTRO: Update Supported Agents Reference table in CONTRIBUTING.md

- Codex: Changed from "Planned" to "Complete" with verified capability details
- OpenCode: Changed from "Stub Ready" to "Complete" with updated session storage path
- Factory Droid: Added as new supported agent (verified capabilities)
- Gemini CLI: Remains "Planned" (placeholder with no verified capabilities)

All capabilities are based on agent-capabilities.ts verified flags.
This commit is contained in:
Pedram Amini
2026-01-31 01:48:37 -05:00
parent b03256a25d
commit 2f3626a91b

View File

@@ -565,9 +565,10 @@ Based on capabilities, these UI features are automatically enabled/disabled:
| Agent | Resume | Read-Only | JSON | Images | Sessions | Cost | Status |
|-------|--------|-----------|------|--------|----------|------|--------|
| Claude Code | ✅ `--resume` | ✅ `--permission-mode plan` | ✅ | ✅ | ✅ `~/.claude/` | ✅ | ✅ Complete |
| OpenCode | ✅ `--session` | ✅ `--agent plan` | ✅ | ✅ | Stub | ❌ (local) | 🔄 Stub Ready |
| Codex | ✅ `exec resume` | ✅ `--sandbox read-only` | ✅ | ✅ | ✅ `~/.codex/` | ❌ (tokens only) | ✅ Complete |
| OpenCode | ✅ `--session` | ✅ `--agent plan` | ✅ | ✅ | ✅ `~/.local/share/opencode/` | ✅ | ✅ Complete |
| Factory Droid | ✅ `-s, --session-id` | ✅ (default mode) | ✅ | ✅ | ✅ `~/.factory/` | ❌ (tokens only) | ✅ Complete |
| Gemini CLI | TBD | TBD | TBD | TBD | TBD | ✅ | 📋 Planned |
| Codex | TBD | TBD | TBD | TBD | TBD | ✅ | 📋 Planned |
For detailed implementation guide, see [AGENT_SUPPORT.md](AGENT_SUPPORT.md).