Files
ironclaw/registry/tools/github.json

42 lines
1.0 KiB
JSON

{
"name": "github",
"display_name": "GitHub",
"kind": "tool",
"version": "0.2.5",
"wit_version": "0.3.0",
"description": "GitHub integration for repos, issues, PRs, branches, files, releases, and workflows. Search actions: search_repositories, search_code, search_issues_pull_requests.",
"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.26.0/tool-github-0.2.4-wasm32-wasip2.tar.gz",
"sha256": "aaed3abb72c40dd920666e6a16cc26358420c52e8d2f260caf1e62e9f50136ea"
}
},
"auth_summary": {
"method": "manual",
"provider": "GitHub",
"secrets": [
"github_token"
],
"shared_auth": null,
"setup_url": "https://github.com/settings/tokens"
},
"tags": [
"default",
"development"
]
}