Releases: BevalZ/pi-provider
Releases · BevalZ/pi-provider
Release list
v1.1.0 — structured error detection
Highlights
- Structured error detection: self-check now prefers OpenAI-style
error.param/error.code/error.typeover plain-text matching, with regex as fallback. Fewer false positives on rate-limit / model-not-found responses across gateways. probeOpenAiChatparses the error body once intoChatProbeOutcome.error.- New
sync-sharedscript: keeps vendored_shared/*aligned with the local Pi install (npm run sync-shared/npm run check-shared). - New
detect-testsmoke tests: 19 cases covering the capability detectors, including the tricky non-capability errors (npm test).
Install:
pi install git:github.com/BevalZ/pi-provider
v1.0.0 — provider manager with adaptive self-check
Highlights
- Interactive
/providermanagement for Pimodels.json - Adaptive self-check on add, edit save, and
/provider check - OpenAI-family probes: max-tokens field, store, stream usage, developer role, reasoning
- Unsupported features auto-disabled so written config matches the gateway
Install
pi install git:github.com/BevalZ/pi-providerThen /reload or restart Pi.
Commands
/provider add | edit | check | copy | remove | test | status | archive | archived | activate
MIT · recognized by LINUX DO