mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
All 14 registry manifests (10 tools + 4 channels) referenced legacy unversioned filenames and null checksums, causing 404s on install. Updated all manifests with versioned artifact URLs and concrete SHA256 values cross-referenced against v0.18.0 checksums.txt. Also fixed slack-tool and telegram-mtproto tool manifests which used incorrect artifact name prefixes (slack-tool vs slack, telegram-mtproto vs telegram). Verified: all 14 URLs return HTTP 200, all checksums match release. Fixes #958 [skip-regression-check] Co-authored-by: Claude Opus 4.6 <[email protected]>
40 lines
990 B
JSON
40 lines
990 B
JSON
{
|
|
"name": "google-drive",
|
|
"display_name": "Google Drive",
|
|
"kind": "tool",
|
|
"version": "0.2.0",
|
|
"wit_version": "0.3.0",
|
|
"description": "Upload, download, search, and manage Google Drive files and folders",
|
|
"keywords": [
|
|
"storage",
|
|
"google",
|
|
"files",
|
|
"drive"
|
|
],
|
|
"source": {
|
|
"dir": "tools-src/google-drive",
|
|
"capabilities": "google-drive-tool.capabilities.json",
|
|
"crate_name": "google-drive-tool"
|
|
},
|
|
"artifacts": {
|
|
"wasm32-wasip2": {
|
|
"url": "https://github.com/nearai/ironclaw/releases/latest/download/google-drive-0.2.0-wasm32-wasip2.tar.gz",
|
|
"sha256": "002a341a1d58125563a7c69561b26fbc2629b04ea723cade744102bdc0fbb71f"
|
|
}
|
|
},
|
|
"auth_summary": {
|
|
"method": "oauth",
|
|
"provider": "Google",
|
|
"secrets": [
|
|
"google_oauth_token"
|
|
],
|
|
"shared_auth": "google_oauth_token",
|
|
"setup_url": "https://console.cloud.google.com/apis/credentials"
|
|
},
|
|
"tags": [
|
|
"default",
|
|
"google",
|
|
"storage"
|
|
]
|
|
}
|