@yusukeshib/pi-colored-model-status 0.1.0 → 0.1.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.
- package/README.md +2 -0
- package/assets/preview.png +0 -0
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -8,6 +8,8 @@ pi's footer with a background-colored badge. Everything else the default
|
|
|
8
8
|
footer shows (cwd, git branch, token stats, context %, and other extensions'
|
|
9
9
|
status line) is faithfully reproduced.
|
|
10
10
|
|
|
11
|
+

|
|
12
|
+
|
|
11
13
|
## Colors
|
|
12
14
|
|
|
13
15
|
Model families are matched by substring against the model id and painted with
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yusukeshib/pi-colored-model-status",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Color-code the active model in pi's footer so you can tell at a glance which model family (opus, sonnet, fable, gpt, gemini, …) is in use.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi-package",
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"files": [
|
|
27
27
|
"extensions/",
|
|
28
|
+
"assets/",
|
|
28
29
|
"README.md",
|
|
29
30
|
"LICENSE"
|
|
30
31
|
],
|
|
@@ -51,6 +52,7 @@
|
|
|
51
52
|
"pi": {
|
|
52
53
|
"extensions": [
|
|
53
54
|
"./extensions"
|
|
54
|
-
]
|
|
55
|
+
],
|
|
56
|
+
"image": "https://raw.githubusercontent.com/yusukeshib/pi-colored-model-status/main/assets/preview.png"
|
|
55
57
|
}
|
|
56
58
|
}
|