Skip to content

v16.3.11

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jul 16:10
b086c5d

@oh-my-pi/pi-ai

Fixed

  • Fixed openai-codex-responses fresh plan execution requests that contained only system/developer guidance by mirroring the final instruction as user input so Codex accepts the first turn. (#4714)
  • Fixed Codex WebSocket compact/resume delta diagnostics to record request shape and raw-vs-displayed usage buckets, so persistent server-reported uncached suffixes without orchestration_* fields are visible in debug stats. (#4707)

@oh-my-pi/pi-catalog

Added

  • Added Claude Haiku 4.5 (JP) model support
  • Added tencent/hy3 model support via ZenMux

Changed

  • Updated naming format for various synthetic models to include provider prefix
  • Adjusted context window limit for MiniMax-M3 model
  • Updated pricing for select models

@oh-my-pi/pi-coding-agent

Changed

  • Improved session title generation reliability by moving to marker-based parsing for all models

Fixed

  • Fixed session titles occasionally showing raw {"title": "..."} JSON. Online title generation now always uses the <title>...</title> marker prompt instead of a forced set_title tool call — hosts that ignored or rejected forced tool_choice echoed the prompt's JSON example verbatim as the title — and JSON-shaped responses (bare, code-fenced, marker-wrapped, or truncated) are unwrapped to the bare title.
  • Fixed Linux startup prompt construction to read the CPU model from /proc/cpuinfo instead of os.cpus(), avoiding per-core sysfs frequency probes on many-core hosts (#4712).
  • Fixed llama.cpp model discovery to honor per-model architecture.input_modalities from /v1/models, so router presets that advertise image input are no longer treated as text-only (#4719).

What's Changed

  • fix(tool): include ignored files for empty grep glob discovery by @roboomp in #4710
  • fix(ai): record Codex compact usage diagnostics by @roboomp in #4713
  • fix(cli): avoid os.cpus during startup prompt by @roboomp in #4717
  • fix(ai): mirror Codex instruction-only plan input by @roboomp in #4718
  • fix(coding-agent): detect llama.cpp per-model vision metadata by @roboomp in #4721

Full Changelog: v16.3.10...v16.3.11