Skip to content

v0.27.11

Choose a tag to compare

@pardnchiu pardnchiu released this 27 Jun 14:27
203f84b

v0.27.10 - v0.27.11

Summary

Adds Cloudflare Workers AI as a provider with native AI Gateway routing, account-based authentication, and content flattening for text-only models. Hardens the response stripping pipeline to catch leaked summary blocks before they reach the user.

翻譯

新增 Cloudflare Workers AI 作為 provider,支援原生 AI Gateway 路由、帳號驗證與純文字模型的 content 攤平。強化回應剝除管線,攔截洩漏的 summary block 避免送至使用者。

Changes

FEAT

  • Add Cloudflare AI provider with AI Gateway routing, TUI model-add flow, and content flattening for text-only endpoints (@pardnchiu) [f0b19a6]
翻譯
  • 新增 Cloudflare AI provider,含 AI Gateway 路由、TUI model-add 流程與純文字端點的 content 攤平

FIX

  • Strip leaked summary blocks from model responses before output (@pardnchiu) [f0b19a6]
翻譯
  • 剝除模型回應中洩漏的 summary block,避免輸出至使用者

Scope

  • internal/agents/provider/cloudflare/ — FEAT (new.go, send.go, type.go)
  • internal/agents/exec/ — FIX (execute.go)
  • internal/runtime/tui/ — FEAT (commandModelAdd.go, update.go)
  • cmd/app/ — FEAT (buildAgentRegistry.go)

Generated by SKILL