@aaroncarry/pi-usage 0.2.1 → 0.2.2
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 +3 -3
- package/README.zh-CN.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -53,7 +53,7 @@ Keyboard: `v` cycle views · `←→` period (7d / 30d / 90d / all) · `m` token
|
|
|
53
53
|
● Total ● gpt-5.6-luna ● gpt-5.6-terra ● deepseek-flash
|
|
54
54
|
Models · 30d
|
|
55
55
|
gpt-5.6-luna (openai-codex) █████████████████░░░ 52% 34k
|
|
56
|
-
gpt-5.6-terra (
|
|
56
|
+
gpt-5.6-terra (relay) █████░░░░░░░░░░░░░░░ 24% 16k
|
|
57
57
|
deepseek-flash ██░░░░░░░░░░░░░░░░░░ 7% 4.5k
|
|
58
58
|
m metric · ←→ period · v view · g group · esc close
|
|
59
59
|
```
|
|
@@ -81,7 +81,7 @@ Keyboard: `v` cycle views · `←→` period (7d / 30d / 90d / all) · `m` token
|
|
|
81
81
|
gpt-5.6-terra 1 2 $0.02 10k 10k 53 9.7k
|
|
82
82
|
gpt-5.6-luna 1 14 $0.01 34k 29k 5.2k 140k
|
|
83
83
|
▸ deepseek 1 8 $0.003 4.5k 3.2k 1.2k 16k
|
|
84
|
-
▸
|
|
84
|
+
▸ relay 1 4 - 17k 16k 1.1k 12k
|
|
85
85
|
─────────────────────────────────────────────────────────────────────
|
|
86
86
|
Total 4 28 $0.04 66k 58k 7.6k 177k
|
|
87
87
|
Tokens = Input + Output + CacheWrite · ↑In = Input + CacheWrite
|
|
@@ -189,7 +189,7 @@ Optional config file `<agentDir>/usage.json`:
|
|
|
189
189
|
"providers": {
|
|
190
190
|
"zai": { "region": "cn", "label": "GLM" },
|
|
191
191
|
"deepseek": { "enabled": false },
|
|
192
|
-
"
|
|
192
|
+
"my-relay": {
|
|
193
193
|
"label": "LingSuan",
|
|
194
194
|
"custom": {
|
|
195
195
|
"url": "https://relay.example/api/status",
|
package/README.zh-CN.md
CHANGED
|
@@ -55,7 +55,7 @@ Codex 5h 13% used · weekly 2% used · session 10.0k tok $0.020 · 7d ▁▁▁
|
|
|
55
55
|
● Total ● gpt-5.6-luna ● gpt-5.6-terra ● deepseek-flash
|
|
56
56
|
Models · 30d
|
|
57
57
|
gpt-5.6-luna (openai-codex) █████████████████░░░ 52% 34k
|
|
58
|
-
gpt-5.6-terra (
|
|
58
|
+
gpt-5.6-terra (relay) █████░░░░░░░░░░░░░░░ 24% 16k
|
|
59
59
|
deepseek-flash ██░░░░░░░░░░░░░░░░░░ 7% 4.5k
|
|
60
60
|
m metric · ←→ period · v view · g group · esc close
|
|
61
61
|
```
|
|
@@ -83,7 +83,7 @@ Codex 5h 13% used · weekly 2% used · session 10.0k tok $0.020 · 7d ▁▁▁
|
|
|
83
83
|
gpt-5.6-terra 1 2 $0.02 10k 10k 53 9.7k
|
|
84
84
|
gpt-5.6-luna 1 14 $0.01 34k 29k 5.2k 140k
|
|
85
85
|
▸ deepseek 1 8 $0.003 4.5k 3.2k 1.2k 16k
|
|
86
|
-
▸
|
|
86
|
+
▸ relay 1 4 - 17k 16k 1.1k 12k
|
|
87
87
|
─────────────────────────────────────────────────────────────────────
|
|
88
88
|
Total 4 28 $0.04 66k 58k 7.6k 177k
|
|
89
89
|
Tokens = Input + Output + CacheWrite · ↑In = Input + CacheWrite
|
|
@@ -189,7 +189,7 @@ pi install npm:@aaroncarry/pi-usage
|
|
|
189
189
|
"providers": {
|
|
190
190
|
"zai": { "region": "cn", "label": "GLM" },
|
|
191
191
|
"deepseek": { "enabled": false },
|
|
192
|
-
"
|
|
192
|
+
"my-relay": {
|
|
193
193
|
"label": "LingSuan",
|
|
194
194
|
"custom": {
|
|
195
195
|
"url": "https://relay.example/api/status",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aaroncarry/pi-usage",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Usage and balance viewer for pi: subscription quota windows, prepaid balances, and session consumption in a footer status line and a /usage card",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|