@lokiyou/pi-nano-footer 0.15.6 → 0.15.7
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/index.ts +1 -1
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -178,7 +178,7 @@ function renderThinkingN(level: string): string {
|
|
|
178
178
|
switch (level) {
|
|
179
179
|
case "high":
|
|
180
180
|
case "xhigh":
|
|
181
|
-
return
|
|
181
|
+
return rainbow(text);
|
|
182
182
|
case "medium":
|
|
183
183
|
return paint(C.thinkingMedium, text, true);
|
|
184
184
|
case "low":
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lokiyou/pi-nano-footer",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.7",
|
|
4
4
|
"description": "Lightweight powerline-style footer for Pi Coding Agent that shows model, thinking level, directory, MCP status, context usage, tokens, and cost while keeping the built-in Working indicator.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|