pi-bifrost 0.1.1 → 0.1.2

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,13 +5,13 @@ Automatic model routing for [pi](https://pi.dev). Reads your prompt, picks the r
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- pi install ./pi-bifrost
8
+ pi install npm:pi-bifrost
9
9
  ```
10
10
 
11
- Or test first:
11
+ Or from source:
12
12
 
13
13
  ```bash
14
- pi -e ./pi-bifrost/index.ts
14
+ pi install git:github.com/iamaamir/pi-bifrost
15
15
  ```
16
16
 
17
17
  ## Setup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-bifrost",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "query-aware model router for the pi",
5
5
  "type": "module",
6
6
  "keywords": [