Bug Fixes
OAuth Modal in English (#314)
The Google OAuth connection modal showed Portuguese text regardless of the dashboard language setting. Two hardcoded PT-BR strings are now in English for all users:
- Remote-access info banner ("Remote access + Google OAuth: ...")
- The
redirect_uri_mismatcherror message
Fixed in PR #325. Thanks @Aren1010 for the screenshot report! 🙏
TypeScript Fixes
usage.ts— Kimi usage parser:dataObj.five_hour,seven_day, anduserwere typed asunknown. Wrapped withtoRecord()— fixes 6 compiler errors.instrumentation.ts—getSettings()isasync; addedawaitto fix 4 TS errors when accessingsettings.modelAliases(#316 follow-up).