pi-bifrost 0.1.2 → 0.1.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 (1) hide show
  1. package/package.json +15 -4
package/package.json CHANGED
@@ -1,14 +1,25 @@
1
1
  {
2
2
  "name": "pi-bifrost",
3
- "version": "0.1.2",
4
- "description": "query-aware model router for the pi",
3
+ "version": "0.1.3",
4
+ "description": "Query-aware model router for pi — inspects each prompt and switches to the best available model automatically.",
5
5
  "type": "module",
6
+ "license": "MIT",
7
+ "author": {
8
+ "name": "Aamir",
9
+ "url": "https://github.com/iamaamir"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/iamaamir/pi-bifrost"
14
+ },
6
15
  "keywords": [
7
16
  "pi-package",
8
17
  "pi-extension",
9
- "model-router"
18
+ "model-router",
19
+ "llm",
20
+ "ai",
21
+ "coding-agent"
10
22
  ],
11
- "license": "MIT",
12
23
  "pi": {
13
24
  "extensions": [
14
25
  "./index.ts"