Yesterday's Top Poster

GitHub tools are now an installable eve extension

  • Thread starter Thread starter Hugo Richard, Ben Sabic
  • Start date Start date
You can now add GitHub tools to your eve agent as an extension.

Add the package, drop one file in agent/extensions/, and your agent gets all 42 tools with Vercel Connect auth, presets, and approval rules built in.

Install @github-tools/eve-extension:


Then register it from a file in agent/extensions/:


  • Connector-backed auth: Pass a Vercel Connect connector and the extension mints short-lived, scoped GitHub tokens at runtime.


  • Presets scope the toolset: code-review, issue-triage, repo-explorer, ci-ops, and maintainer map to Connect scopes automatically, so tokens carry only the permissions the tools need.


  • Approval rules travel with the config: Every write tool requires approval by default. Gate individual tools with always, once, or an input-dependent predicate, like approving comments only outside your own org.


  • Namespaced and versioned: The filename sets the namespace, so tools run in the agent as github__addPullRequestComment. Upgrade the package to pick up new tools and fixes, and the config schema is validated on import.

Get started by creating a GitHub connector and reading the documentation.

Read more

Continue reading...
 
Back
Top