@oh-my-pi/pi-ai
Changed
- Switched Google OAuth callback hostname from
localhostto127.0.0.1to prevent IPv6 loopback fallback delays and proxy routing interception.
Fixed
- Fixed OpenCode Go usage reporting to synthesize
/usagelimits from OMP-observed request costs for the 5h, weekly, and monthly provider caps. (#2942) - Fixed MiniMax Anthropic-compatible requests to serialize adaptive thinking without an invalid Anthropic
output_config.efforttier (#2928).
@oh-my-pi/pi-catalog
Fixed
- Fixed MiniMax Anthropic-compatible M2/M3 thinking metadata to expose the adaptive transport and keep M2 mandatory reasoning floored (#2928).
@oh-my-pi/pi-coding-agent
Fixed
- Fixed
/modelin the TUI to open the model setup picker again, leaving/switchas the temporary session model switcher (#2933). - Fixed OpenCode Go sessions recording per-request cost history so
/usagecan show local cap utilization. (#2942)
@oh-my-pi/pi-natives
Added
- Added Fortran support to the AST tooling, including file/alias resolution.
What's Changed
- fix(coding-agent): restore /model role picker by @roboomp in #2938
- fix(ai/kimi): sanitize client device headers to avoid Cloudflare 520 errors by @usr-bin-roygbiv in #2939
- fix(coding-agent): bypass stream-interrupted guard for Gemini malformed function calls by @usr-bin-roygbiv in #2940
- fix(providers): add OpenCode Go usage reporting by @roboomp in #2947
- perf(auth): switch Google OAuth callback hostname to 127.0.0.1 for fast loopback by @cagedbird043 in #2932
- fix(providers): map MiniMax Anthropic thinking by @roboomp in #2934
- feat(coding-agent): add Fortran support by @TobiasLinnITHE in #2964
New Contributors
- @TobiasLinnITHE made their first contribution in #2964
Full Changelog: v16.0.6...v16.0.7