Skip to content

Commit b9e2d75

Browse files
committed
fix: fix changelog issue
1 parent 240ce9a commit b9e2d75

1 file changed

Lines changed: 6 additions & 29 deletions

File tree

CHANGELOG.md

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

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

9-
<<<<<<< HEAD
10-
11-
## [1.3.0] - 2026-06-11
9+
## [1.3.0] - 2026-06-10
1210

1311
### Added
1412

13+
- `bl knowledge retrieve` now supports API-Key authentication (DashScope gateway), in addition to AK/SK. API-Key is auto-detected and preferred when available.
14+
- New retrieval options: `--dense-similarity-top-k`, `--sparse-similarity-top-k`, `--rerank-model`, `--rerank-mode`, `--rerank-instruct` — supported on both API-Key and AK/SK paths.
15+
- `DashScopeKnowledgeRetrieveRequest` / `DashScopeKnowledgeRetrieveResponse` types and `knowledgeRetrieveEndpoint` added to `bailian-cli-core`.
16+
- Comprehensive E2E tests for knowledge retrieve covering both auth paths, dry-run, rerank flags, and error cases.
17+
1518
- `bl usage` command group:
1619
- `bl usage free` — query free-tier quota for all models (or a specific model with `--model`).
1720
- `bl usage freetier` — enable (`--on`) or disable (`--off`) auto-stop for free-tier models.
@@ -22,31 +25,6 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and
2225
- `bl quota history` — view quota change history with pagination.
2326
- `bl quota request` — request a temporary quota increase for a model.
2427
- `bl workspace list` — list all workspaces with region and endpoint details.
25-
- `bl knowledge retrieve` now supports API-Key authentication (DashScope gateway), in addition to AK/SK. API-Key is auto-detected and preferred when available.
26-
- New retrieval options: `--dense-similarity-top-k`, `--sparse-similarity-top-k`, `--rerank-model`, `--rerank-mode`, `--rerank-instruct` — supported on both API-Key and AK/SK paths.
27-
- `DashScopeKnowledgeRetrieveRequest` / `DashScopeKnowledgeRetrieveResponse` types and `knowledgeRetrieveEndpoint` added to `bailian-cli-core`.
28-
- Comprehensive E2E tests for knowledge retrieve covering both auth paths, dry-run, rerank flags, and error cases.
29-
30-
### Changed
31-
32-
- Credential resolution priority: explicit API-Key → explicit AK/SK flags → auto-detected API-Key → fallback AK/SK from config/env.
33-
- `--workspace-id` is now only required for AK/SK auth, no longer mandatory for API-Key mode.
34-
- `--top-k` deprecated in favor of `--rerank-top-n`; emits a warning and maps to `--rerank-top-n` when used.
35-
- `--access-key-id` / `--access-key-secret` flags marked as deprecated (API-Key is recommended).
36-
- API Key and console links updated to direct key management pages across all docs.
37-
38-
### Fixed
39-
40-
- # `--rerank` flag in AK/SK path now correctly sets `EnableReranking` instead of the non-functional `Rerank: true` boolean.
41-
42-
## [1.3.0] - 2026-06-10
43-
44-
### Added
45-
46-
- `bl knowledge retrieve` now supports API-Key authentication (DashScope gateway), in addition to AK/SK. API-Key is auto-detected and preferred when available.
47-
- New retrieval options: `--dense-similarity-top-k`, `--sparse-similarity-top-k`, `--rerank-model`, `--rerank-mode`, `--rerank-instruct` — supported on both API-Key and AK/SK paths.
48-
- `DashScopeKnowledgeRetrieveRequest` / `DashScopeKnowledgeRetrieveResponse` types and `knowledgeRetrieveEndpoint` added to `bailian-cli-core`.
49-
- Comprehensive E2E tests for knowledge retrieve covering both auth paths, dry-run, rerank flags, and error cases.
5028

5129
### Changed
5230

@@ -59,7 +37,6 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and
5937
### Fixed
6038

6139
- `--rerank` flag in AK/SK path now correctly sets `EnableReranking` instead of the non-functional `Rerank: true` boolean.
62-
> > > > > > > main
6340

6441
## [1.2.1] - 2026-06-09
6542

0 commit comments

Comments
 (0)