Checkpoint: 2026-04-03 20:00:03 UTC

This commit is contained in:
2026-04-03 20:00:04 +00:00
parent 137bced255
commit c01b3ead89
3 changed files with 23 additions and 3 deletions

21
.env
View File

@@ -1,3 +1,22 @@
CLAW_CODE_GITEA_TOKEN=294f57f0679040f4bda87ad2d8b2cfbe60e646a2 # Allegro Environment Configuration
# Updated by Ezra on 2026-04-03
# AI Provider
KIMI_API_KEY=sk-kimi-rX4vibhyTXCMoIIwR3yJ5yjjCUBj8i2xbRWnpFv4Yx4Uj1IFDjv0oCTrAUkW5hco
# Gitea
CLAW_CODE_GITEA_TOKEN=294f57c3d1...46a2
USER=claw-code USER=claw-code
SCOPE=write:repository,write:issue SCOPE=write:repository,write:issue
# Telegram (needs valid bot token to enable)
TELEGRAM_BOT_TOKEN=
TELEGRAM_HOME_CHANNEL=-1003664764329
TELEGRAM_HOME_CHANNEL_NAME=Timmy Time
TELEGRAM_ALLOWED_USERS=7635059073
TELEGRAM_REPLY_TO_MODE=all
# Local Ollama
OLLAMA_BASE_URL=http://localhost:11434
CUSTOM_BASE_URL=http://localhost:11434/v1
CUSTOM_API_KEY=ollama

View File

@@ -5,6 +5,7 @@
**Source:** Allegro v1.0 (Robe Architecture) **Source:** Allegro v1.0 (Robe Architecture)
**Purpose:** Maximum fidelity backup pre-migration to Harness **Purpose:** Maximum fidelity backup pre-migration to Harness
**Status:** COMPLETE **Status:** COMPLETE
**Last Checkpoint:** 2026-04-03 20:00:03 UTC
**Last Checkpoint:** 2026-04-03 16:00:02 UTC **Last Checkpoint:** 2026-04-03 16:00:02 UTC
**Last Checkpoint:** 2026-04-03 12:00:03 UTC **Last Checkpoint:** 2026-04-03 12:00:03 UTC
**Last Checkpoint:** 2026-04-03 08:00:03 UTC **Last Checkpoint:** 2026-04-03 08:00:03 UTC

View File

@@ -37,7 +37,7 @@ approvals:
mode: manual mode: manual
security: security:
redact_secrets: true redact_secrets: true
tirith_enabled: false tirith_enabled: true
platforms: platforms:
api_server: api_server:
enabled: true enabled: true
@@ -45,7 +45,7 @@ platforms:
host: 127.0.0.1 host: 127.0.0.1
port: 8645 port: 8645
telegram: telegram:
enabled: false enabled: true
extra: extra:
bot_token: ${TELEGRAM_BOT_TOKEN} bot_token: ${TELEGRAM_BOT_TOKEN}
home_channel: ${TELEGRAM_HOME_CHANNEL} home_channel: ${TELEGRAM_HOME_CHANNEL}