Add Gitea integration for Telegram work mode

This commit is contained in:
2026-06-09 13:50:23 +09:00
parent 5a2c5df041
commit c7652d3ada
10 changed files with 656 additions and 5 deletions

View File

@@ -23,3 +23,12 @@ CODEX_RESUME_JSON_FLAG_STYLE=before_resume
# Optional: set this only if you want plain messages to behave like /ask.
ALLOW_PLAIN_TEXT=true
# Optional Gitea integration for repository, issue, pull request, and git auth workflows.
GITEA_BASE_URL=https://gitea.example.com
GITEA_USERNAME=
GITEA_EMAIL=
GITEA_TOKEN=
GITEA_DEFAULT_OWNER=
GITEA_DEFAULT_REPO=
GITEA_GIT_AUTH_ENABLED=true