From f6f7b14faad21e40114d9e9d03daec6b2a482b69 Mon Sep 17 00:00:00 2001 From: decolua Date: Sun, 21 Jun 2026 17:33:10 +0700 Subject: [PATCH] docs: update CHANGELOG for v0.5.7 Co-authored-by: Cursor --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13d6a99d..c3a6f24a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# v0.5.7 (2026-06-21) + +## Features +- **CodeBuddy CN**: API key auth + credit quota tracker +- **CodeBuddy CN**: short model prefix alias "cbcn" + +## Fixes +- **mimo-free**: Chrome User-Agent rotation to bypass anti-abuse gate +- **cloudflare-ai**: flatten content-part arrays to string to avoid oneOf 400 (#1926) +- **Translator**: normalize tools to Anthropic-native shape for non-Anthropic providers +- **CLI**: handle Next.js 16 nested standalone output path (#1940) +- **Codex**: preserve custom tools during request normalization +- **next.config**: add new route for responses endpoint to API + # v0.5.6 (2026-06-20) ## Features