From 2260c51c7e20e969fc35eaa50365ca39b30077fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=A5=E9=BA=92?= Date: Wed, 17 Jun 2026 16:14:17 +0800 Subject: [PATCH] docs(changelog): add advisor model upgrade and JSON output changes to 1.4.0 --- CHANGELOG.md | 2 ++ CHANGELOG.zh.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b341fb..4052d15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and ### Changed - All user-facing CLI text is now standardized to English. +- `bl advisor recommend` internal intent/ranking model upgraded from `qwen-turbo` to `qwen-flash`. +- Cleaner JSON output for `usage`, `quota`, and `workspace` commands. - `base_url` from the config file now takes priority over the `DASHSCOPE_BASE_URL` environment variable. - `bl config show` now displays all fields from `config.json`, with sensitive values masked. diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index 840b606..b2b2ca6 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -18,6 +18,8 @@ ### 变更 - 所有面向用户的 CLI 文案统一为英文。 +- `bl advisor recommend` 内部意图 / 排序模型由 `qwen-turbo` 升级为 `qwen-flash`。 +- 优化 `usage`、`quota`、`workspace` 命令的 JSON 输出。 - 配置文件中的 `base_url` 现在优先级高于环境变量 `DASHSCOPE_BASE_URL`。 - `bl config show` 现在展示 `config.json` 中的全部字段(敏感值已脱敏)。