github can1357/oh-my-pi v16.4.4

3 hours ago

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

Changed

  • Optimized session title generation and auto-thinking classification for sub-billion-parameter tiny models (such as LFM2) by rewriting system prompts, improving input truncation to preserve message context, and unifying preprocessing to filter out noise like ANSI codes, XML tags, and long commit hashes.

Fixed

  • Fixed an issue where the Windows binary exited silently without running the CLI, which also caused omp update to roll back.
  • Fixed native Windows binary compatibility on older Windows 10 CPUs by building the omp-windows-x64.exe release asset with a baseline x64 runtime instead of AVX2. (#5172)
  • Fixed GenerateImage rejecting OpenAI Codex-compatible proxy bearer keys when the token does not expose a chatgpt-account-id. (#5174)
  • Fixed context promotion documentation to accurately reflect the contextPromotionTarget runtime behavior and contextPromotion.enabled default. (#5163)

@oh-my-pi/pi-natives

Fixed

  • Fixed fuzzyFind tie-breaking logic to prefer shallower paths first, preventing deeply nested matches from ranking above shallow ones on score ties.
  • Fixed macOS installation issues for pi-natives by statically linking PCRE2, removing the runtime dependency on Homebrew's dynamic libpcre2-8.0.dylib library.

What's Changed

  • docs(coding-agent): correct context promotion target docs by @roboomp in #5165
  • fix(setup): use baseline Windows binary target by @roboomp in #5173
  • fix(tools): allow opaque Codex image keys by @roboomp in #5176

Full Changelog: v16.4.3...v16.4.4

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

NewReleases is sending notifications on new releases.