Aliou Diallo

pi-neuralwatt releases

September 2026

pi-neuralwatt: v0.16.0

Minor Changes e7b6b5d: Add a provider.api setting (/neuralwatt:settings → API, default openai-completions) that serves the catalog on Neuralwatt's Anthropic-compatible POST /v1/messages endpoint (vLLM-backed) — native tool use and thinking streams with the same model ids. Applie…

pi-neuralwatt: v0.15.4

Patch Changes 45373d6: Take flex model pricing from the API's already-discounted values instead of applying a local 0.65 multiplier at catalog build time. 48b331e: Sync the offline fallback model table with the live Neuralwatt API: remove GLM-5.2 and its variants (gone upstream)…

pi-neuralwatt: v0.15.3

Patch Changes 51f9dbf: fix: exclude embeddings model from catalog and harden resolveMaxTokens d15f9c8: Make the model-store cache scaffold-aware. A fresh entry persisted without a key only carries the public scope, so logged-in users never saw preview, grant-gated, or private mo…

August 2026

pi-neuralwatt: v0.15.0

Minor Changes b3caf85: Build the model catalog from the live /v1/models response instead of local visibility buckets. Model refresh now fetches anonymously when no API key is configured, builds the catalog with overrides for Flex pricing, Kimi K3 context, Qwen chat-template comp…

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…