diff --git a/scripts/stage-colibri-iso.sh b/scripts/stage-colibri-iso.sh index e114f5cd..b2b11971 100755 --- a/scripts/stage-colibri-iso.sh +++ b/scripts/stage-colibri-iso.sh @@ -116,11 +116,11 @@ BW_SERVER="https://vault.smilepowered.org" # Auto-spawn one zot agent on daemon startup once a DeepSeek key is present # (the Operator Image OOTB flow). The daemon sources this file, so the spawned # agent inherits the provider keys set here. -COLIBRI_AUTOSPAWN_PI="YES" +COLIBRI_AUTOSPAWN="YES" # zot is the default harness — pi is available but zot has richer provider # support (DeepSeek native, OpenRouter, ~25 providers) and a built-in -# Telegram bot mode. Set COLIBRI_PI_BINARY=pi to switch back. -COLIBRI_PI_BINARY="zot" +# Telegram bot mode. Set COLIBRI_AUTOSPAWN_BINARY=pi to switch back. +COLIBRI_AUTOSPAWN_BINARY="zot" # Telegram bot token — set this to enable the bot channel (@your_bot). # Leave blank to use CLI/TUI/Dashboard channels only. # TELEGRAM_BOT_TOKEN="" @@ -166,9 +166,9 @@ BW_SERVER="https://vault.smilepowered.org" # TELEGRAM_BOT_TOKEN="123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11" # # Behavior toggles (non-secret): -# COLIBRI_AUTOSPAWN_PI="YES" # auto-spawn one agent on daemon startup -# COLIBRI_PI_BINARY="zot" # agent harness: zot (default) | pi -# COLIBRI_AUTOSPAWN_PI_ARGS="--mode json" # agent argv +# COLIBRI_AUTOSPAWN="YES" # auto-spawn one agent on daemon startup +# COLIBRI_AUTOSPAWN_BINARY="zot" # agent harness: zot (default) | pi +# COLIBRI_AUTOSPAWN_ARGS="--mode json" # agent argv # COLIBRI_MCP_EXTERNAL_CALL="1" # allow agent (via colibri-mcp) to call # # external MCP servers; set by # # clawdie-enable-mother