@oh-my-pi/pi-agent-core
Fixed
- Enabled reasoning encryption content for all Responses Lite compaction requests
@oh-my-pi/pi-ai
Changed
- Enforced
all_turnsreasoning context for all Responses Lite requests
@oh-my-pi/pi-catalog
Added
- Added GPT-5.6 Luna, Sol, and Terra models
- Added perplexity-academic-researcher model
Changed
- Updated context windows for multiple GPT-5.6 models
- Increased max tokens for several models
- Updated cache write costs for GPT-5.6 variants
- Reduced pricing for select models
Removed
- Removed the generated GPT-5.6 pro-reasoning aliases (
gpt-5.6-{luna,sol,terra}-pro) from theopenai-codexsubscription provider — pro reasoning is not offered on subscriptions; theopenaiAPI-key aliases remain
@oh-my-pi/pi-coding-agent
Changed
- Reduced agent bias against large diffs and refactors in advisor prompts
- Updated advisor blocker criteria to prioritize explicit user instructions over plan size
Fixed
- Fixed MCP OAuth dynamic client registration omitting discovered scopes on the RFC 7591 registration body. Providers such as Clerk bind DCR-created clients to only the scopes declared at registration, then reject the subsequent authorize request when it asks for
openid(fromscopes_supported). Registration now includesconfig.scopeswhen present, matching Claude Code and the scopes already sent on authorize.
@oh-my-pi/pi-tui
Added
- Added full 2-D layout support for display LaTeX math (fractions, matrices, radicals, limits), modeled on the layout approach of txm (Terminal TeX Math) by @thatmagicalcat
- Added support for
\left,\right, and\middlestretchy delimiters in display blocks - Added rendering for
cases,matrix,pmatrix,bmatrix, andvmatrixenvironments - Added support for block-level scripts and big-operator limits (e.g.,
\sum,\int\limits) - Added cross-box styling for
\color,\textcolor, and math font commands (e.g.,\mathbf)
Changed
- Improved row alignment and spacing for
align,gather, andarrayenvironments - Updated matrix environments to render as baseline-aligned grids with stretched brackets
What's Changed
- fix(mcp): included OAuth scopes in dynamic client registration by @any-victor in #5107
Full Changelog: v16.4.0...v16.4.1