@oh-my-pi/pi-ai
Fixed
- Fixed pre-5.4 OpenAI Codex models (
gpt-5.1-codex,gpt-5.3-codex,gpt-5.3-codex-spark) rejecting requests withUnsupported parameter: 'reasoning.summary' is not supported with this modelby gatingreasoning.summarybehind the same gpt-5.4 wire floor asreasoning.context: "all_turns".
@oh-my-pi/pi-catalog
Added
- Added support for human-readable reasoning summaries on compatible OpenAI Codex models (v5.4+)
Fixed
- Fixed discovered OpenAI Codex models to advertise V2 streaming remote compaction, avoiding the legacy compact endpoint timeout path for Codex sessions. (#4146)
@oh-my-pi/pi-coding-agent
Fixed
- Fixed
models.ymlremote compaction schema support for V2 streaming endpoint fields. (#4146) - Fixed the SSH tool to reject
cwdvalues of~and~/...before sending guaranteed-bad quoted tilde paths to remote POSIX shells. (#4002)
@oh-my-pi/pi-tui
Fixed
- Fixed fuzzy-search filtering for CJK and other non-ASCII queries by preserving Unicode letters and numbers during query normalization (#4114).
What's Changed
- fix(tool): reject ssh tilde cwd by @roboomp in #4003
- fix(tui): preserve unicode fuzzy search terms by @roboomp in #4119
- fix(catalog): enable codex v2 remote compaction by @roboomp in #4147
Full Changelog: v16.2.12...v16.2.13