mirror of
https://github.com/obra/superpowers.git
synced 2026-05-09 18:49:04 +08:00
24 lines
422 B
YAML
24 lines
422 B
YAML
name: gemini
|
|
cli: gemini
|
|
args:
|
|
- "--yolo"
|
|
- "-m"
|
|
- "auto-gemini-3"
|
|
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"
|