You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**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.
0 commit comments