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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,21 +10,14 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and
10
10
11
11
### Added
12
12
13
-
-**CLI access-token automation** — added `bl auth generate-access-token`; OpenAPI login can obtain and persist a Console access token, and Console requests can refresh an expired token with stored AK/SK credentials.
14
-
-**`bl workspace init`** — initializes a Bailian workspace, creates the Console user, and activates required postpaid services in one workflow.
15
-
-**Named Config Profiles** — added isolated named profiles, persistent activation, and `bl config list`, `bl config use`, and `bl config ui` for profile management.
16
-
-**Token Plan model Profile** — `bl auth login --config token-plan --api-key ...` materializes the built-in Token Plan endpoint and default model settings for model calls.
17
-
-**STS credentials** — OpenAPI authentication now accepts and signs requests with an optional security token.
18
-
19
-
### Changed
20
-
21
-
- Successful `bl auth login --config <name>` now activates that Profile automatically; failed validation and dry runs leave the active Profile unchanged.
22
-
- Model Base URLs are normalized consistently across flags, environment variables, and Config Profiles.
13
+
-**Token Plan support** — log in and call supported models directly without manually configuring the endpoint.
14
+
-**Named Config Profiles** — create, switch, and manage isolated configurations; logging in to a named Profile activates it automatically.
0 commit comments