Skip to content

v0.5.0 SDK and Local Bridge Beta

Choose a tag to compare

@HiClawBot HiClawBot released this 17 Jun 17:27
· 8 commits to main since this release

English

SDK and Local Bridge Beta for ModelFaucet.

  • Added SDK runFeature for command-style feature calls with normalized text, usage, and ModelFaucet metadata.
  • Added SDK Local Bridge diagnostics and in-memory offline local usage-report queue with flush support.
  • Added React FaucetFeatureCommand and FaucetUsage components.
  • Added Local Bridge /diagnostics for loopback and upstream checks without exposing upstream API keys.
  • Added browser extension and desktop app integration notes that keep provider keys out of client bundles.
  • Added English and Simplified Chinese SDK and Local Bridge guides.

Security boundaries remain unchanged: provider API keys stay server-side only, BYOK remains explicit, and cloud services must not access localhost or private LAN URLs.

简体中文

ModelFaucet SDK 和 Local Bridge Beta。

  • 新增 SDK runFeature,用于 command-style feature call,并返回标准化文本、usage 和 ModelFaucet metadata。
  • 新增 SDK Local Bridge diagnostics,以及内存中的离线本地 usage-report 队列和 flush 能力。
  • 新增 React FaucetFeatureCommandFaucetUsage 组件。
  • 新增 Local Bridge /diagnostics,用于 loopback 和 upstream 检查,且不暴露 upstream API key。
  • 新增浏览器插件和桌面应用集成说明,明确 provider key 不进入客户端 bundle。
  • 新增英文和简体中文 SDK / Local Bridge guide。

安全边界保持不变:provider API key 只保存在服务端,BYOK 仍为显式行为,云端服务不得访问 localhost 或私有局域网 URL。