cd /news/developer-tools/give-your-eve-agent-github-tools · home topics developer-tools article
[ARTICLE · art-49518] src=vercel.com ↗ pub= topic=developer-tools verified=true sentiment=↑ positive

Give your eve agent GitHub tools

GitHub Tools released an eve toolset via the @github-tools/sdk/eve subpath, enabling developers to build a complete GitHub agent in nine lines of code. The toolset includes safe defaults requiring approval for write operations, presets like code-review and issue-triage, and trimmed reads for high-volume tools.

read1 min views2 publishedJul 7, 2026

GitHub Tools now ships an eve toolset through the new @github-tools/sdk/eve subpath. One file in agent/tools/

can register every GitHub tool, or use a preset such as maintainer

, so you can build a complete GitHub agent in nine lines of code.

Safe by default: Every write tool, such as mergePullRequest

, requires approval unless you opt out. Gate individual tools with always

, once

, or an input-dependent predicate; s survive restarts and deploys.

**Presets: **code-review , issue-triage

, repo-explorer

, ci-ops

, and maintainer

scope the toolset, alone or merged.

**Trimmed reads: **High-volume read tools such as listPullRequestFiles

and getCommit

trim what the model sees, while channels still get full payloads.

Get started by following the knowledge base guide.

── more in #developer-tools 4 stories · sorted by recency
── more on @github tools 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/give-your-eve-agent-…] indexed:0 read:1min 2026-07-07 ·