Add Gitea commit lookup tools

This commit is contained in:
2026-06-10 11:07:27 +09:00
parent 75e85887b5
commit 060a6950a4
4 changed files with 172 additions and 6 deletions

View File

@@ -112,7 +112,7 @@ chat id.
## Gitea integration
Set these optional values in `.env` to let Codex manage Gitea repositories,
issues, pull requests, and HTTPS git authentication from Telegram:
commits, issues, pull requests, and HTTPS git authentication from Telegram:
```env
GITEA_BASE_URL=https://gitea.example.com
@@ -124,8 +124,8 @@ GITEA_DEFAULT_REPO=your-default-repo
GITEA_GIT_AUTH_ENABLED=true
```
Codex receives Gitea MCP tools for repository, issue, branch, and pull-request
metadata. The container also configures `GIT_ASKPASS` so HTTPS `git clone`,
Codex receives Gitea MCP tools for repository, commit, issue, branch, and
pull-request metadata. The container also configures `GIT_ASKPASS` so HTTPS `git clone`,
`fetch`, and `push` can use the token without embedding it in command lines.
Example Telegram workflow: