@lokiyou/pi-nano-footer 0.15.4 → 0.15.5
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
|
@@ -14,7 +14,7 @@ const icons = {
|
|
|
14
14
|
model: "\uec19", // nf-md-chip
|
|
15
15
|
mcp: "\u{f048d}", // nf-md-server-network
|
|
16
16
|
folder: "\uf115", // nf-fa-folder_open
|
|
17
|
-
thinking: "\
|
|
17
|
+
thinking: "\uf0eb", // nf-fa-lightbulb
|
|
18
18
|
context: "\ue70f", // nf-dev-database
|
|
19
19
|
cache: "\uf1c0", // nf-fa-database
|
|
20
20
|
input: "\uf090", // nf-fa-sign_in
|
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.5",
|
|
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": [
|