@spences10/pi-footer 0.0.3 → 0.0.4

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 +3 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -5,7 +5,9 @@
5
5
  [![npm version](https://img.shields.io/npm/v/@spences10/pi-footer?color=CB3837&logo=npm&logoColor=white)](https://www.npmjs.com/package/@spences10/pi-footer)
6
6
  [![license](https://img.shields.io/npm/l/@spences10/pi-footer)](https://www.npmjs.com/package/@spences10/pi-footer)
7
7
 
8
- Configurable Pi footer/statusline extension.
8
+ See the session state that matters without leaving Pi. `pi-footer`
9
+ adds a configurable statusline for model, project, Git, token, and
10
+ runtime signals so long agent sessions stay easy to orient and trust.
9
11
 
10
12
  It owns `ctx.ui.setFooter(...)` and renders core Pi session data plus
11
13
  extension statuses published by other extensions with
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spences10/pi-footer",
3
- "version": "0.0.3",
4
- "description": "Configurable footer/statusline extension for Pi",
3
+ "version": "0.0.4",
4
+ "description": "Configurable Pi footer/statusline that keeps model, project, Git, token, and runtime state visible",
5
5
  "keywords": [
6
6
  "footer",
7
7
  "pi",
@@ -34,7 +34,7 @@
34
34
  "access": "public"
35
35
  },
36
36
  "dependencies": {
37
- "@spences10/pi-tui-modal": "0.0.17"
37
+ "@spences10/pi-tui-modal": "0.0.18"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@earendil-works/pi-ai": "^0.74.1",