Add Gitea commit lookup tools
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user