@felan-ai/ext-powerline 0.6.0 → 0.6.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 +9 -9
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @felan-ai/ext-powerline
2
2
 
3
- Portable ANSI-aware TUI footer extension targeting Pi 0.84.3. The local Felan
3
+ Portable ANSI-aware TUI footer extension targeting Pi 0.84.4. The local Felan
4
4
  TUI enables it by default and binds a host that can display Codex or Claude
5
5
  subscription usage; the package itself is hostless by default.
6
6
 
@@ -12,7 +12,7 @@ The footer displays:
12
12
  - session token and cost totals (the local Felan TUI includes the root session
13
13
  and local subagent sessions; hostless consumers use the active session only)
14
14
  - active Codex or Claude subscription usage
15
- - estimated Felan savings for the configured recent-day period
15
+ - estimated API-equivalent Felan savings for the configured recent-day period
16
16
  - context-window usage
17
17
  - statuses published by other Pi extensions
18
18
 
@@ -43,13 +43,13 @@ configure `showProviderName`, `showReset`, `showPercentage`, and `maxWindows`.
43
43
  It refreshes at startup, after turns and model changes, and once per minute.
44
44
 
45
45
  The `savings` segment is enabled by default at the end of the first line and is
46
- right-aligned above the model. It reports estimated savings across all retained
47
- local Felan activity for seven inclusive UTC calendar days (today plus the six
48
- previous days), displayed as `Est. Savings(7d): $33.00`. Set `periodDays` on the
49
- segment to choose another period. A `~` before the amount means at least one
50
- measurement had unavailable pricing, so the USD total is incomplete. The local
51
- TUI supplies the host query; the portable package does not access storage
52
- itself.
46
+ right-aligned above the model. It reports estimated API-equivalent savings
47
+ across all retained local Felan activity for seven inclusive UTC calendar days
48
+ (today plus the six previous days), displayed as
49
+ `Est. Savings(7d): $33.00`. Set `periodDays` on the segment to choose another
50
+ period. A `~` before the amount means at least one measurement had unavailable
51
+ pricing, so the USD total is incomplete. The local TUI supplies the host query;
52
+ the portable package does not access storage itself.
53
53
 
54
54
  Scalar display settings are available through generated `felan --powerline-*`
55
55
  options and `/settings`; structured `lines` values are edited as JSON in
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felan-ai/ext-powerline",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Terminal powerline extension for Felan",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -25,13 +25,13 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@earendil-works/pi-tui": "0.84.3"
28
+ "@earendil-works/pi-tui": "0.84.4"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@felan-ai/agent-core": "^0.5.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@felan-ai/agent-core": "0.5.4"
34
+ "@felan-ai/agent-core": "0.5.6"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public",