Skip to content

Commit ce4d66b

Browse files
Merge pull request #157 from modelstudioai/release/1.15.0
docs(changelog): document 1.14.2 through 1.15.0
2 parents a9b0a75 + 196a0aa commit ce4d66b

2 files changed

Lines changed: 74 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,43 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and
66

77
[中文版](CHANGELOG.zh.md) · [README](README.md) · [Contributing](CONTRIBUTING.md)
88

9+
## [1.15.0] - 2026-08-14
10+
11+
### Added
12+
13+
- **Responses API for `bl text chat`** — Use `--api responses` to call the DashScope Responses API with streaming, tool definitions, and structured JSON output; Chat Completions remains the default.
14+
- **Subscription plan usage views**`bl usage token-plan` displays 5-hour and weekly quota usage, while `bl usage coding-plan` displays 5-hour, weekly, and monthly usage; both support text and JSON output.
15+
- **Authentication requirements in command help** — Help output now states whether a command requires an API Key, Console login, or Alibaba Cloud OpenAPI credentials.
16+
17+
### Changed
18+
19+
- **Broader speech-recognition model support**`bl speech recognize` now routes asynchronous file-transcription and synchronous Flash ASR models to the appropriate DashScope APIs, with clear guidance for unsupported realtime models.
20+
- **MCP transport compatibility** — MCP commands now fall back from Streamable HTTP to classic SSE for compatible Bailian and custom endpoints.
21+
22+
### Fixed
23+
24+
- Binary updates now refresh installed Agent Skills after a successful CLI upgrade.
25+
- Fixed unavailable Token Plan quota values and missing reset times.
26+
- Fixed Qwen3 file-transcription result handling so waiting mode and `--out` work correctly.
27+
- Fixed MCP SSE chunk parsing, header timeouts, abort cleanup, and fallback status matching.
28+
- Network failures in JSON output now preserve the errno value in `cause.code`.
29+
30+
## [1.14.3] - 2026-08-12
31+
32+
### Fixed
33+
34+
- **Free-tier quota compatibility**`bl usage free` and `bl usage freetier` now use the current Bailian Commerce console APIs for quota queries, activation, and deactivation, with consistent asynchronous-task polling.
35+
36+
## [1.14.2] - 2026-08-07
37+
38+
### Added
39+
40+
- **`bl skill init`** — Install all first-party `bailian-*` skills into detected local AI Agents in one step.
41+
42+
### Changed
43+
44+
- **Skill command interface** — Skill management commands now default to JSON output for Agent workflows; `bl skill add` and `bl skill update` use explicit `--all` and `--name` selectors.
45+
946
## [1.14.1] - 2026-08-05
1047

1148
### Added

CHANGELOG.zh.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,43 @@
66

77
[English](CHANGELOG.md) · [README](README.zh.md) · [参与贡献](CONTRIBUTING.zh.md)
88

9+
## [1.15.0] - 2026-08-14
10+
11+
### 新增
12+
13+
- **`bl text chat` 支持 Responses API** —— 可通过 `--api responses` 调用 DashScope Responses API,支持流式输出、工具定义和结构化 JSON 输出;默认仍使用 Chat Completions。
14+
- **订阅套餐用量视图** —— `bl usage token-plan` 支持查看 5 小时和每周额度,`bl usage coding-plan` 支持查看 5 小时、每周和每月额度;两者均提供文本与 JSON 输出。
15+
- **命令帮助展示鉴权要求** —— Help 输出现在会明确标注命令需要 API Key、控制台登录还是阿里云 OpenAPI 凭证。
16+
17+
### 变更
18+
19+
- **扩展语音识别模型支持** —— `bl speech recognize` 现在会将异步文件转写和同步 Flash ASR 模型路由至对应的 DashScope API,并为暂不支持的实时模型提供明确提示。
20+
- **增强 MCP 传输兼容性** —— MCP 命令现在可为兼容的百炼及自定义端点从 Streamable HTTP 自动回退至经典 SSE。
21+
22+
### 修复
23+
24+
- 二进制方式升级 CLI 成功后,现在会同步刷新已安装的 Agent Skills。
25+
- 修复 Token Plan 额度不可用或缺少重置时间时的展示问题。
26+
- 修复 Qwen3 文件转写结果处理,使等待模式和 `--out` 能够正常工作。
27+
- 修复 MCP SSE 分块解析、响应头超时、中止清理和回退状态匹配问题。
28+
- JSON 输出中的网络错误现在会在 `cause.code` 中保留 errno。
29+
30+
## [1.14.3] - 2026-08-12
31+
32+
### 修复
33+
34+
- **免费额度兼容性** —— `bl usage free``bl usage freetier` 现在使用最新的 Bailian Commerce 控制台 API 查询、开通和关闭免费额度,并统一处理异步任务轮询。
35+
36+
## [1.14.2] - 2026-08-07
37+
38+
### 新增
39+
40+
- **`bl skill init`** —— 一次性将全部官方 `bailian-*` Skill 安装到本机检测到的 AI Agent。
41+
42+
### 变更
43+
44+
- **Skill 命令接口** —— Skill 管理命令现在默认输出适合 Agent 工作流的 JSON;`bl skill add``bl skill update` 使用明确的 `--all``--name` 选择参数。
45+
946
## [1.14.1] - 2026-08-05
1047

1148
### 新增

0 commit comments

Comments
 (0)