Skip to content

Commit 1ea67cc

Browse files
chore(release): 5.13.0 [skip ci]
# [5.13.0](v5.12.1...v5.13.0) (2025-12-09) ### Features * **analytics:** aggregate usage from all CCS auth profiles ([1e11d2e](1e11d2e)) * **analytics:** refactor model color management and fix UI display issues ([f255a20](f255a20)) * **cliproxy:** add --add flag and nickname support for multi-account auth ([493492f](493492f)) * **cliproxy:** add --use and --accounts flags for multi-account switching ([8f6684f](8f6684f)) * **cliproxy:** add multi-account support phases 02-03 ([d868dc4](d868dc4)) * **dashboard:** add Environment and OAuth Readiness groups to health page ([96d9fc6](96d9fc6)) * **doctor:** add OAuth diagnostics for Windows headless false positives ([92007d7](92007d7)) * **ui:** simplify CLIProxy page UX with dedicated Add Account dialog ([8f5c006](8f5c006))
1 parent c09eb43 commit 1ea67cc

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [5.13.0](https://github.com/kaitranntt/ccs/compare/v5.12.1...v5.13.0) (2025-12-09)
2+
3+
4+
### Features
5+
6+
* **analytics:** aggregate usage from all CCS auth profiles ([1e11d2e](https://github.com/kaitranntt/ccs/commit/1e11d2e40af20386e5e26677021440f35a7e7217))
7+
* **analytics:** refactor model color management and fix UI display issues ([f255a20](https://github.com/kaitranntt/ccs/commit/f255a20a931babc45e8a4c9e34d733f8a9eed83f))
8+
* **cliproxy:** add --add flag and nickname support for multi-account auth ([493492f](https://github.com/kaitranntt/ccs/commit/493492fa7e88746f47240026ac16fae0575ff223))
9+
* **cliproxy:** add --use and --accounts flags for multi-account switching ([8f6684f](https://github.com/kaitranntt/ccs/commit/8f6684f948b0905d0dd7b558c3d0d4023e042970))
10+
* **cliproxy:** add multi-account support phases 02-03 ([d868dc4](https://github.com/kaitranntt/ccs/commit/d868dc4c32948db27e4b6073e9a7d28966a54971))
11+
* **dashboard:** add Environment and OAuth Readiness groups to health page ([96d9fc6](https://github.com/kaitranntt/ccs/commit/96d9fc68e9cf2af8b0b0d237d1ef094269cebb38))
12+
* **doctor:** add OAuth diagnostics for Windows headless false positives ([92007d7](https://github.com/kaitranntt/ccs/commit/92007d7c0468db969bd481c6517f0b3a851d8433))
13+
* **ui:** simplify CLIProxy page UX with dedicated Add Account dialog ([8f5c006](https://github.com/kaitranntt/ccs/commit/8f5c006f07f0ad93a7c7009df377b292076af55a))
14+
115
## [5.12.1](https://github.com/kaitranntt/ccs/compare/v5.12.0...v5.12.1) (2025-12-09)
216

317

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.12.1-dev.4
1+
5.13.0

installers/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $InstallMethod = if ($ScriptDir -and ((Test-Path "$ScriptDir\lib\ccs.ps1") -or (
8383
# IMPORTANT: Update this version when releasing new versions!
8484
# This hardcoded version is used for standalone installations (irm | iex)
8585
# For git installations, VERSION file is read if available
86-
$CcsVersion = "5.12.1"
86+
$CcsVersion = "5.13.0"
8787

8888
# Try to read VERSION file for git installations
8989
if ($ScriptDir) {

installers/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ fi
8484
# IMPORTANT: Update this version when releasing new versions!
8585
# This hardcoded version is used for standalone installations (curl | bash)
8686
# For git installations, VERSION file is read if available
87-
CCS_VERSION="5.12.1"
87+
CCS_VERSION="5.13.0"
8888

8989
# Try to read VERSION file for git installations
9090
if [[ -f "$SCRIPT_DIR/VERSION" ]]; then

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kaitranntt/ccs",
3-
"version": "5.12.1-dev.4",
3+
"version": "5.13.0",
44
"description": "Claude Code Switch - Instant profile switching between Claude Sonnet 4.5 and GLM 4.6",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)