Skip to content

Commit 375e560

Browse files
committed
chore(release): 1.1.3
- bump bailian-cli and bailian-cli-core to 1.1.3 - changelog: add 1.1.3 entry (console login auto-configures API key, validation retry) - changelog: backfill missing 1.1.2 entry (default vision model → qwen3-vl-plus)
1 parent d3e6743 commit 375e560

4 files changed

Lines changed: 42 additions & 2 deletions

File tree

CHANGELOG.md

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

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

9+
## [1.1.3] - 2026-06-02
10+
11+
### Added
12+
13+
- `bl auth login --console` now also obtains and saves a DashScope API key when none is configured, so a single browser login covers both OAuth and API-key setup.
14+
15+
### Changed
16+
17+
- API-key validation is more resilient: retries on transient network / 401 / 5xx errors and caps each attempt at 30s.
18+
19+
## [1.1.2] - 2026-05-29
20+
21+
### Changed
22+
23+
- Default vision model upgraded from `qwen-vl` to `qwen3-vl-plus` for stronger visual reasoning and chart/document parsing.
24+
25+
### Fixed
26+
27+
- TypeScript / lint issues surfaced after the 1.1.0 open-source cut.
28+
929
## [1.1.1] - 2026-05-29
1030

1131
Documentation-only release. No CLI or SDK behavior changes.

CHANGELOG_CN.md

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

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

9+
## [1.1.3] - 2026-06-02
10+
11+
### 新增
12+
13+
- `bl auth login --console` 在未配置 DashScope API Key 时会自动获取并保存,一次浏览器登录即可完成 OAuth 与 API Key 配置。
14+
15+
### 变更
16+
17+
- API Key 校验更稳健:网络 / 401 / 5xx 等瞬时错误会自动重试,单次请求超时上限收紧为 30 秒。
18+
19+
## [1.1.2] - 2026-05-29
20+
21+
### 变更
22+
23+
- 默认视觉模型由 `qwen-vl` 升级为 `qwen3-vl-plus`,视觉推理与图表/文档解析能力更强。
24+
25+
### 修复
26+
27+
- 修复 1.1.0 开源切换后暴露的 TypeScript / lint 问题。
28+
929
## [1.1.1] - 2026-05-29
1030

1131
仅文档更新,CLI 与 SDK 行为无变化。

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bailian-cli",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "CLI for Aliyun Model Studio (DashScope) AI Platform.",
55
"keywords": [
66
"agent",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bailian-cli-core",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Core SDK for bailian-cli. See https://www.npmjs.com/package/bailian-cli for usage.",
55
"homepage": "https://bailian.console.aliyun.com/cli",
66
"bugs": {

0 commit comments

Comments
 (0)