mirror of
https://github.com/obra/superpowers.git
synced 2026-05-10 02:59:04 +08:00
These backends only read SUPERPOWERS_ROOT via engine.py/setup.py's
os.environ access, which the new cli.py default helper supplies
automatically. claude*.yaml keep SUPERPOWERS_ROOT in required_env
because they interpolate ${SUPERPOWERS_ROOT} into --plugin-dir args.
24 lines
425 B
YAML
24 lines
425 B
YAML
name: gemini
|
|
cli: gemini
|
|
args:
|
|
- "--yolo"
|
|
- "-m"
|
|
- "gemini-2.5-flash"
|
|
required_env: []
|
|
hooks:
|
|
pre_run:
|
|
- link_gemini_extension
|
|
post_run: []
|
|
shutdown: "/exit"
|
|
idle:
|
|
quiescence_seconds: 5
|
|
ready_pattern: "Type your message|^\\s*>"
|
|
busy_pattern: "Thinking\\.\\.\\.|Executing"
|
|
startup_timeout: 60
|
|
turn_timeout: 300
|
|
terminal:
|
|
cols: 200
|
|
rows: 50
|
|
session_logs:
|
|
pattern: "~/.gemini/tmp/*/chats/session-*.json"
|