772ec46c98
- Fix Rust syntax/clippy fallout in client.rs, cli/src/lib.rs, web_search.rs - Fix 0.8.53 release metadata: changelog links, TUI changelog, npm wrapper - Update visible help copy for multi-provider support - Add telegram-bridge integration with deploy configs - Add US remote VM quickstart doc - Update Tencent Cloud deploy scripts and docs - Bump npm wrapper to 0.8.53
25 lines
798 B
Bash
25 lines
798 B
Bash
TELEGRAM_BOT_TOKEN=replace-with-botfather-token
|
|
|
|
CODEWHALE_RUNTIME_URL=http://127.0.0.1:7878
|
|
CODEWHALE_RUNTIME_TOKEN=replace-with-long-random-token
|
|
CODEWHALE_WORKSPACE=/opt/whalebro
|
|
CODEWHALE_MODEL=auto
|
|
CODEWHALE_MODE=agent
|
|
CODEWHALE_ALLOW_SHELL=true
|
|
CODEWHALE_TRUST_MODE=false
|
|
CODEWHALE_AUTO_APPROVE=false
|
|
|
|
# Comma-separated Telegram chat IDs, user IDs, or usernames allowed to control
|
|
# the runtime. Leave empty only during first pairing, with
|
|
# TELEGRAM_ALLOW_UNLISTED=true.
|
|
TELEGRAM_CHAT_ALLOWLIST=
|
|
TELEGRAM_ALLOW_UNLISTED=false
|
|
|
|
TELEGRAM_THREAD_MAP_PATH=/var/lib/codewhale-telegram-bridge/thread-map.json
|
|
TELEGRAM_ALLOW_GROUPS=false
|
|
TELEGRAM_REQUIRE_PREFIX_IN_GROUP=true
|
|
TELEGRAM_GROUP_PREFIX=/cw
|
|
TELEGRAM_MAX_REPLY_CHARS=3500
|
|
TELEGRAM_POLL_TIMEOUT_SECONDS=50
|
|
CODEWHALE_TURN_TIMEOUT_MS=900000
|