Back to Astrbot

V4.27.1

changelogs/v4.27.1.md

4.27.11.6 KB
Original Source

4.27.1 - 2026-08-02

Added

  • Added -y / --yes to astrbot init so unattended deployments can skip the installation confirmation prompt. (#9514)
  • Added an independent stateless Responses API provider for OpenAI-compatible endpoints, including OpenAI and DeepSeek templates, full-history replay for reasoning and tool calls, and Responses API as the default for new xAI providers. (#9515)

Fixed

  • Included the built-in skill-creator, documents, pdf, and spreadsheets Skills announced in v4.27.0 in source and Docker distributions, with read-only preset discovery and local override support. (#9517)
  • Corrected capability chip colors in dark mode.

Maintenance

  • Kept Responses API test fixtures compatible with the latest OpenAI SDK token-usage schema.

中文

新增

  • astrbot init 新增 -y / --yes 选项,便于无人值守部署跳过安装确认提示。 (#9514)
  • 新增独立、无状态的 OpenAI 兼容 Responses API 供应商,提供 OpenAI 和 DeepSeek 模板,支持完整重放推理与工具调用历史,并将 Responses API 设为新建 xAI 供应商的默认接口。 (#9515)

修复

  • 将 v4.27.0 公告中的内置 skill-creatordocumentspdfspreadsheets Skills 实际加入源码与 Docker 发行版,支持作为只读预置能力自动发现,并允许同名本地 Skill 覆盖。 (#9517)
  • 修正深色模式下的能力标签颜色。

维护

  • 使 Responses API 测试数据兼容最新 OpenAI SDK 的 Token 用量结构。