@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
tasktool'scomplexityfield withsolutionSpace, a description of how open-ended the subtask is;autothinking for spawned subagents now picks effort from it alone
Changed
autothinking 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: newm<N>pseudonyms now arrive as a hidden session notice instead of rewriting thetaskdescription, which only absorbs them at a base-prompt rebuild
@oh-my-pi/pi-natives
Fixed
- Fixed the native addon keeping every
bun test --isolate/--paralleltest 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