-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: windycn/xiaomi-mimo-proxy
Releases · windycn/xiaomi-mimo-proxy
v0.1.2
Xiaomi MiMo Proxy v0.1.2
兼容性修复版本,面向 Claude Code 和 Anthropic 兼容 AI 编程客户端。
更新点
- 自动处理 Claude Code 新版可能插入到
messages序列里的role: "system"消息。 - 代理会把这些 system role 消息迁移到 Anthropic 顶层
system字段,避免 MiMo 等兼容接口因消息角色不合法返回 400。 - 不再要求用户必须手动配置
CLAUDE_CODE_SIMPLE=1才能避开该问题。 - 保留
reasoning_content修复、count_tokens兼容、[1m]后缀归一化和上游瞬时错误重试。
注意
- 当前支持 Anthropic 兼容协议,不支持 OpenAI-compatible
/v1/chat/completions或/v1/responses。 - 使用不支持多模态的模型时,请不要在 Claude Code 中继续传图片;必要时先
/compact。
Full Changelog: v0.1.1...v0.1.2
Assets 5
v0.1.1
Xiaomi MiMo Proxy v0.1.1
稳定性修复版本,面向 Claude Code 和 Anthropic 兼容 AI 编程客户端。
更新点
- 上游连接中途
terminated、502/503/504 等瞬时错误会自动重试。 - SSE 流式响应先由代理完整读取和缓存,再返回给客户端,避免 headers 已发出后无法重试。
- 增加
SIGTERM、未捕获异常和未处理 Promise rejection 的日志。 - 保留
reasoning_content修复、count_tokens兼容和[1m]后缀归一化。
注意
- 当前支持 Anthropic 兼容协议,不支持 OpenAI-compatible
/v1/chat/completions或/v1/responses。 - 使用不支持多模态的模型时,请不要在 Claude Code 中继续传图片;必要时先
/compact。
Full Changelog: v0.1.0...v0.1.1
Assets 5
v0.1.0
Full Changelog: https://github.com/windycn/xiaomi-mimo-proxy/commits/v0.1.0