Files
ironclaw/registry/tools/github.json
Henry Park 97ccfd4a28 Expand GitHub WASM tool surface (#1884)
* Expand GitHub WASM tool surface

* Tighten GitHub tool input validation
2026-04-01 14:54:26 -07:00

42 lines
1023 B
JSON

{
"name": "github",
"display_name": "GitHub",
"kind": "tool",
"version": "0.2.2",
"wit_version": "0.3.0",
"description": "GitHub integration for repositories, issues, pull requests, search, branches, file writes, releases, and workflows",
"keywords": [
"git",
"code",
"issues",
"pull-requests",
"repositories",
"search",
"releases"
],
"source": {
"dir": "tools-src/github",
"capabilities": "github-tool.capabilities.json",
"crate_name": "github-tool"
},
"artifacts": {
"wasm32-wasip2": {
"url": "https://github.com/nearai/ironclaw/releases/download/ironclaw-v0.22.0/tool-github-0.2.2-wasm32-wasip2.tar.gz",
"sha256": "70b55af593193d8fa495c0f702ea23284d83a624124f8a5f7564916ec5032c3f"
}
},
"auth_summary": {
"method": "manual",
"provider": "GitHub",
"secrets": [
"github_token"
],
"shared_auth": null,
"setup_url": "https://github.com/settings/tokens"
},
"tags": [
"default",
"development"
]
}