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
- Token Plan defaults now use the current text, image, and dedicated text-to-video, image-to-video, and reference-to-video models.
14
+
- The Bailian CLI Skill now distinguishes Bailian-specific tasks from ordinary host-agent work more accurately and avoids repeated consent prompts within an approved workflow.
15
+
- Published CLI packages now support Node.js 18.17 and later, lowering the previous minimum requirement from Node.js 22.12.
16
+
17
+
### Fixed
18
+
19
+
- Token Plan now handles local images correctly for image editing, image-to-video, reference-to-video, and vision understanding without requiring a separately hosted URL.
20
+
21
+
## [1.10.0] - 2026-07-19
22
+
23
+
### Added
24
+
25
+
-**`bl config agent`** — configure Claude Code, Qwen Code, OpenCode, OpenClaw, Hermes Agent, or Codex to use DashScope in one command.
26
+
27
+
### Changed
28
+
29
+
- The Bailian CLI Skill now routes only matching Bailian and multimodal tasks to `bl`, and asks for consent before provider-neutral remote or billable calls.
30
+
31
+
### Fixed
32
+
33
+
- Full `bl auth logout` now clears the model Base URL so later logins cannot inherit a stale custom or Token Plan endpoint.
34
+
35
+
## [1.9.0] - 2026-07-17
36
+
37
+
### Added
38
+
39
+
-**Token Plan support** — log in and call supported models directly without manually configuring the endpoint.
40
+
-**Named Config Profiles** — create, switch, and manage isolated configurations; logging in to a named Profile activates it automatically.
@@ -30,6 +30,7 @@ Equip your AI Agent out-of-the-box with these capabilities, composable across co
30
30
-**Video generation & editing** — happyhorse-1.1 series: text-/image-/reference-to-video and natural-language video editing (up to 9-image reference)
31
31
-**Speech synthesis & recognition** — CosyVoice streaming TTS, voice cloning from 5–20s samples; FunAudio-ASR covers 30 languages including 7 Chinese dialects and 20+ Mandarin accents
32
32
-**Image & video understanding** — Qwen-VL: long-form video analysis, chart/document parsing, visual reasoning, multilingual OCR
33
+
-**Coding agent setup** — Configure Claude Code, Qwen Code, OpenCode, OpenClaw, Hermes Agent, or Codex to use DashScope with `bl config agent`
33
34
34
35
> **Note:** The features below are currently available only to China site (aliyun.com) account holders and are not yet supported for international / global site accounts.
35
36
@@ -80,7 +81,7 @@ npm install -g bailian-cli
80
81
npx skills add modelstudioai/cli --all -g
81
82
```
82
83
83
-
> Requires Node.js >= 22.12.
84
+
> Requires Node.js >= 18.17.
84
85
85
86
## Quick Start
86
87
@@ -91,6 +92,12 @@ bl auth login --console
91
92
# Or authenticate with an API key
92
93
bl auth login --api-key sk-xxxxx
93
94
95
+
# Or use Token Plan (Base URL built in; the key is tested during login)
Get or copy the API key from the [Token Plan subscription overview](https://bailian.console.aliyun.com/cn-beijing?tab=plan#/efm/subscription/overview).
172
+
The CLI has the default Token Plan Base URL built in. Login tests the key first, then saves and activates the `token-plan` config only when validation succeeds.
Required for console capability commands (`model list`, `app list`, `usage summary/free/stats`, `workspace list`, `quota list/request/check/history`). Opens the Bailian console in your browser to sign in.
0 commit comments