Skip to content

Commit faad26e

Browse files
authored
Merge pull request #86 from TencentCloudBase/dev
Dev
2 parents e5c152f + a5e0f30 commit faad26e

File tree

18 files changed

+829
-329
lines changed

18 files changed

+829
-329
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.15.0](https://github.com/TencentCloudBase/cloudbase-agent-ui/compare/v1.14.3...v1.15.0) (2026-01-12)
6+
7+
8+
### Features
9+
10+
* 适配 ag-ui 协议 ([ba4389f](https://github.com/TencentCloudBase/cloudbase-agent-ui/commit/ba4389f68f413c0913d1e71c1e4ca3066c1088ad))
11+
512
### [1.14.3](https://github.com/TencentCloudBase/cloudbase-agent-ui/compare/v1.14.1...v1.14.3) (2025-10-11)
613

714

apps/miniprogram-agent-ui/miniprogram/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ App({
1010
// env 参数决定接下来小程序发起的云开发调用(wx.cloud.xxx)会默认请求到哪个云环境的资源
1111
// 此处请填入环境 ID, 环境 ID 可打开云控制台查看
1212
// 如不填则使用默认环境(第一个创建的环境)
13-
env: "luke-personal-test-new-8d0d90f5f",
13+
env: "luke-agent-dev-7g1nc8tqc2ab76af",
1414
traceUser: true,
1515
});
1616
}

apps/miniprogram-agent-ui/miniprogram/app.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"pages": ["pages/index/index", "pages/chatBot/chatBot", "pages/foodBuy/foodBuy"],
2+
"pages": [
3+
"pages/index/index",
4+
"pages/chatBot/chatBot",
5+
"pages/foodBuy/foodBuy"
6+
],
37
"usingComponents": {
48
"custom-map": "/components/toolCard/map/index",
59
"custom-weather": "/components/toolCard/weather/index",
@@ -23,4 +27,4 @@
2327
"uploadFile": 60000,
2428
"downloadFile": 60000
2529
}
26-
}
30+
}

0 commit comments

Comments
 (0)