GitHub tools now available as installable Eve extension
GitHub tools are now available as an installable extension for Eve agents. Install the package, add a configuration file, and gain access to 42 GitHub tools with Vercel Connect authentication, preset scopes, and built-in approval rules for write operations.
You can now add to your eve agent as an .GitHub toolsextension
Add the package, drop one file in , and your agent gets all 42 tools 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/
Get started by creating a and reading the .GitHub connectordocumentation
Pass a connector and the extension mints short-lived, scoped GitHub tokens at runtime. Connector-backed auth: Vercel Connect
, , , , and map to Connect scopes automatically, so tokens carry only the permissions the tools need.Presets scope the toolset:
code-reviewissue-triagerepo-explorerci-opsmaintainerEvery write tool requires approval by default. Gate individual tools with , , or an input-dependent predicate, like approving comments only outside your own org.Approval rules travel with the config:
alwaysonceThe filename sets the namespace, so tools run in the agent as . Upgrade the package to pick up new tools and fixes, and the config schema is validated on import.Namespaced and versioned:
github__addPullRequestComment
Source: original entry ↗