d68f003000
CI / Change detection (push) Has been cancelled
CI / Version drift (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Workflow RLM cache (push) Has been cancelled
CI / Test (macos-latest) (push) Has been cancelled
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / npm wrapper smoke (push) Has been cancelled
CI / Mobile runtime smoke (push) Has been cancelled
CI / Workflow lint (push) Has been cancelled
CI / Documentation (push) Has been cancelled
Web Frontend / Lint & Type Check (push) Failing after 1s
Auto-close harvested PRs / close (push) Failing after 1s
cargo-deny / cargo-deny (bans licenses sources) (push) Failing after 1s
Security audit / cargo-audit (push) Failing after 1s
Sync to CNB / sync (push) Failing after 1s
Web Frontend / Deploy to Cloudflare (push) Waiting to run
cargo-deny / cargo-deny (advisories) (push) Failing after 3s
22 lines
636 B
Bash
22 lines
636 B
Bash
TELEGRAM_BOT_TOKEN=replace-with-botfather-token
|
|
|
|
CODEWHALE_RUNTIME_URL=http://127.0.0.1:7878
|
|
CODEWHALE_RUNTIME_TOKEN=replace-with-same-token-as-runtime-env
|
|
CODEWHALE_WORKSPACE=/opt/whalebro
|
|
CODEWHALE_MODEL=auto
|
|
CODEWHALE_MODE=agent
|
|
CODEWHALE_ALLOW_SHELL=true
|
|
CODEWHALE_TRUST_MODE=false
|
|
CODEWHALE_AUTO_APPROVE=false
|
|
|
|
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
|