故璃
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
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
若麒
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
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
故璃
65c0fe9604
feat: add skill commend & skill install
2026-07-29 17:04:17 +08:00
lisheng.lisheng
2c53b0692b
refactor(inventory): 优化技能与代理配置代码格式和检测逻辑
...
- 统一代码格式,增加多处代码块的换行和缩进保持一致
- 调整技能安装目标列表的格式,提升可读性
- 修复解压缩逻辑中异常抛出格式,增强异常信息规范
- 优化归一化文件名过滤条件表达式格式
- 修改配置文件检测逻辑,兼容环境变量和旧版配置方案
- 增强对 Bailian 相关模型提供者的检测逻辑支持
- 规范代理详情字段生成方法的代码风格
- 调整 MCP 写回相关函数的格式,提升可维护性
- 改进技能和代理详情函数参数格式,统一参数拆分显示
- 修复单元测试中路径和 JSON 写入格式,增加不同配置场景测试覆盖
- 确保软链接技能目录被正确识别为安装来源
- 增加多代理配置文件和技能安装的检测测试用例,提升测试精准度
2026-07-28 20:51:07 +08:00
lisheng.lisheng
adc89f635d
Merge branch 'main' of github.com:modelstudioai/cli into feat/config-ui-enhancements
...
# Conflicts:
# packages/commands/tests/config-ui.test.ts
2026-07-28 20:43:42 +08:00
lisheng.lisheng
bbf45a5961
Merge branch 'main' of github.com:modelstudioai/cli into feat/config-agent-fix
...
# 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
2026-07-28 20:33:16 +08:00
lisheng.lisheng
3988e701e1
chore(cli): 发布 1.11.0 版本,更新 agent 配置功能
...
- 新增 `bl config agent --key` / `--region`,支持控制台编码 API Key 本地解码和区域派生 Token Plan 地址
- 新增 `bl config agent --context-window`,设置 OpenClaw 配置的上下文窗口大小,默认 256000
- 新增 `bl config agent --wire-api`,支持选择 Codex 配置的通信协议,兼容旧版 chat 协议并提示警告
- 变更 Codex 默认写入通信协议为 `responses`,适配新版 Codex 不再支持旧 chat 模式
- 变更 Qwen Code 代理配置改用 `DASHSCOPE_API_KEY` 环境变量替代 `BAILIAN_CLI_API_KEY`
- 修复各 agent 配置格式不匹配问题,支持 JSONC 格式和官方结构,完善模型白名单与计费元数据
- 修复配置写入逻辑,合并保持用户自定义配置,避免覆盖及重复条目,优化显示名保留
- 更新所有相关包版本号至 1.11.0,包含 bailian-cli、commands、core、kscli、runtime
- 更新 bailian-cli 技能元数据版本号至 1.11.0
2026-07-28 20:27:28 +08:00
lisheng.lisheng
96744e3328
feat(config-agent): add --key and --region, default codex wire_api to responses
...
- --key: decode the web console's obfuscated API key (o1_ prefix) into
the real key; mutually exclusive with --api-key, exactly one required
- --region: convert a Model Studio region into the Token Plan base URL
(token-plan.<region>.maas.aliyuncs.com/compatible-mode/v1); mutually
exclusive with --base-url, exactly one required
- codex: default wire_api to "responses" (current Codex rejects "chat");
--wire-api chat kept for legacy Codex <= 0.80.0 with a warning
- regenerate skills reference for the new flags
2026-07-28 19:37:13 +08:00
若麒
be6ddb6126
chore(release): prepare 1.11.2
2026-07-28 19:24:40 +08:00
clh02467605
25ac5c9c84
fix: revert change about defaultTextModel
2026-07-28 18:05:18 +08:00
clh02467605
8ef91fe395
test(core): align token-plan preset expectation with qwen3.7-plus
2026-07-28 17:29:41 +08:00
clh02467605
5d9e22de8f
Merge remote-tracking branch 'refs/remotes/origin/main' into fix/web-search-and-thinking
2026-07-28 17:20:46 +08:00
clh02467605
20e3555b84
fix(text,auth): drop enable_thinking retry and omit the field by default
...
Pass through model constraint errors instead of auto-retrying, switch token-plan default text model to qwen3.7-plus, and align related e2e expectations.
2026-07-28 17:19:05 +08:00
若麒
4c4e7afb83
chore(release): prepare 1.11.1
2026-07-28 16:07:29 +08:00