Split Telegram assistant and work chats

This commit is contained in:
2026-06-10 11:40:37 +09:00
parent f92fc8a718
commit 5e3a439cd8
4 changed files with 53 additions and 22 deletions

View File

@@ -1,6 +1,7 @@
# Telegram
TELEGRAM_BOT_TOKEN=put-your-token-here
ALLOWED_TELEGRAM_USER_IDS=
WORK_TELEGRAM_CHAT_IDS=
# Bot storage and workspace
BOT_STATE_PATH=/app/data/state.json
@@ -17,14 +18,15 @@ CODEX_APP_SERVER_URL=ws://127.0.0.1:4500
CODEX_APP_SERVER_MODEL=gpt-5.5
CODEX_MODEL_REASONING_EFFORT=high
CODEX_SPEED_MODE=standard
CODEX_ASSISTANT_SANDBOX=read-only
CODEX_READONLY_SANDBOX=danger-full-access
CODEX_WRITE_SANDBOX=danger-full-access
CODEX_RESUME_JSON_FLAG_STYLE=before_resume
# Optional: set this only if you want plain messages to behave like /ask.
# Set false if you only want slash commands to reach Codex.
ALLOW_PLAIN_TEXT=true
# Optional Gitea integration for repository, issue, pull request, and git auth workflows.
# Optional Gitea integration for repository, commit, issue, pull request, and git auth workflows.
GITEA_BASE_URL=https://gitea.example.com
GITEA_USERNAME=
GITEA_EMAIL=