lisheng.lisheng
46b55b29ac
chore(release): prepare 1.25.0
2026-09-14 19:07:20 +08:00
chenanran555
fa3f5de728
chore(release): prepare 1.24.0
2026-09-11 14:55:08 +08:00
chenanran555
02d859ee18
Merge origin/main into feat/sandbox
2026-09-11 11:14:11 +08:00
若麒
5c390fad74
chore(release): prepare 1.23.0
2026-09-10 16:57:58 +08:00
若麒
0c7ba721a7
Merge remote-tracking branch 'origin/main' into feat/global-watermark-config
2026-09-10 15:39:12 +08:00
clh02467605
7803d91e3f
chore: fixed Formatting issues
2026-09-10 14:07:37 +08:00
clh02467605
c2d17707c0
feat(speech): add instant hotwords, context, and vocabulary CRUD
2026-09-10 14:02:05 +08:00
rendianmeng
1dfb4400cc
Merge branch 'main' of github.com:modelstudioai/cli into feat/global-watermark-config
2026-09-10 10:33:23 +08:00
chenanran555
ceef514a50
feat(sandbox): add template file upload with sandbox_template source
2026-09-09 17:35:23 +08:00
chenanran555
0dde03c783
Merge remote-tracking branch 'origin/main' into feat/sandbox
2026-09-09 16:53:57 +08:00
chenanran555
a245359792
chore(release): prepare 1.22.0
2026-09-08 19:26:17 +08:00
若麒
3477a08dad
feat(config): add profile-level watermark setting
2026-09-08 16:33:40 +08:00
chenanran555
aa1484264e
fix(managed-agent): improve project initialization and build validation
2026-09-08 14:46:56 +08:00
chenanran555
e1eadad184
Merge remote-tracking branch 'origin/main' into feat/sandbox
2026-09-08 14:23:30 +08:00
chenanran555
efb832815a
chore(release): prepare 1.21.0
2026-09-07 21:11:51 +08:00
chenanran555
c0fca869c2
fix(sandbox): support shared --base-url configuration with workspace fallback
2026-09-07 16:37:56 +08:00
chenanran555
332efb05b8
feat(sandbox): add Bailian Sandbox lifecycle commands
2026-09-07 15:11:51 +08:00
chenanran555
4f41eaabc2
chore(release): prepare 1.20.0
2026-09-03 10:47:23 +08:00
若麒
737f8db359
chore(release): prepare 1.19.0
2026-09-01 20:21:21 +08:00
若麒
a402026cce
Merge remote-tracking branch 'origin/main' into feat/runtime-risk-confirmation
2026-09-01 19:49:04 +08:00
若麒
5a1dfa5227
chore(release): prepare 1.18.2
2026-09-01 18:56:28 +08:00
故璃
9e6f5ca9cb
fix(skill): retry registry fetches and tolerate blocked backup cleanup
...
- bl skill init: raise index timeout 10s→30s and retry transient network
failures (3 attempts); advisor sync silent channel stays fail-fast
- make post-swap backup deletion best-effort so host safe-delete guards
cannot fail a completed install (postinstall.js mirror included)
- add unit coverage for guard-blocked cleanup and registry retry policy
2026-09-01 16:37:12 +08:00
若麒
4f59ca5118
Merge branch 'main' into feat/runtime-risk-confirmation
2026-08-28 17:42:57 +08:00
若麒
8a7674e7c3
chore(release): prepare 1.18.1
2026-08-28 15:37:15 +08:00
若麒
00bcee36a6
feat(runtime): add unified confirmation gate for high-risk commands
2026-08-27 15:54:23 +08:00
若麒
17ffde4ac2
chore(release): prepare 1.18.0
2026-08-27 11:33:50 +08:00
若麒
9600f06205
Merge remote-tracking branch 'origin/main' into feat/profile-capability-fallback
...
# Conflicts:
# skills/bailian-gen/reference/index.md
2026-08-26 19:27:01 +08:00
若麒
fc3ac36d00
Merge branch 'main' into feat/profile-capability-fallback
2026-08-26 18:54:01 +08:00
若麒
d343dc3265
fix(auth): only apply profile presets on login
2026-08-26 17:10:00 +08:00
若麒
670c15532b
feat(auth): expand Token Plan capabilities and speech defaults
2026-08-26 13:42:27 +08:00
clh02467605
4c51c95f31
feat(video): switch default video model to wan3.0-video and adapt All-in-One support
...
- Update default models for video generate/ref and config UI to wan3.0-video
- Add --file file-to-video support for wan3.0; route kf2v through media[] instead of image2video
- Emit reference voices as standalone reference_audio entries on wan3.0 ref
- Sync e2e/stress tests and bailian-gen reference docs
2026-08-24 18:00:52 +08:00
zeyu.fz
78a1c547d3
fix(cli): 修复知识库创建描述必填及配置更新误报警告
...
- `knowledge create` 命令新增 `--description` 参数,设置为必填并且在本地校验长度限制
- 修正 `knowledge service update` 命令更新配置时,避免对服务返回的已知字段误报未知字段警告
- 更新命令帮助文案,明确描述类参数的具体用途
- `knowledge retrieve --rerank-model` 参数帮助说明补充前置条件,提示需预先配置重排序模型
- 新增 `bailian-web-search` 路由技能,支持智能选择搜索入口
- 添加完整的 Knowledge Studio CLI 命令手册,包含详细示例及覆盖范围
2026-08-22 13:09:53 +08:00
zeyu.fz
a6291e00e1
docs(knowledge): 强制添加知识库描述参数
...
- 升级知识库创建命令,`--description` 参数变为必填,描述知识库内容和用途
- 更新所有相关文档示例,统一加入 `--description` 参数和示例文本
- CLI 校验增强,缺失或超长的描述参数本地报错,避免服务端拒绝
- 优化服务创建命令,推荐填写描述以帮助 agent 选择合适服务
- 多个测试用例添加对描述参数的验证和断言
- 知识库和集合列表中描述信息作为区分同类项目的辅助信息显式展示
- 其他细节调整包括命令帮助及参数说明内容的更新
2026-08-22 11:21:22 +08:00
若麒
e31addf0d6
Merge branch 'main' into feat/bilingual-quick-start-examples
2026-08-18 14:33:34 +08:00
chenanran555
7aa6aab7d7
chore(release): prepare 1.17.0
2026-08-17 17:28:01 +08:00
clark-fc
ad5c44d746
Merge pull request #166 from modelstudioai/feat/iteration1-w1-foundation
...
Feat/iteration1 w1 foundation
2026-08-17 14:08:56 +08:00
zeyu.fz
e681263049
feat(cli): 增加知识库全生命周期管理命令
...
- 新增知识库管理命令实现创建、查询、更新、删除等功能
- 支持文档上传、本地目录扫描及OSS导入,覆盖完整文档生命周期
- 增加检索与问答服务的管理及部署操作
- 实现文档切片管理,支持添加、列表、更新和删除功能
- 引入数据中心管理命令,管理类目、文件和数据集
- 检索和问答支持指定服务版本参数,方便调试和版本控制
- 所有知识库命令同步支持kscli工具,提供更短命令路径
- 移除无效参数`bl knowledge search --query-history`,建议改用聊天命令传递历史
- 请求增加静态OpenAPI来源标识请求头,改进后台渠道归因
- 添加知识库端到端测试套件,覆盖多条使用场景
- 版本号统一更新至1.16.0,文档同步更新相关版本信息
2026-08-17 13:40:44 +08:00
zeyu.fz
70b50060cf
Merge remote-tracking branch 'origin/main' into feat/iteration1-w1-foundation
2026-08-17 12:55:57 +08:00
故璃
3909a17da1
Merge branch 'main' into feat/cli-skill-sync
2026-08-17 12:51:26 +08:00
故璃
640dd02bc5
chore(release): prepare 1.15.1
2026-08-17 11:55:36 +08:00
故璃
8e6af6c669
feat: update model quota limit & add model permission command
2026-08-16 19:49:23 +08:00
若麒
cdf94a8c89
chore(release): prepare 1.15.0
2026-08-15 14:33:55 +08:00
故璃
7461189007
Merge branch 'main' into feat/cli-skill-sync
2026-08-15 10:22:09 +08:00
若麒
2fe50f59a4
feat(commands): localize command help examples
2026-08-14 17:15:46 +08:00
若麒
94ccab0898
feat(text): support Responses API
2026-08-14 17:02:29 +08:00
若麒
23f1ab7fd4
feat(commands): localize remaining command help
2026-08-14 15:54:38 +08:00
clh02467605
3b7c4cfabc
Merge remote-tracking branch 'refs/remotes/origin/main' into feat/mcp-support-sse
2026-08-14 14:42:21 +08:00
clh02467605
d5d9fcb50f
fix: fixed sse error
2026-08-14 14:41:37 +08:00
若麒
f67ca55ec6
feat(commands): localize multimodal command help
2026-08-14 11:42:16 +08:00
zeyu.fz
eb4f9af3e7
fix(knowledge): 修正 getConnector 不返回 fileConnectorConfig 问题
...
- 移除 collection-get 命令中对 fileConnectorConfig 字段的输出
- 文档中补充说明 getConnector 不返回 storeType、regionId、bucketName 等字段
- 更新类型定义,去除 RagConnectorInfo 中的 fileConnectorConfig 字段
- 明确这些字段只在创建连接时请求体中传入,查询时不可读取
2026-08-14 11:21:44 +08:00