@kdejaeger/pi-model-router 0.4.2 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,8 +23,8 @@ This extension (forked from [yeliu84/pi-model-router](https://github.com/yeliu84
23
23
 
24
24
  The pi-model-router registers itself as a **custom logical provider** (`router`) via `pi.registerProvider`. Each profile becomes a stable model (e.g., `router/cheap`). The model shown in your footer on the left stays fixed, while the underlying LLM changes per turn based on task complexity.
25
25
 
26
- ![Router footer](docs/footer.png)
27
- ![Router screenshot](docs/screenshot.png)
26
+ ![Router footer](https://raw.githubusercontent.com/kdejaeger/pi-model-router/main/docs/footer.png)
27
+ ![Router screenshot](https://raw.githubusercontent.com/kdejaeger/pi-model-router/main/docs/screenshot.png)
28
28
 
29
29
  For the full decision pipeline, see [How Routing Works](#how-routing-works).
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kdejaeger/pi-model-router",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "type": "module",
5
5
  "description": "Intelligent per-turn model router extension for the pi coding agent",
6
6
  "keywords": [