mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
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:
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user