From c940c51c513a2ade065fdc2b25a299551faaf2f1 Mon Sep 17 00:00:00 2001 From: Sam & Claude Date: Thu, 25 Jun 2026 07:19:33 +0200 Subject: [PATCH] feat(seed): include TELEGRAM_BOT_TOKEN in seed key extraction --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0a543522..5e0be144 100755 --- a/build.sh +++ b/build.sh @@ -2476,7 +2476,7 @@ if [ ! -f "$WORK_IMG" ]; then # the API key lines to the seed. The seed importer merges them into # both the operator's ~/.env and the daemon's provider.env at boot. if [ -f /usr/local/etc/colibri/provider.env ]; then - grep -E '^(DEEPSEEK_API_KEY|OPENROUTER_API_KEY)=' \ + grep -E '^(DEEPSEEK_API_KEY|OPENROUTER_API_KEY|TELEGRAM_BOT_TOKEN)=' \ /usr/local/etc/colibri/provider.env \ > "${_seed_agent_dir}/env" 2>/dev/null || true if [ -s "${_seed_agent_dir}/env" ]; then