From cc5ced46d4c5830b92ca57da255b599a3d813bef Mon Sep 17 00:00:00 2001 From: Sam & Claude Date: Tue, 23 Jun 2026 11:13:47 +0200 Subject: [PATCH] =?UTF-8?q?refactor:=20rename=20COLIBRI=5FAUTOSPAWN=5FPI?= =?UTF-8?q?=20=E2=86=92=20COLIBRI=5FAUTOSPAWN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Harness-neutral naming (the "PI" was historical — zot is now default): - COLIBRI_AUTOSPAWN_PI → COLIBRI_AUTOSPAWN - COLIBRI_PI_BINARY → COLIBRI_AUTOSPAWN_BINARY - COLIBRI_AUTOSPAWN_PI_ARGS → COLIBRI_AUTOSPAWN_ARGS Default binary: zot (deepseek-v4-pro, ~25 providers, Telegram bot). --- scripts/stage-colibri-iso.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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