Skip to content

Commit 58c4528

Browse files
chore: replace --yolo with --approval-mode=yolo in orchestrator skills
Update CLI auto-approve flag from deprecated --yolo to --approval-mode=yolo Files updated: - orchestrator/SKILL.md - orchestrator/config/cli-config.yaml - orchestrator/resources/subagent-prompt-template.md - _shared/serena-memory-protocol.md Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent d0dca53 commit 58c4528

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.agent/skills/_shared/serena-memory-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Serena Memory Protocol (CLI Mode)
22

3-
When running as a CLI subagent via `gemini -p "..." --yolo`, follow this protocol:
3+
When running as a CLI subagent via `gemini -p "..." --approval-mode=yolo`, follow this protocol:
44

55
## On Start
66
1. `read_memory("task-board.md")` to confirm your assigned task

.agent/skills/orchestrator/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description: Automated multi-agent orchestrator that spawns CLI subagents in par
1717
- Quick bug fixes or minor changes
1818

1919
## Important
20-
This skill orchestrates CLI subagents via `gemini -p "..." --yolo`. It uses Serena Memory as a shared state bus. Each subagent runs as an independent process.
20+
This skill orchestrates CLI subagents via `gemini -p "..." --approval-mode=yolo`. It uses Serena Memory as a shared state bus. Each subagent runs as an independent process.
2121

2222
## Configuration
2323

.agent/skills/orchestrator/config/cli-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ vendors:
1111
prompt_flag: "-p"
1212
output_format_flag: "--output-format"
1313
output_format: "json"
14-
auto_approve_flag: "--yolo"
14+
auto_approve_flag: "--approval-mode=yolo"
1515
model_flag: "-m"
1616
default_model: "gemini-2.5-pro"
1717
include_dirs_flag: "--include-directories"

.agent/skills/orchestrator/resources/subagent-prompt-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Subagent Prompt Template
22

3-
This template is used by the orchestrator to construct self-contained prompts for CLI subagents launched via `gemini -p "..." --yolo`.
3+
This template is used by the orchestrator to construct self-contained prompts for CLI subagents launched via `gemini -p "..." --approval-mode=yolo`.
44

55
## Template
66

0 commit comments

Comments
 (0)