ToolsJuly 23, 2026via Vercel Blog
GitHub tools are now an installable eve extension
Why it matters
Developer tooling is shipping agent-native integrations at pace. This is the product layer where AI agents meet real enterprise workflows—GitHub + Eve agent extensibility means ops teams can now deploy agentic code review and CI automation without custom integrations.
Key signals
- GitHub tools now available as installable Eve agent extension
- Vercel Connect auth provides scoped, short-lived GitHub tokens at runtime
- Presets: code-review, issue-triage, repo-explorer, ci-ops, maintainer workflows
- Approval rules built-in—all write tools require approval by default, configurable per tool
- Namespaced tool access (github__addPullRequestComment pattern) with automatic schema validation
- Config-driven approach: single file drop-in registration in agent/extensions/
- Scopes map to Connect automatically—tokens carry only required permissions
The hook
Vercel just shipped GitHub tools as an Eve agent extension—code review, CI/ops, repo exploration. Pre-authed, approval gated, ready to install.
You can now add to your eve agent as an .GitHub toolsextension
Add the package, drop one file in , and your agent gets every tool with Vercel Connect auth, presets, and approval rules built in.agent/extensions/
:Install@github-tools/eve-extension
:Then register it from a file inagent/extensions/
…