Aliou Diallo

pi-neuralwatt releases

August 2026

pi-neuralwatt: v0.13.0

Minor Changes d58a55f: Derive reasoning levels from the endpoint's supported_efforts. thinkingLevelMap is now built by identity from each model's metadata.reasoning.supported_efforts (plus mandatory) via a single buildThinkingLevelMap helper, instead of hand-tuned per-family con…

pi-neuralwatt: v0.12.0

Minor Changes fbd1b1c: Adopt @aliou/pi-utils-settings 0.19.1 versioned migrations. Bumps the dependency and adds semver version strings to all config migrations, leaving their content-based shouldRun gates intact. Switches schema generation to pi-settings-schema. 32ba87a: Add an…

July 2026
June 2026

pi-neuralwatt: v0.7.0

Minor Changes 9384557: Handle Neuralwatt stream rate limits before the OpenAI SDK drops response headers. Show layer-specific 429 messages, keep Pi auto-retry detection working, and parse SSE quota comments for live quota updates. Patch Changes 57e5ac2: Sync model list with live…

May 2026

pi-neuralwatt: v0.5.0

Minor Changes 3c467b3: Remove live model sync from provider endpoint. Models are now purely hardcoded in src/extensions/provider/models.ts and validated against the Neuralwatt /v1/models API at test time. Removed: src/lib/fetch-models.ts (live model fetch + mapApiModel) src/util…

April 2026

pi-neuralwatt: v0.2.0

Minor Changes 6f4672e: Fetch live models from Neuralwatt API on session start. The extension registers with a hardcoded model cache immediately on startup, then fetches /v1/models on session start and re-registers the provider with live data (including pricing, capabilities, and…