GitHub tools are now an installable extension for eve agents. Install @github-tools/eve-extension, drop one config file into agent/extensions/, and the agent gains the full GitHub toolset with auth, presets, and approval rules included.
Four features make this worth reading in full. Vercel Connect backs authentication, minting short-lived, scoped GitHub tokens at runtime rather than storing credentials. Five presets, code-review, issue-triage, repo-explorer, ci-ops, and maintainer, map directly to Connect scopes, so tokens carry only the permissions each tool requires. Every write operation requires approval by default, configurable per tool with always, once, or an input-dependent predicate. The filename sets the namespace, meaning tools surface in the agent as github__addPullRequestComment and schema validation runs on import.
Start by creating a GitHub connector at vercel.com/connect, then read the eve extension documentation at github-tools.com. The architecture here, connector-backed auth plus declarative approval rules inside a single config file, signals how Vercel intends agents to handle third-party integrations going forward.
[READ ORIGINAL →]