mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
* feat(pi): add 'max' thinking level support Pi recently introduced a new 'max' thinking level beyond 'xhigh'. This adds it to the type union, the UI options array, and the runtime type guard so Paseo users can select it. Changes: - rpc-types.ts: add 'max' to PiThinkingLevel union - agent.ts: add max entry to PI_THINKING_OPTIONS - agent.ts: add 'max' to isPiThinkingLevel guard * fix(pi): clarify xhigh description after adding max level xhigh's 'Maximum reasoning' is now misleading since max is the true maximum. Changed to 'Very deep reasoning' per review feedback.