Skip to content

Commit 96d9399

Browse files
authored
chore: bump v2.1.13 for apply_patch UI fix (#242)
v2.1.12 → v2.1.13 + CHANGELOG entry + README 版本号同步。 issue #235 完整修复(PR #236 + PR #240),三 provider 真机端到端验证通过: Kimi For Coding 12/14 success / Xiaomi MiMo (Token Plan) 用户反馈基本无问题 / DeepSeek V4 Pro 9/9 = 100% success。 Refs #235
1 parent 5aef2a9 commit 96d9399

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Codex App Transfer is a lightweight desktop config + forwarding tool for the **O
2727

2828
After starting forwarding, Codex App talks to this tool at `127.0.0.1:18080`. Closing the window minimizes the app to the system tray; right-click the tray icon and choose "Exit" to fully quit.
2929

30-
Current version **v2.1.12** (see [Changelog](docs/CHANGELOG.md) and [Releases](https://github.com/Cmochance/codex-app-transfer/releases)).
30+
Current version **v2.1.13** (see [Changelog](docs/CHANGELOG.md) and [Releases](https://github.com/Cmochance/codex-app-transfer/releases)).
3131

3232
## Preview
3333

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Codex App Transfer 是一个面向 **OpenAI Codex APP** 的轻量桌面配置 +
2727

2828
启动转发后,Codex APP 通过本机 `127.0.0.1:18080` 与本工具通信。关闭窗口会缩到系统托盘继续运行,右键托盘"退出"才完全退出。
2929

30-
当前版本 **v2.1.12**(详见 [Changelog](docs/CHANGELOG.md)[Releases](https://github.com/Cmochance/codex-app-transfer/releases))。
30+
当前版本 **v2.1.13**(详见 [Changelog](docs/CHANGELOG.md)[Releases](https://github.com/Cmochance/codex-app-transfer/releases))。
3131

3232
## 界面预览
3333

docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88

99
Claude preset 暂不开放:需要 P7 真实 Claude text、tool-call、`previous_response_id`、upstream error 验证通过后再加入默认 preset。
1010

11+
## v2.1.13 — 2026-05-22
12+
13+
**`apply_patch` diff UI 在 chat-completions provider 上工作**(close #235):chat-completions provider(DeepSeek / Kimi / MiMo 等)上 Codex App 的 `apply_patch` 工具不渲染 diff UI 问题完整修复。
14+
15+
- wire 层 `custom_tool_call` SSE 桥接 + 多轮 `previous_response_id` 历史回放(PR #236)
16+
- prompt 修复:V4A `@@` 单端语法 / 删除 EMPTY LINE anchor 误导 / 明示 MINIMAL Update form / Add File 全 `+` 前缀 / prefix 无空格 / `*** Begin Patch` literal 第一行 / Move + Update 必须 ≥1 hunk(纯重命名用 Delete + Add File 替代)(PR #236 + PR #240)
17+
- envelope `output[]` interrupted `apply_patch` status 跟流式 done event 一致(防 partial V4A 误执行,Devin pre-merge review BUG fix)
18+
- guidance system message 仅 first turn 注入,防多轮累积污染上下文(Devin pre-merge review BUG fix)
19+
20+
真机三 provider 端到端验证:Kimi For Coding round 7 = 12/14 success / Xiaomi MiMo (Token Plan) round 8 = 用户反馈基本无问题 / DeepSeek V4 Pro round 9 = 9/9 = 100% success,reasoning 零 self-correction。
21+
1122
## v2.1.6 — 2026-05-12
1223

1324
**关键修复**:MiniMax `role=system` 整请求 400(close #139)/ grok_web 多轮历史完整化(`assistant.tool_calls` flatten + `session_cache` 类型层面禁止 foot-gun)/ cloud_code(Gemini OAuth)多轮历史 silent loss prod bug。

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 = "codex-app-transfer"
3-
version = "2.1.12"
3+
version = "2.1.13"
44
description = "Codex App Transfer - Tauri 2 shell"
55
edition.workspace = true
66
rust-version.workspace = true

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Codex App Transfer",
4-
"version": "2.1.12",
4+
"version": "2.1.13",
55
"identifier": "store.alyse.codex-app-transfer",
66
"build": {
77
"frontendDist": "../frontend"

0 commit comments

Comments
 (0)