chore(deps): update dependency can1357/oh-my-pi to v18.2.4 #184
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/can1357-oh-my-pi-18.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
18.2.3→18.2.4Release Notes
can1357/oh-my-pi (can1357/oh-my-pi)
v18.2.4Compare Source
@oh-my-pi/pi-ai
Added
judgmentmodule for typed questions over JSON state, including choice, yes/no, and score judgments through theJudgeinterface.TypeSafeJudgesupport with TypeSafe System One authentication, credential rotation on unauthorized responses, and retry-aware backoff.TextJudgeandchatTextBackendfor model-based judgments, with structured state rendering and safeguards that prevent embedded requests from being executed.TextJudgewhen models return malformed output.guardStateoption toTextBackendto control whether safety guidance is included in prompts.@oh-my-pi/pi-catalog
Added
typesafeauthentication for TypeSafe System One judgments via theTYPESAFE_API_KEYconfiguration and API-key validation against the TypeSafe models endpoint.@oh-my-pi/pi-coding-agent
Added
composer.tokenRate, showing smoothed tokens-per-second output in the working row and keeping the rate visible between turns./login typesafeorTYPESAFE_API_KEY. TypeSafe can power thinking-level detection, unexpected-stop detection, and AI-assisted git staging with calibrated judgment probabilities; configureproviders.judgmentProviderasauto,typesafe, orllmto select the judgment backend.judge(state, questions)evaluation helper for Python and JavaScript cell code, supporting typed choice, boolean, and score judgments. It returns a handle whose.wait()method provides answers and probabilities, using TypeSafe when configured and available or a fallback chat model otherwise.Changed
@oh-my-pi/pi-tui
Fixed
Full Changelog: https://github.com/can1357/oh-my-pi/compare/v18.2.3...v18.2.4
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.