Skip to content

Commit 394975c

Browse files
committed
release v0.1.29
1 parent 8b1c085 commit 394975c

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: Changelog
33
description: Release notes for claude-code-proxy.
44
---
55

6+
## v0.1.29 (2026-07-30)
7+
8+
- Codex honors required, disabled, and single-tool choices from Claude Code, and
9+
disables parallel tool calls when requested.
10+
([#89](https://github.com/raine/claude-code-proxy/pull/89))
11+
612
## v0.1.28 (2026-07-29)
713

814
- OpenAI-compatible clients can generate and edit images with `gpt-image-2`

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "claude-code-proxy"
3-
version = "0.1.28"
3+
version = "0.1.29"
44
description = "Anthropic-compatible proxy for Claude Code provider backends"
55
edition = "2024"
66
authors = ["Claude Code Proxy contributors"]

0 commit comments

Comments
 (0)