feat: 升级本地语音识别并修复小程序图片导出与 Windows 回归 - #151
Merged
2977094657 merged 4 commits intoSep 22, 2026
Merged
Conversation
This was referenced Sep 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
软件语音识别收敛为 Zipformer CTC、Qwen3-ASR 0.6B CPU、Whisper Turbo、Qwen3-ASR 0.6B GPU,同时修复小程序图片导出与 Windows AI 回归超时。
Fixes #150
变更
验证
未带入开发分支其他 AI、联系人或朋友圈改动。私人音频、数据库、参考文本、模型权重不提交。正式安装包及冻结工作进程尚未验收;微信机器参考差异率不是人工标注准确率。
详见 docs/stt-integration-2026-09-21.md 与 docs/stt-benchmark-2026-09-21.md。
macOS CI 复验修复
macOS 的超时重试用例将正常重试也限制在 0.5 秒,慢速持久化可能误触发第三次调用。现在仅首次请求挂起触发真实超时,下一次请求获得独立的 30 秒测试期限;仍严格断言两次调用、无重复工具片段,并新增 TimeoutError 审计断言。相关可靠性测试 18 项通过,正常重试特意等待 0.6 秒以覆盖旧阈值问题。生产请求时限及重试次数不变。