Skip to content

Commit f2cbe53

Browse files
committed
release: v1.3.1 - fix quickstart parser and alibaba providers
1 parent caa9268 commit f2cbe53

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.1] - 2026-03-19
9+
10+
### Fixed
11+
- **Quickstart Parser**: Fixed JSON brace counting (`wc -c``wc -l`) that prevented provider parsing
12+
- **Quickstart Parser**: Fixed `"providers": [` on same line not initializing array parsing
13+
- **Quickstart Parser**: Fixed provider block closing at wrong brace level (only first provider was parsed per file)
14+
- **Quickstart Output**: Deduplicated API key export lines in next-steps output
15+
16+
### Changed
17+
- **Alibaba Quickstart**: Updated to correct Coding Plan endpoint (`coding-intl.dashscope.aliyuncs.com/v1`) with recommended models only: qwen3.5-plus, kimi-k2.5, glm-5, MiniMax-M2.5
18+
819
## [1.3.0] - 2026-03-18
920

1021
### Added

llm-env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# source ./llm-env config <command>
99

1010
# Version information
11-
VERSION="1.3.0"
11+
VERSION="1.3.1"
1212

1313
# ---------- Shell Detection and Version ----------
1414

0 commit comments

Comments
 (0)