Skip to content

1.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Mar 20:35

Added

  • Built-in search services support within models
  • Client-side API reverse proxy forwarding to resolve CORS issues

Refactored

  • Integrated AI SDK to unify API output and ensure compatibility with mainstream LLM APIs
  • Rewrote Tool Call definitions using Zod for better type safety

Fixed

  • Fixed an issue where the thinking process block was unexpectedly split into multiple blocks by tool calls

新增

  • 在模型层级内置了搜索服务支持
  • 实现了客户端 API 反向代理转发,以解决 CORS 跨域问题

重构

  • 集成了 AI SDK,统一了 API 输出格式,并确保与主流 LLM API 的兼容性
  • 使用 Zod 重写了工具调用(Tool Call)的定义,以提升类型安全性

修复

  • 修复了“思考过程”区块因工具调用而被意外拆分为多个区块的问题