ai-agent 0.88.0

Idiomatic agent sdk inspired by the claude code source leak
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Source: ~/claudecode/openclaudecode/src/utils/plugins/officialMarketplaceGcs.ts
#![allow(dead_code)]

// GCS/cloud-specific file skipped - requires external GCS SDK.
// Core logic would mirror fetchOfficialMarketplaceFromGcs:
// 1. Fetch latest SHA pointer from CDN
// 2. Compare against local sentinel
// 3. Download + extract ZIP when new SHA available
//
// In production, use reqwest for HTTP fetches and zip/flate2 for extraction.
// Stub: no functionality implemented without GCS SDK.