diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ba6742..a2ae6b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,26 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and [中文版](CHANGELOG_CN.md) · [README](README.md) · [Contributing](CONTRIBUTING.md) +## [1.1.3] - 2026-06-02 + +### Added + +- `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. + +### Changed + +- API-key validation is more resilient: retries on transient network / 401 / 5xx errors and caps each attempt at 30s. + +## [1.1.2] - 2026-05-29 + +### Changed + +- Default vision model upgraded from `qwen-vl` to `qwen3-vl-plus` for stronger visual reasoning and chart/document parsing. + +### Fixed + +- TypeScript / lint issues surfaced after the 1.1.0 open-source cut. + ## [1.1.1] - 2026-05-29 Documentation-only release. No CLI or SDK behavior changes. diff --git a/CHANGELOG_CN.md b/CHANGELOG_CN.md index ef3cc6b..99866c4 100644 --- a/CHANGELOG_CN.md +++ b/CHANGELOG_CN.md @@ -6,6 +6,26 @@ [English](CHANGELOG.md) · [README](README_CN.md) · [参与贡献](CONTRIBUTING_CN.md) +## [1.1.3] - 2026-06-02 + +### 新增 + +- `bl auth login --console` 在未配置 DashScope API Key 时会自动获取并保存,一次浏览器登录即可完成 OAuth 与 API Key 配置。 + +### 变更 + +- API Key 校验更稳健:网络 / 401 / 5xx 等瞬时错误会自动重试,单次请求超时上限收紧为 30 秒。 + +## [1.1.2] - 2026-05-29 + +### 变更 + +- 默认视觉模型由 `qwen-vl` 升级为 `qwen3-vl-plus`,视觉推理与图表/文档解析能力更强。 + +### 修复 + +- 修复 1.1.0 开源切换后暴露的 TypeScript / lint 问题。 + ## [1.1.1] - 2026-05-29 仅文档更新,CLI 与 SDK 行为无变化。 diff --git a/packages/cli/package.json b/packages/cli/package.json index 020f91f..20ec073 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "bailian-cli", - "version": "1.1.2", + "version": "1.1.3", "description": "CLI for Aliyun Model Studio (DashScope) AI Platform.", "keywords": [ "agent", diff --git a/packages/core/package.json b/packages/core/package.json index 173924c..bee0efe 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "bailian-cli-core", - "version": "1.1.2", + "version": "1.1.3", "description": "Core SDK for bailian-cli. See https://www.npmjs.com/package/bailian-cli for usage.", "homepage": "https://bailian.console.aliyun.com/cli", "bugs": {