github can1357/oh-my-pi v18.3.4

2 hours ago

@oh-my-pi/pi-ai

Fixed

  • Fixed Anthropic OAuth requests capping output at 64k tokens; they now request the model's full ceiling (128k on Opus 5.5), matching Claude Code and API-key requests

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

Breaking Changes

  • Replaced the task tool's complexity field with solutionSpace, a description of how open-ended the subtask is; auto thinking for spawned subagents now picks effort from it alone

Changed

  • auto thinking now picks effort for every turn by how open-ended the problem is, so large volumes of mechanical work no longer raise it

Fixed

  • Fixed agents looping for hours when every turn spends the whole output limit on reasoning: length-stop retries now tell the model its reasoning was discarded and to act in smaller steps, and a subagent whose length-stop recovery gives up now fails with that error instead of being re-prompted into the same loop
  • Fixed tagging a model with ^ mid-session dropping the provider prompt cache for every following turn: new m<N> pseudonyms now arrive as a hidden session notice instead of rewriting the task description, which only absorbs them at a base-prompt rebuild

@oh-my-pi/pi-natives

Fixed

  • Fixed the native addon keeping every bun test --isolate/--parallel test file's global object and module graph alive, which grew each test worker by ~15 MB per file until the run was OOM-killed.

Full Changelog: v18.3.3...v18.3.4

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

NewReleases is sending notifications on new releases.