New Features
- Added Waffo Pay support for account top-ups and payment workflows (#4089).
Bug Fixes
- Fixed a recharge card issue in the top-up flow that could break parts of the card interface (#4388).
Improvements
- Added support for Gemini's
IncludeServerSideToolInvocationssetting inToolConfig, improving compatibility with newer Gemini tool-calling behavior (#4311). - Improved Codex channel reliability and usability by refreshing credentials for auto-disabled channels, using streaming for automatic tests, and refining the usage modal (#4324).
What's Changed
- fix(gemini): add IncludeServerSideToolInvocations field to ToolConfig by @KoellM in #4311
- rafactor: payment by @seefs001 in #4089
- fix(topup): import missing Tag in recharge card by @gaoren002 in #4388
- chore: refine codex usage modal layout by @seefs001 in #4386
- fix: use stream for codex auto test by @seefs001 in #4325
- fix: refresh codex credentials for auto-disabled channels by @seefs001 in #4324
- fix: require proper verification for passkey changes by @seefs001 in #4393
New Contributors
- @KoellM made their first contribution in #4311
- @gaoren002 made their first contribution in #4388
Full Changelog: v0.12.14...v0.12.15