• Joined on 2024-05-09
hailin pushed to main at hailin/gcx 2026-03-06 16:48:39 +00:00
4369aecf60 fix: 修复上传版本500错误 + 优化App冷启动通知请求
hailin pushed to main at hailin/it0 2026-03-06 16:13:27 +00:00
4c7c05eb37 feat(stt): support auto language detection for mixed Chinese-English input
hailin pushed to main at hailin/it0 2026-03-06 16:11:24 +00:00
23675fa5a5 feat(chat): use app language setting for voice-to-text STT language
hailin pushed to main at hailin/it0 2026-03-06 16:08:03 +00:00
0aac693b5d fix(app): re-check connectivity on foreground resume to clear false-offline banner
hailin pushed to main at hailin/it0 2026-03-06 15:51:40 +00:00
947a47869e fix(agent-service): use https.request for Whisper STT to bypass self-signed cert
hailin pushed to main at hailin/it0 2026-03-06 15:47:50 +00:00
72584182df fix(chat): fix VoiceMicButton gesture conflict with IconButton tooltip
hailin pushed to main at hailin/it0 2026-03-06 15:27:19 +00:00
73eb4350fb fix(agent-service): strip /v1 suffix from OPENAI_BASE_URL in STT service
hailin pushed to main at hailin/it0 2026-03-06 15:10:25 +00:00
15ee296fcd fix(agent-service): add multer as explicit runtime dependency
hailin pushed to main at hailin/it0 2026-03-06 15:03:58 +00:00
07783ccad2 fix(agent-service): add @types/multer to devDependencies
hailin pushed to main at hailin/it0 2026-03-06 15:01:53 +00:00
2182149c4c feat(chat): voice-to-text fills input box instead of auto-sending
hailin pushed to main at hailin/it0 2026-03-06 14:50:07 +00:00
5721d75461 feat(it0_app): add PTT mode to agent call page
hailin pushed to main at hailin/it0 2026-03-06 14:04:47 +00:00
e6f864d409 fix(version-service+gateway+app): fix APK download 404 and SHA-256 false failure
hailin pushed to main at hailin/it0 2026-03-06 13:52:46 +00:00
0f328b9794 feat(it0_app): add detailed logging to VersionChecker for update diagnosis
hailin pushed to main at hailin/it0 2026-03-06 13:34:10 +00:00
369ecb2f29 feat(gateway): add Kong route for app version check endpoint
hailin pushed to main at hailin/it0 2026-03-06 13:24:07 +00:00
141c6e984d feat(version-service): add GET /api/app/version/check endpoint for Flutter app
hailin pushed to main at hailin/mysora 2026-03-06 13:00:45 +00:00
34650cd09a docs: add API architecture and usage guide
hailin pushed to main at hailin/it0 2026-03-06 12:54:50 +00:00
95d678ad6b fix(web-admin): fix TypeScript cast error in normalize() for AppVersion
hailin pushed to main at hailin/it0 2026-03-06 12:51:33 +00:00
b63341a464 feat(web-admin): add App Version Management page for IT0 App
hailin pushed to main at hailin/mysora 2026-03-06 12:49:30 +00:00
1a8fc81549 fix: move limit_req_zone to http context (conf.d)
hailin pushed to main at hailin/mysora 2026-03-06 12:41:14 +00:00
c56ae7bb7a feat: add production inference API (FastAPI + Celery + Redis + NGINX)