zeyu.fz
|
9450895a06
|
test(commands): 添加dry-run参数测试支持文件检测
- 增加--dry-run参数的测试用例
- 验证在dry-run模式下无支持文件的退出码和错误信息
- 确保无支持文件时正确返回错误码2
|
2026-08-17 13:59:05 +08:00 |
|
zeyu.fz
|
8a09881626
|
refactor(tool-bailian-kb): 重构默认服务配置管理及设置页同步逻辑
- 替换默认服务配置字段为 defaultRetrieveAgentId 和 defaultChatAgentId,支持分别管理检索和对话服务
- 增加 Bailian knowledge base 插件设置命名空间,配置支持用户层叠覆盖和实时生效
- 统一凭证与设置配置的回退链,新增一阶段设置用户层优先读取字段
- 实现凭证值向设置文档的单次迁移,辅助设置页首次展示历史值
- Bailian 页面控制器支持基于设置作用域的双域同步,回显设置字段且支持删除操作
- 工具代码切换为从设置作用域异步解析默认服务 id,agent_id 在运行时均为可选但调用时必填
- README 与文档更新,包含配置项扩展、回退链说明以及 UI 配置页操作说明
- 底层依赖由 `dsh-client-ui-settings-plugins` 切换为 `dsh-client-ui-settings`
- 修正 patch 配置与 API 参数命名,完善错误提示和超时配置读取
|
2026-08-17 13:52:05 +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 |
|
gujieye
|
ffc460156c
|
Merge pull request #165 from modelstudioai/feat/cli-skill-sync
Feat/cli skill sync
|
2026-08-17 13:05:11 +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 |
|
gujieye
|
5ed15d3a16
|
Merge pull request #164 from modelstudioai/feat/version-1.15.1
chore(release): prepare 1.15.1
v1.15.1
|
2026-08-17 12:04:38 +08:00 |
|
故璃
|
640dd02bc5
|
chore(release): prepare 1.15.1
|
2026-08-17 11:55:36 +08:00 |
|
gujieye
|
6eeb8fe0cb
|
Merge pull request #163 from modelstudioai/feat/version-1.15.1
docs(changelog): document 1.15.1
|
2026-08-17 11:38:42 +08:00 |
|
故璃
|
d0610a61dc
|
docs(changelog): document 1.15.1
|
2026-08-17 11:25:17 +08:00 |
|
gujieye
|
57c2d98308
|
Merge pull request #160 from modelstudioai/feat/skill-init-simplify
feat: update skill init output
|
2026-08-17 11:01:35 +08:00 |
|
gujieye
|
78e6993475
|
Merge pull request #162 from modelstudioai/feat/model-command-update
feat: update model quota limit & add model permission command
|
2026-08-17 00:06:30 +08:00 |
|
故璃
|
79a0d2db9a
|
fix(permission): drop explicit undefined return and make revoke --all e2e credential-independent
|
2026-08-16 23:48:19 +08:00 |
|
故璃
|
8e6af6c669
|
feat: update model quota limit & add model permission command
|
2026-08-16 19:49:23 +08:00 |
|
zeyu.fz
|
589e3a4f14
|
chore(deps): 更新 TypeScript 类型检查脚本及依赖锁定文件
- 修改 package.json 中 typecheck 脚本,新增对 tsconfig.web.json 的检查
- 更新 pnpm-lock.yaml 文件,增加多个依赖项和绑定包的版本信息及平台支持
- 新增 react、lightningcss 等多种平台及架构的预编译绑定库
- 添加多种类型定义依赖,提升类型覆盖范围
- 升级部分工具包及插件版本,优化构建和开发体验
|
2026-08-15 22:44:31 +08:00 |
|
zeyu.fz
|
50b59f8640
|
refactor(bundle): 重命名分发包为 bailian-kb-dsh
- 将分发包名称从 bailian-kb-bundle 改为 bailian-kb-dsh
- 同步更新 README.md 中的包名和卸载命令描述
- 更新 package.json 中的 name 字段
- 修改 cordis.patch.yml 中的注释以匹配新名称
- 确保所有文档和配置引用一致性
|
2026-08-15 19:36:00 +08:00 |
|
zeyu.fz
|
73233658bf
|
docs: migrate design spec and implementation plan into this repo
|
2026-08-15 19:08:35 +08:00 |
|
zeyu.fz
|
188090af39
|
docs: widen error-hint contract note to all non-auth HTTP failures
|
2026-08-15 18:57:08 +08:00 |
|
zeyu.fz
|
a9ac7c0bea
|
docs: record link-install dev workaround for profile integration
|
2026-08-15 18:52:33 +08:00 |
|
zeyu.fz
|
acccca9e2f
|
docs: package and repository READMEs
|
2026-08-15 18:47:43 +08:00 |
|
zeyu.fz
|
a6ee267071
|
feat: installable dsh bundle package
|
2026-08-15 18:46:32 +08:00 |
|
zeyu.fz
|
b4129c6cbd
|
feat: plugin apply wiring with credential-backed client and skill registration
|
2026-08-15 18:43:12 +08:00 |
|
zeyu.fz
|
f2a3775516
|
feat: kb_service_list, kb_search, kb_chat tool factory
|
2026-08-15 18:41:46 +08:00 |
|
zeyu.fz
|
5800222ea4
|
feat: service discovery with scene merge and internalized pagination
|
2026-08-15 18:37:34 +08:00 |
|
zeyu.fz
|
95708ccf32
|
feat: SSE parser and buffered chat consumption
|
2026-08-15 18:36:43 +08:00 |
|
zeyu.fz
|
cdc1f10882
|
feat: KbClient with per-call auth and error translation
|
2026-08-15 18:31:15 +08:00 |
|
zeyu.fz
|
bbe96d35a5
|
feat: endpoint builder and API types
|
2026-08-15 18:30:06 +08:00 |
|
zeyu.fz
|
fba98bf65e
|
feat: plugin package skeleton with validated Config
|
2026-08-15 18:28:48 +08:00 |
|
zeyu.fz
|
3aedb7b7fb
|
chore: scaffold pnpm workspace
|
2026-08-15 18:25:13 +08:00 |
|
Gong Shiqi
|
f7d32504ab
|
Merge pull request #161 from modelstudioai/agent/release-1.15.0
chore(release): prepare 1.15.0
v1.15.0
|
2026-08-15 14:51:34 +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 |
|
故璃
|
4ccda5f929
|
feat: update skill init output
|
2026-08-15 10:15:00 +08:00 |
|
zeyu.fz
|
4086da572f
|
docs(knowledge): 修改多处参数描述为“精确匹配”并完善错误处理说明
- 将 category-list、file-list、service-list 等命令参数的描述更新为强调“精确匹配”
- file-list 命令中 --name 参数改为匹配不含扩展名的精确文件名,并在备注中补充说明
- kb-stats 命令严格校验时间格式,增强无效格式报错及提示
- 丰富知识相关测试用例,增加对不存在 ID 的服务端错误传递和非零退出的正向断言
- 优化知识文档上传测试,支持跳过 node_modules/.git 文件夹及显示被跳过文件详情
- 修正知识搜索及聊天流程中未发布版本号引发的服务器拒绝场景测试
- 更新知识模块命令文档,补充参数要求和用法提示,提升用户指引明确度
|
2026-08-14 23:59:05 +08:00 |
|
chenanran555
|
8b7956d547
|
Merge remote-tracking branch 'origin/main' into feat/cma-deployment
# Conflicts:
# CHANGELOG.md
# CHANGELOG.zh.md
# packages/cli/package.json
# packages/commands/package.json
# packages/core/package.json
# packages/kscli/package.json
# packages/runtime/package.json
# skills/bailian-cli/SKILL.md
# skills/bailian-finetune/SKILL.md
# skills/bailian-gen/SKILL.md
# skills/bailian-managed-agent/SKILL.md
# skills/bailian-protocol/SKILL.md
|
2026-08-14 19:15:13 +08:00 |
|
chenanran555
|
7e21573793
|
feat(managed-agent): add OpenAgentPack deployment support
|
2026-08-14 19:01:47 +08:00 |
|
Gong Shiqi
|
ce4d66b736
|
Merge pull request #157 from modelstudioai/release/1.15.0
docs(changelog): document 1.14.2 through 1.15.0
|
2026-08-14 19:00:08 +08:00 |
|
若麒
|
f6cf2b999a
|
feat(config): add bilingual UI with in-place language switching
|
2026-08-14 18:55:09 +08:00 |
|
若麒
|
196a0aa506
|
docs(changelog): document 1.14.2 through 1.15.0
|
2026-08-14 18:50:35 +08:00 |
|
gujieye
|
a9b0a752a8
|
Merge pull request #155 from modelstudioai/feat/coding-plan-usage
feat: add coding plan usage
|
2026-08-14 17:36:47 +08:00 |
|
Gong Shiqi
|
2b7a0c742a
|
Merge pull request #156 from modelstudioai/feat/text-chat-responses-api
feat(text): support Responses API
|
2026-08-14 17:21:40 +08:00 |
|
Gong Shiqi
|
e5818e103c
|
Merge pull request #145 from modelstudioai/feat/change-skills-install
Switch official skill install to bl skill init
|
2026-08-14 17:21:24 +08:00 |
|
若麒
|
2fe50f59a4
|
feat(commands): localize command help examples
|
2026-08-14 17:15:46 +08:00 |
|
若麒
|
7797940626
|
docs(skills): clarify update install channel
|
2026-08-14 17:14:23 +08:00 |
|
gujieye
|
5f1c97940d
|
Merge branch 'main' into feat/coding-plan-usage
|
2026-08-14 17:05:53 +08:00 |
|
若麒
|
94ccab0898
|
feat(text): support Responses API
|
2026-08-14 17:02:29 +08:00 |
|
clh02467605
|
418dcffc53
|
docs(install,skills): prefer bl skill init and clarify post-install guidance
|
2026-08-14 16:57:24 +08:00 |
|
clh02467605
|
b895f88abb
|
Merge remote-tracking branch 'origin/feat/change-skills-install' into feat/change-skills-install
|
2026-08-14 16:48:36 +08:00 |
|
clh02467605
|
7eedc05b99
|
docs: Modify the preferred installation method
|
2026-08-14 16:47:30 +08:00 |
|
若麒
|
f3c7b6fb10
|
docs(readme): add standalone installation options
|
2026-08-14 16:28:51 +08:00 |
|