Skip to content

Commit 4801f11

Browse files
committed
chore(release): v4.2.9
1 parent 8cfdd24 commit 4801f11

File tree

5 files changed

+24
-18
lines changed

5 files changed

+24
-18
lines changed

CHANGELOG.md

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

10+
## [4.2.9] - 2026-01-08
11+
12+
### Fixed
13+
14+
- **Codex**: Update the default model to `gpt-5.2-codex` (aligns with latest Codex config docs).
15+
1016
## [4.2.8] - 2026-01-08
1117

1218
### Fixed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# CC-Switch CLI
44

5-
[![Version](https://img.shields.io/badge/version-4.2.8-blue.svg)](https://github.com/saladday/cc-switch-cli/releases)
5+
[![Version](https://img.shields.io/badge/version-4.2.9-blue.svg)](https://github.com/saladday/cc-switch-cli/releases)
66
[![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg)](https://github.com/saladday/cc-switch-cli/releases)
77
[![Built with Rust](https://img.shields.io/badge/built%20with-Rust-orange.svg)](https://www.rust-lang.org/)
88
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
@@ -202,10 +202,10 @@ Download the latest release from [GitHub Releases](https://github.com/saladday/c
202202

203203
```bash
204204
# Download Universal Binary (recommended, supports Apple Silicon + Intel)
205-
curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.8-darwin-universal.tar.gz
205+
curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.9-darwin-universal.tar.gz
206206

207207
# Extract
208-
tar -xzf cc-switch-cli-v4.2.8-darwin-universal.tar.gz
208+
tar -xzf cc-switch-cli-v4.2.9-darwin-universal.tar.gz
209209

210210
# Add execute permission
211211
chmod +x cc-switch
@@ -221,10 +221,10 @@ xattr -cr /usr/local/bin/cc-switch
221221

222222
```bash
223223
# Download
224-
curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.8-linux-x64-musl.tar.gz
224+
curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.9-linux-x64-musl.tar.gz
225225

226226
# Extract
227-
tar -xzf cc-switch-cli-v4.2.8-linux-x64-musl.tar.gz
227+
tar -xzf cc-switch-cli-v4.2.9-linux-x64-musl.tar.gz
228228

229229
# Add execute permission
230230
chmod +x cc-switch
@@ -237,8 +237,8 @@ sudo mv cc-switch /usr/local/bin/
237237

238238
```bash
239239
# For Raspberry Pi or ARM servers
240-
curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.8-linux-arm64-musl.tar.gz
241-
tar -xzf cc-switch-cli-v4.2.8-linux-arm64-musl.tar.gz
240+
curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.9-linux-arm64-musl.tar.gz
241+
tar -xzf cc-switch-cli-v4.2.9-linux-arm64-musl.tar.gz
242242
chmod +x cc-switch
243243
sudo mv cc-switch /usr/local/bin/
244244
```
@@ -247,7 +247,7 @@ sudo mv cc-switch /usr/local/bin/
247247

248248
```powershell
249249
# Download the zip file
250-
# https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.8-windows-x64.zip
250+
# https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.9-windows-x64.zip
251251
252252
# After extracting, move cc-switch.exe to a PATH directory, e.g.:
253253
move cc-switch.exe C:\Windows\System32\

README_ZH.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# CC-Switch CLI
44

5-
[![Version](https://img.shields.io/badge/version-4.2.8-blue.svg)](https://github.com/saladday/cc-switch-cli/releases)
5+
[![Version](https://img.shields.io/badge/version-4.2.9-blue.svg)](https://github.com/saladday/cc-switch-cli/releases)
66
[![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg)](https://github.com/saladday/cc-switch-cli/releases)
77
[![Built with Rust](https://img.shields.io/badge/built%20with-Rust-orange.svg)](https://www.rust-lang.org/)
88
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
@@ -202,10 +202,10 @@ cc-switch env list # 列出环境变量
202202

203203
```bash
204204
# 下载 Universal Binary(推荐,支持 Apple Silicon + Intel)
205-
curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.8-darwin-universal.tar.gz
205+
curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.9-darwin-universal.tar.gz
206206

207207
# 解压
208-
tar -xzf cc-switch-cli-v4.2.8-darwin-universal.tar.gz
208+
tar -xzf cc-switch-cli-v4.2.9-darwin-universal.tar.gz
209209

210210
# 添加执行权限
211211
chmod +x cc-switch
@@ -221,10 +221,10 @@ xattr -cr /usr/local/bin/cc-switch
221221

222222
```bash
223223
# 下载
224-
curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.8-linux-x64-musl.tar.gz
224+
curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.9-linux-x64-musl.tar.gz
225225

226226
# 解压
227-
tar -xzf cc-switch-cli-v4.2.8-linux-x64-musl.tar.gz
227+
tar -xzf cc-switch-cli-v4.2.9-linux-x64-musl.tar.gz
228228

229229
# 添加执行权限
230230
chmod +x cc-switch
@@ -237,8 +237,8 @@ sudo mv cc-switch /usr/local/bin/
237237

238238
```bash
239239
# 适用于树莓派或 ARM 服务器
240-
curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.8-linux-arm64-musl.tar.gz
241-
tar -xzf cc-switch-cli-v4.2.8-linux-arm64-musl.tar.gz
240+
curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.9-linux-arm64-musl.tar.gz
241+
tar -xzf cc-switch-cli-v4.2.9-linux-arm64-musl.tar.gz
242242
chmod +x cc-switch
243243
sudo mv cc-switch /usr/local/bin/
244244
```
@@ -247,7 +247,7 @@ sudo mv cc-switch /usr/local/bin/
247247

248248
```powershell
249249
# 下载 zip 文件
250-
# https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.8-windows-x64.zip
250+
# https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.9-windows-x64.zip
251251
252252
# 解压后将 cc-switch.exe 移动到 PATH 目录,例如:
253253
move cc-switch.exe C:\Windows\System32\

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cc-switch"
3-
version = "4.2.8"
3+
version = "4.2.9"
44
description = "All-in-One Assistant for Claude Code, Codex & Gemini CLI"
55
authors = ["Jason Young", "saladday"]
66
license = "MIT"

0 commit comments

Comments
 (0)