refactor: rename COLIBRI_AUTOSPAWN_PI → COLIBRI_AUTOSPAWN

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).
This commit is contained in:
Sam & Claude 2026-06-23 11:13:47 +02:00
parent 76f82565e3
commit cc5ced46d4

View file

@ -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