故璃
946b7029c6
feat: add version 1.14.2
2026-08-07 17:42:31 +08:00
clh02467605
d6cb075629
Merge remote-tracking branch 'refs/remotes/origin/main' into feat/change-skills-install
...
# Conflicts:
# README.md
# README.zh.md
# packages/cli/README.md
# packages/cli/README.zh.md
2026-08-07 17:37:43 +08:00
gujieye
b9ecd5c43b
Merge pull request #143 from modelstudioai/feat/skill-init-commend
...
feat: add skill init & opt commend flags
2026-08-07 17:26:21 +08:00
故璃
4502424200
feat: add skill init & opt commend flags
2026-08-07 17:17:27 +08:00
若麒
03839766bc
docs: update READMEs
2026-08-07 17:15:26 +08:00
故璃
5007b9b574
feat: change output to json
2026-08-07 16:35:47 +08:00
故璃
eb6c2b8e2a
Merge branch 'feat/model-finetune-opt' into feat/cli-skill-sync
2026-08-07 14:26:38 +08:00
clh02467605
0e33c70e65
docs: update skill installation instructions to use bl skill add
...
- Replace all instances of `npx skills add modelstudioai/cli --all -g` with `bl skill add --name all`
- Update installation documentation in INSTALL.md, README.md, and related files
- Modify code references in config/inventory.ts, generate-reference.ts, and other files
- Update HTML UI messages to reflect new installation command
- Correct setup.md to include binary installation option and update subset install instructions
- Adjust versioning documentation to use new skill installation command
- Update all SKILL.md files with consistent installation instructions
2026-08-07 14:09:23 +08:00
故璃
3c64461cca
feat: video finetune/deploy/invoke full pipeline + training cost calculation
...
- Add finetune video create subcommand (wan2.7/2.5/2.2 i2v + kf2v)
- Align video hyperparams with official docs (n_epochs=50, per-model batch_size/max_pixels)
- Add --last-frame flag to video generate for kf2v (image2video endpoint)
- Fix wan2.1-2.6 i2v input format (img_url instead of media[])
- Add training_cost field to finetune get/watch (catalog ft price, API-key domain only)
- Add --aigc-* flags to deploy create (optional, for video LoRA prompt config)
2026-08-07 07:03:01 +08:00
sonicg
24092b423c
fix(usage): handle unavailable token plan quotas
2026-08-06 22:47:26 +08:00
故璃
f30fff9065
feat(finetune): clarify model flags; add price estimate & actual cost
...
- Rename for clarity: finetune --model → --base-model (create/price/
capability/list); deploy create --model → --model-name, --name →
--display-name
- Add `finetune price` (console domain) for pre-training cost estimate
(sft/dpo/cpt)
- Add actual training cost (fee.ts) enriched into finetune get/watch
from catalog price × reported usage
2026-08-06 15:08:02 +08:00
故璃
a7245c0f62
feat(deploy): add pause/resume commands; JSON-only output for dataset/finetune/deploy
...
- Add `bl deploy pause` and `bl deploy resume` (console domain, first
console-auth commands in deploy group) via modelInstance start/stop APIs
- Add core deploy/lifecycle.ts with input-wrapped console gateway calls
- Switch all dataset/finetune/deploy commands to JSON-only output, removing
text formatting logic
- Expose usage/charge_type in finetune get, model_name/expire_time in
finetune checkpoints with near-expiry warning
- Update deploy delete hint to suggest `bl deploy pause`
2026-08-06 11:34:48 +08:00
sonicg
752a79e442
fix(usage): handle missing token plan reset times
2026-08-06 09:12:41 +08:00
sonicg
80bdcb83f6
feat(usage): add token plan usage view
2026-08-05 23:28:39 +08:00
zeyu.fz
d9e8601a50
feat(knowledge): 支持上传目录路径并递归扫描文件
...
- 支持上传参数中传入目录路径,递归扫描子目录下文件
- 自动忽略 node_modules、.git 等常见工具目录
- 不支持的文件格式不会报错,跳过并列表提示
- 上传时校验扩展名和大小限制,支持批量文件上传
- 输出中增加跳过的文件列表,verbose 模式下显示详细文件名
- 测试覆盖目录上传、文件跳过和空目录等场景
- 更新相关文档,说明新支持的目录上传功能及注意事项
2026-08-05 22:29:39 +08:00
zeyu.fz
e3bb5a7fa0
test(commands): 添加知识库统计接口的E2E测试
...
- 在topic-routes中新增knowledge stats路由映射
- 在j2-content-ops测试中添加知识库统计命令调用
- 验证接口返回的存储限制和请求速率监控数据结构有效
- 记录存储限制和请求窗口数量作为测试备注
- 引入parseStdoutJson辅助函数解析JSON输出
2026-08-05 20:13:42 +08:00
zeyu.fz
ef463e8d5d
test(e2e): 优化检索结果标记召回判断并完善服务调优用例
...
- 新增节点召回标记判断函数 nodesRecallMarker,避免误判 marker 出现位置
- 将所有相关轮询断言替换为基于 nodesRecallMarker 的更严格判断
- 调整删除测试中对误伤判断的断言逻辑,确保准确检测召回标记
- 扩展服务调优用例,增加描述和温度参数调优测试,验证配置持久化
- 添加通过配置文件更新 kb_search_configs 并校验嵌套配置修改生效
- 部署后验证发布版本配置正确包含所有调优项
- 更新流程注释与断言提示,提升测试用例可读性和覆盖度
2026-08-05 19:56:52 +08:00
Gong Shiqi
6338df36be
Merge pull request #138 from modelstudioai/feat/update-defmodel
...
Update default image model to qwen-image-3.0
2026-08-05 19:43:48 +08:00
若麒
cb6740965f
chore(release): prepare 1.14.1
2026-08-05 19:35:05 +08:00
zeyu.fz
8ee2c378f5
test(knowledge): 添加多模态与表格型仓库 E2E 测试套件支持
...
- 新增多模态问答及检索服务的 live E2E 测试用例,支持基于图像参数的功能验证
- 补充表格库的 chunk add/list/delete 闭环测试,验证了 field channel 的必填项和读写一致性
- 增加图片库 chunk list 的 metadata 验证,确保 image_url 数组和可见性标志存在
- 实现带覆盖重导功能的 doc import-oss 测试,确认覆盖后 fileId 变更及旧文件失效
- 编写自有 OSS Bucket 的幂等复用集合创建和获取测试,确保服务端的 tag-based 访问控制支持
- 在 gating 中添加对各类长驻知识库及服务环境变量的就绪检测函数
2026-08-05 18:14:23 +08:00
zeyu.fz
9fc6434a26
Merge remote-tracking branch 'origin/main' into feat/iteration1-w1-foundation
2026-08-05 17:46:12 +08:00
若麒
01ec13aad8
feat: add CLI source config tags
2026-08-05 17:37:14 +08:00
clh02467605
b68ff45fb9
Merge remote-tracking branch 'refs/remotes/origin/main' into feat/update-defmodel
2026-08-05 17:08:44 +08:00
clh02467605
4990b27436
feat: update image default model
2026-08-05 16:58:29 +08:00
故璃
8488b251f7
Merge branch 'main' into feat/deploy-update
2026-08-05 16:11:38 +08:00
zeyu.fz
43abf0aca5
feat(knowledge): 新增知识库管理及用户旅程端到端测试支持
...
- 增加test:journey脚本,覆盖知识库跨命令全链路用户旅程测试
- 在文档中新增Journey E2E章节,详细说明用户旅程测试定位及断言机制
- 完善commands模块,新增知识库相关命令包括知识库列表、信息、创建、更新、删除
- 新增知识库文档相关命令,如文档列表、状态、上传、删除、打标签及OSS导入
- 添加知识服务管理命令,支持列表、创建、更新、部署、删除及复制
- 支持知识块增删查改命令,完善知识点的灵活操作能力
- 实现数据中心分类管理命令,支持分类增删查操作
- 优化knowledge chat命令,增加workspace-id统一解析及agent-version版本控制
- 重构与知识库相关命令的导出与注册,完善CLI整体能力覆盖
- 新增命令详尽的帮助文档,包含参数说明、使用示例及错误边界
- 实现批量删除知识块的自动分批处理逻辑,易于操作大规模数据
- 添加必要的输入校验与安全提示,确保操作安全且符合规范
2026-08-05 12:02:32 +08:00
clh02467605
d64ba09bef
merge: merged main to current branch
2026-08-05 10:59:26 +08:00
clh02467605
8cdd54cf7a
docs(skills): remove companions claim; make --all -g the supported install path
2026-08-05 10:27:39 +08:00
故璃
121fa1317f
feat(skills): align agent registry with upstream and harden cross-platform install
2026-08-05 10:17:06 +08:00
若麒
081d09863b
Merge branch 'main' into feat/multi-channel-install
2026-08-04 20:22:26 +08:00
clh02467605
17b13de162
merge: merged main to current branch
2026-08-04 18:43:50 +08:00
clh02467605
ca98d8a25d
refactor(skills): introduce bailian-protocol companion and slim bailian-cli routing
2026-08-04 18:16:30 +08:00
若麒
1e1f5306b3
chore(release): prepare 1.14.0
2026-08-04 18:11:47 +08:00
clh02467605
13158856e8
feat: Refactor skills by granularity and optimize constraints
2026-08-04 15:31:07 +08:00
故璃
3766b6d7ca
Merge branch 'main' into feat/bailian-wiki-doc-sync
2026-08-03 19:33:16 +08:00
故璃
1962758b0c
feat: add request id
2026-08-03 19:32:27 +08:00
若麒
026e250cd3
Merge branch 'main' into feat/multi-channel-install
2026-08-03 17:16:56 +08:00
若麒
7a870ec417
chore(release): prepare 1.13.1
2026-08-03 16:19:00 +08:00
clh02467605
1c38c381e5
feat: switch default text model to qwen3.8-max
...
Align text chat, pipeline, config UI, login validation, and Token Plan
text presets, and update README, skill reference, and related tests.
2026-08-03 15:34:18 +08:00
rendianmeng
658763af2c
fix: ci test
2026-08-03 15:29:55 +08:00
rendianmeng
8ad3e7b947
feat: win bl update exe file test
2026-07-31 19:05:53 +08:00
rendianmeng
525412f566
feat: win bl update exe file test
2026-07-31 18:53:37 +08:00
rendianmeng
f5a36b1787
feat: win bl update exe file test
2026-07-31 17:57:28 +08:00
rendianmeng
9fb388b75d
Merge branch 'main' of github.com:modelstudioai/cli into feat/multi-channel-install
2026-07-31 17:47:10 +08:00
rendianmeng
45d468838f
feat: win bl update exe file test
2026-07-31 17:44:59 +08:00
lisheng.lisheng
7e23ba00fb
chore(release): 发布 v1.13.0 版本
...
- 增加 `bl config ui` 功能,支持技能、MCP、代理和资产清单浏览与管理
- 新增模型目录建议芯片,方便配置 UI 中快速填充模型名
- 实现配置文件的 Profile 磁贴网格展示及新增弹窗
- 优化配置 UI 布局,增强响应式布局和编辑体验
- 修复软链接技能目录识别问题
- 支持基于环境变量的配置文件路径及旧版配置方案
- 同步更新相关包版本至 1.13.0
2026-07-31 00:21:51 +08:00
rendianmeng
389c932390
test(runtime): expect npm --version probe in command pack install
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-30 11:38:40 +08:00
rendianmeng
5e2833569a
Merge branch main of github.com:modelstudioai/cli into feat/multi-channel-install
2026-07-30 10:12:42 +08:00
rendianmeng
434aac5b08
docs: install shell md
2026-07-30 10:05:31 +08:00
故璃
30fe8182f4
Merge branch 'main' into feat/bailian-wiki-doc-sync
...
# Conflicts:
# packages/cli/src/commands.ts
# packages/commands/tests/e2e/topic-routes.ts
# pnpm-lock.yaml
# pnpm-workspace.yaml
# skills/bailian-cli/reference/index.md
2026-07-29 17:34:28 +08:00