mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-12 03:27:47 +08:00
feat(codeagent-wrapper): add multi-agent support with yolo mode
- Add --agent parameter for agent-based backend/model resolution - Add --prompt-file parameter for agent prompt injection - Add opencode backend support with JSON output parsing - Add yolo field in agent config for auto-enabling dangerous flags - claude: --dangerously-skip-permissions - codex: --dangerously-bypass-approvals-and-sandbox - Add develop agent for code development tasks - Add omo skill for multi-agent orchestration with Sisyphus coordinator - Bump version to 5.5.0 Generated with SWE-Agent.ai Co-Authored-By: SWE-Agent.ai <noreply@swe-agent.ai>
This commit is contained in:
@@ -26,7 +26,7 @@ EOF
|
||||
|
||||
**With backend selection**:
|
||||
```bash
|
||||
codeagent-wrapper --backend claude - <<'EOF'
|
||||
codeagent-wrapper --backend claude - . <<'EOF'
|
||||
<task content here>
|
||||
EOF
|
||||
```
|
||||
@@ -34,7 +34,7 @@ EOF
|
||||
**Simple tasks**:
|
||||
```bash
|
||||
codeagent-wrapper --backend codex "simple task" [working_dir]
|
||||
codeagent-wrapper --backend gemini "simple task"
|
||||
codeagent-wrapper --backend gemini "simple task" [working_dir]
|
||||
```
|
||||
|
||||
## Backends
|
||||
|
||||
Reference in New Issue
Block a user