Skip to content

Commit dfcd660

Browse files
committed
v0.5.1
1 parent a68761e commit dfcd660

4 files changed

Lines changed: 28 additions & 3 deletions

File tree

docs/src/guide/update-log.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ TinyRobot 遵循语义化版本规范,每个版本的更新内容如下。
44

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

7+
## v0.5.1
8+
9+
`2026-08-10`
10+
11+
### ✨ 新特性
12+
13+
**组件**
14+
15+
- **Sender**:新增外部内容注册机制,支持通过 `useSenderContentRegistration` 注册附件等外部内容,并在 `submit` 事件的 `extra.externalPayloads` 中透传;`TrAttachments` 嵌套在 `TrSender` 内时可自动参与提交。 by @xuanlid in [#382](https://github.com/opentiny/tiny-robot/pull/382)
16+
17+
### 🐛 问题修复
18+
19+
- **思考插件**:修复 `reasoning_content` 仅包含空白字符时被误判为空的问题,确保有效的思考内容能正常触发思考状态。 by @gene9831 in [#384](https://github.com/opentiny/tiny-robot/pull/384)
20+
21+
### 🔨 优化改进
22+
23+
**开发工具**
24+
25+
- **CLI**:更新 CLI 至 0.5.0,同步 basic/chat 模板依赖与 DeepSeek V4 模型配置。 by @SonyLeo in [#379](https://github.com/opentiny/tiny-robot/pull/379)
26+
27+
### 📝 文档
28+
29+
- **Skill 示例**:优化 Skill 的文档示例,适配暗色主题;同步 playground 的 importmap by @gene9831 in [#383](https://github.com/opentiny/tiny-robot/pull/383)
30+
31+
732
## v0.5.0
833

934
`2026-07-16`

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentiny/tiny-robot",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"license": "MIT",
55
"description": "TinyRobot 是一个 AI 对话组件库,提供了丰富的 AI 交互组件,助力开发者快速构建企业级 AI 应用;同时也是一个智能助手,支持普通 AI 问答、也支持集成 MCP Server,让 AI 真正帮人“干活”。",
66
"homepage": "https://docs.opentiny.design/tiny-robot/",

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentiny/tiny-robot-kit",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"homepage": "https://docs.opentiny.design/tiny-robot/",
55
"repository": {
66
"type": "git",

packages/svgs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentiny/tiny-robot-svgs",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"license": "MIT",
55
"homepage": "https://docs.opentiny.design/tiny-robot/",
66
"repository": {

0 commit comments

Comments
 (0)