mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
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)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 行为无变化。
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user