• Joined on 2024-05-09
hailin pushed to main at hailin/it0 2026-03-03 14:03:37 +00:00
f1d9210e1d fix: correct BackgroundAudioPlayer import path
hailin pushed to main at hailin/it0 2026-03-03 13:53:02 +00:00
33bd1aa3aa feat: add "thinking" state indicator for voice calls
hailin pushed to main at hailin/gcx 2026-03-03 13:22:52 +00:00
41b8a8fcfb feat(auth): SMS 模板按类型分发 + 阿里云 8 模板配置
bd6ecaa0fd feat(portal): Genex 门户官网 — 20 页 Next.js SSG 站点
8af65a3a48 feat(scripts): 阿里云管理工具 (SMS/CloudAuth/Domain)
Compare 3 commits »
hailin pushed to main at hailin/it0 2026-03-03 13:03:51 +00:00
121ca5a5aa docs: add Speechmatics STT postmortem — all 4 modes failed, unusable
hailin pushed to main at hailin/it0 2026-03-03 12:58:52 +00:00
7fb0d1de95 refactor: remove Speechmatics STT integration entirely, default to OpenAI
hailin pushed to main at hailin/it0 2026-03-03 12:53:02 +00:00
191ce2d6b3 fix: use FIXED mode with 1s silence trigger instead of SMART_TURN
hailin pushed to main at hailin/it0 2026-03-03 12:47:35 +00:00
e8a3e07116 docs: add comprehensive Speechmatics STT integration notes
hailin pushed to main at hailin/it0 2026-03-03 12:44:24 +00:00
f30aa414dd fix: use SMART_TURN mode per Speechmatics official recommendation
hailin pushed to main at hailin/it0 2026-03-03 12:40:03 +00:00
de99990c4d fix: text-based dedup to prevent duplicate FINAL_TRANSCRIPT emissions
hailin pushed to main at hailin/rwadurian 2026-03-03 11:40:50 +00:00
92c305c749 fix(mobile-app): 待签署合同页文案改为"10份预种份额已合并为1棵树"
hailin pushed to main at hailin/rwadurian 2026-03-03 11:30:45 +00:00
2f78899ceb fix(mobile-app): 修复待签署合同页和持仓页硬编码"5份"的问题
hailin pushed to main at hailin/it0 2026-03-03 11:20:14 +00:00
3b0119fe09 fix: reduce STT latency, add cooldown dedup, enable diarization
hailin pushed to main at hailin/rwadurian 2026-03-03 11:12:00 +00:00
55f81ff329 fix(mobile-app): 修复多个页面时间显示为UTC而非北京时间的问题
hailin pushed to main at hailin/it0 2026-03-03 11:08:19 +00:00
8ac1884ab4 fix: use debounce timer to auto-finalize Speechmatics partial transcripts
hailin pushed to main at hailin/rwadurian 2026-03-03 10:58:48 +00:00
532be9a561 fix(pre-planting): 合并详情显示实际份数和金额,不再硬编码
hailin pushed to main at hailin/it0 2026-03-03 10:50:06 +00:00
de3eccafd0 debug: add verbose logging to Speechmatics monkey-patch
hailin pushed to main at hailin/rwadurian 2026-03-03 10:44:47 +00:00
a8e06e2eda fix(pre-planting): 合并逻辑改为按份数累计,支持多份订单合并
hailin pushed to main at hailin/it0 2026-03-03 10:19:00 +00:00
1431dc0c83 fix: directly promote partial transcripts to FINAL on FlushSentinel
hailin pushed to main at hailin/it0 2026-03-03 10:00:44 +00:00
73fd56f30a fix: durable monkey-patch for Speechmatics finalize on flush
hailin pushed to main at hailin/it0 2026-03-03 09:58:27 +00:00
6707c5048d fix: use EXTERNAL mode + patch plugin to finalize on flush