@henryqw/pi-task-models 4.0.0 → 4.0.1

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 -0
  2. package/package.json +6 -5
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Choose shared `fast`, `balanced`, `frontier`, and `fav` model profiles for consumer-owned Model Tasks.
4
4
 
5
+ ![Pi showing task model profiles and task routes](./example.png)
6
+
5
7
  ## Why
6
8
 
7
9
  - **Created for**: Remove duplicated model pickers and catalogs that extensions once owned separately.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-task-models",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Shared task model profiles and routing for HenryQW Pi extensions.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -40,11 +40,11 @@
40
40
  },
41
41
  "repository": {
42
42
  "type": "git",
43
- "url": "git+https://github.com/HenryQW/pi-packages.git",
44
- "directory": "packages/pi-task-models"
43
+ "url": "git+https://github.com/HenryQW/pi-harness.git",
44
+ "directory": "extensions/pi-task-models"
45
45
  },
46
46
  "bugs": {
47
- "url": "https://github.com/HenryQW/pi-packages/issues"
47
+ "url": "https://github.com/HenryQW/pi-harness/issues"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public"
@@ -52,7 +52,8 @@
52
52
  "pi": {
53
53
  "extensions": [
54
54
  "./extensions/task-models.ts"
55
- ]
55
+ ],
56
+ "image": "https://raw.githubusercontent.com/HenryQW/pi-harness/main/extensions/pi-task-models/example.png"
56
57
  },
57
58
  "dependencies": {
58
59
  "@henryqw/pi-config-store": "^0.1.0"