GitHub tools are now an installable eve extension
GitHub launches an installable eve extension providing 42 tools with Vercel Connect auth and approval gates for agent workflows.
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 Read more 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-opsmaintainer Every 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: alwaysonce The 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