github can1357/oh-my-pi v16.4.1

latest release: v16.4.2
4 hours ago

@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_turns reasoning 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 the openai-codex subscription provider — pro reasoning is not offered on subscriptions; the openai API-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 (from scopes_supported). Registration now includes config.scopes when 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 \middle stretchy delimiters in display blocks
  • Added rendering for cases, matrix, pmatrix, bmatrix, and vmatrix environments
  • 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, and array environments
  • 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

Don't miss a new oh-my-pi release

NewReleases is sending notifications on new releases.