Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions docs/src/guide/update-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ TinyRobot 遵循语义化版本规范,每个版本的更新内容如下。

在此页面上,您可以查看最新的更新日志。如需查看完整的变更历史,请访问 [GitHub Release](https://github.com/opentiny/tiny-robot/releases)。

## v0.5.1

`2026-08-10`

### ✨ 新特性

**组件**

- **Sender**:新增外部内容注册机制,支持通过 `useSenderContentRegistration` 注册附件等外部内容,并在 `submit` 事件的 `extra.externalPayloads` 中透传;`TrAttachments` 嵌套在 `TrSender` 内时可自动参与提交。 by @xuanlid in [#382](https://github.com/opentiny/tiny-robot/pull/382)

### 🐛 问题修复

- **思考插件**:修复 `reasoning_content` 仅包含空白字符时被误判为空的问题,确保有效的思考内容能正常触发思考状态。 by @gene9831 in [#384](https://github.com/opentiny/tiny-robot/pull/384)

### 🔨 优化改进

**开发工具**

- **CLI**:更新 CLI 至 0.5.0,同步 basic/chat 模板依赖与 DeepSeek V4 模型配置。 by @SonyLeo in [#379](https://github.com/opentiny/tiny-robot/pull/379)

### 📝 文档

- **Skill 示例**:优化 Skill 的文档示例,适配暗色主题;同步 playground 的 importmap by @gene9831 in [#383](https://github.com/opentiny/tiny-robot/pull/383)


## v0.5.0

`2026-07-16`
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-robot",
"version": "0.5.0",
"version": "0.5.1",
"license": "MIT",
"description": "TinyRobot 是一个 AI 对话组件库,提供了丰富的 AI 交互组件,助力开发者快速构建企业级 AI 应用;同时也是一个智能助手,支持普通 AI 问答、也支持集成 MCP Server,让 AI 真正帮人“干活”。",
"homepage": "https://docs.opentiny.design/tiny-robot/",
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-robot-kit",
"version": "0.5.0",
"version": "0.5.1",
"homepage": "https://docs.opentiny.design/tiny-robot/",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/svgs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-robot-svgs",
"version": "0.5.0",
"version": "0.5.1",
"license": "MIT",
"homepage": "https://docs.opentiny.design/tiny-robot/",
"repository": {
Expand Down
Loading