Skip to content

Releases: lvjiawei369/CodexSwitch

v1.9

07 Jun 03:43

Choose a tag to compare

fix(win): don't flag normal routing logs with upstream= as errors

v1.8's generic fallback matched bare 'upstream', catching moonbridge's
normal per-request routing log (model=... provider=deepseek upstream=...).
Now the fallback requires both an explicit error/fail token AND an HTTP
failure marker (502/503/500/bad gateway/panic/fatal).

v1.8

06 Jun 03:54

Choose a tag to compare

fix(win): don't flag benign 'config_store persistence disabled' as error

The v1.7 log poller showed any line containing an error= field, including
moonbridge's benign 'config_store 持久化已禁用' startup notice.  Now ignore
known-benign lines and restrict the generic fallback to lines with strong
failure markers (502/503/upstream/panic/fatal).

v1.7

01 Jun 07:19

Choose a tag to compare

fix(win): reword balance hint to 'DeepSeek 余额不足,请先充值'

v1.6

28 May 05:30

Choose a tag to compare

fix(win): single-quote api_key in YAML to prevent parse errors

Double-quoted YAML strings interpret backslash escapes; if the API key
contains characters like \x the parser throws 'did not find expected
hexadecimal number' (line 23 of config.yml).

Single-quoted YAML strings are literal — only ' needs escaping (doubled).
Added _yaml_str() helper to wrap any value safely.

v1.5

26 May 10:17

Choose a tag to compare

docs: add v1.5 changelog

v1.4

26 May 03:55

Choose a tag to compare

fix(win): auto-download moonbridge when AV deletes it; copy to AppDat…

CodexSwitch v1.3

25 May 14:50

Choose a tag to compare

CodexSwitch v1.3

平台 文件 说明
macOS 菜单栏版 CodexSwitch.dmg 顶部菜单栏 ⚡ 图标,弹出毛玻璃面板
macOS 窗口版 CodexSwitch-Window.dmg 普通 Dock 应用,适合菜单栏不可见的用户
Windows CodexSwitch-Setup.exe 系统托盘图标,双击直接运行

macOS 首次运行:右键点击 App → 打开(绕过 Gatekeeper)
若弹窗只有「完成」按钮:系统设置 → 隐私与安全性 → 仍然打开

获取 API Keyhttps://platform.deepseek.com

本版修复

  • 修复对话中断:强制 HTTP/1.1,避免连接被重置
  • 修复响应过慢:去掉强制高推理预算
  • 修复开关逻辑:start()/stop() 明确分离
  • 修复 Gatekeeper 拦截:去掉 --options runtime

CodexSwitch v1.2

25 May 12:50

Choose a tag to compare

CodexSwitch v1.2 — Windows

下载 CodexSwitch-Setup.exe,双击直接运行,无需安装。

系统托盘图标 → 右键设置 → 填入 DeepSeek API Key → 开启开关。

CodexSwitch v1.1

23 May 14:38

Choose a tag to compare

CodexSwitch v1.1 — Windows

下载 CodexSwitch-Setup.exe,双击直接运行,无需安装。

系统托盘图标 → 右键设置 → 填入 DeepSeek API Key → 开启开关。

CodexSwitch v1.0.1

22 May 09:53

Choose a tag to compare

修复 (Windows)

  • 修复开启 DeepSeek 时因 _restart_codex 未定义导致的崩溃
  • 修复 YAML 配置文件换行符问题(Windows 默认 \r\n → 改为 \n)
  • 修复 --codex-home 路径使用正斜杠,避免 Go 路径解析问题
  • 新增"查看 Codex 配置"诊断按钮