@jameslovespancakes/pi-plus 1.0.4 → 1.0.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/CHANGELOG.md CHANGED
@@ -8,6 +8,21 @@ rolls into major at 10.
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
+ ## [1.0.5] - 2026-09-19
12
+
13
+ ### Changed
14
+
15
+ - The README shows each interface as text rather than a screenshot. The blocks
16
+ are generated from the real renderers with dummy data, so they cannot drift
17
+ from the code the way the screenshots had, and they stay readable in a
18
+ terminal, a diff and on npm.
19
+
20
+ ### Removed
21
+
22
+ - The five demo screenshots. Only the project mark remains, which takes the
23
+ published package from 489KB to 375KB.
24
+
25
+
11
26
  ## [1.0.4] - 2026-09-19
12
27
 
13
28
  ### Changed
@@ -95,7 +110,8 @@ First published release.
95
110
  truncated to `claude` and named neither the window nor the model. They now
96
111
  show the model family, for example `Fable`.
97
112
 
98
- [Unreleased]: https://github.com/jameslovespancakes/pi-plus/compare/v1.0.4...HEAD
113
+ [Unreleased]: https://github.com/jameslovespancakes/pi-plus/compare/v1.0.5...HEAD
114
+ [1.0.5]: https://github.com/jameslovespancakes/pi-plus/compare/v1.0.4...v1.0.5
99
115
  [1.0.4]: https://github.com/jameslovespancakes/pi-plus/compare/v1.0.3...v1.0.4
100
116
  [1.0.3]: https://github.com/jameslovespancakes/pi-plus/compare/v1.0.2...v1.0.3
101
117
  [1.0.2]: https://github.com/jameslovespancakes/pi-plus/compare/v1.0.1...v1.0.2
package/README.md CHANGED
@@ -26,7 +26,18 @@ pi install /path/to/pi-plus # local checkout
26
26
  Then run **`/pi-plus`**. It shows what is configured and what is not, and enter
27
27
  on any row starts that setup.
28
28
 
29
- <img src="images/pi-plus_demo.png" alt="The /pi-plus status modal listing each feature and its state" width="700">
29
+ ```
30
+ ──────────────────────────────────────────────────────────
31
+ pi-plus
32
+ › ● Subscriptions 2 accounts · optimal
33
+ ● Model Information catalogue cached
34
+ ● Providers 2 allowed · 4 need approval
35
+ ● Agent Board not configured
36
+ ● Remote Workers 1 worker
37
+
38
+ Enter to set up · Esc to close
39
+ ──────────────────────────────────────────────────────────
40
+ ```
30
41
 
31
42
  `/pi-plus help` asks the model to explain the pack and what you are missing.
32
43
  Nothing else is required, every feature configures itself from within pi.
@@ -48,7 +59,13 @@ confirmed exhaustion.
48
59
 
49
60
  Your live quota, always in the footer:
50
61
 
51
- <img src="images/usage_demo.png" alt="Claude subscription quota bars in the pi footer" width="680">
62
+ ```
63
+ Claude Σ2 · 2/2 ready · partial Codex · pro
64
+ 5h █████████████████░░░░░░░░░ 65% 1h 5h ███████████████████████░░░ 88% 57m
65
+ weekly ███████████████░░░░░░░░░░░ 58% 3d weekly ████████████████████████░░ 93% 6d
66
+ Fable ████████████░░░░░░░░░░░░░░ ~47% 3d
67
+ Work 72% · Personal 58%
68
+ ```
52
69
 
53
70
  With more than two accounts only the two most recently used are listed, so the
54
71
  footer stays a fixed height however many you pool.
@@ -79,7 +96,17 @@ Metered providers are gated **at the provider boundary**, not by prompt
79
96
  instructions, so it covers workflow subagents too. `/provider` shows every
80
97
  provider you have credentials for and toggles each one:
81
98
 
82
- <img src="images/provider_demo.png" alt="The /provider picker toggling provider approval" width="560">
99
+ ```
100
+ ──────────────────────────────────────────────────────────
101
+ Providers
102
+ › ● Anthropic Allowed
103
+ ● OpenAI Codex Allowed
104
+ ● OpenRouter Needs Approval
105
+ ● Google Needs Approval
106
+
107
+ Enter/Space to change · Esc to cancel
108
+ ──────────────────────────────────────────────────────────
109
+ ```
83
110
 
84
111
  ### Run tests on real hardware
85
112
 
@@ -87,7 +114,16 @@ provider you have credentials for and toggles each one:
87
114
  toggle which are eligible. No SSH config? It generates a dedicated key, shows
88
115
  the one line to run, and verifies.
89
116
 
90
- <img src="images/remote_demo.png" alt="The /remote picker toggling SSH workers" width="700">
117
+ ```
118
+ ──────────────────────────────────────────────────────────
119
+ Remote Workers
120
+ › ● build-box READY CPU 4% MEM 12% GPU 0% · 0 jobs
121
+ ● gpu-node READY CPU 9% MEM 31% GPU 0% · 0 jobs
122
+ ● old-laptop UNREACHABLE connection timed out
123
+
124
+ Enter/Space to toggle · Esc to cancel
125
+ ──────────────────────────────────────────────────────────
126
+ ```
91
127
 
92
128
  `remote_test` snapshots your working tree, admission-checks CPU/GPU/disk,
93
129
  reserves a slot, and **deletes the uploaded source the moment the run ends**,
@@ -99,7 +135,19 @@ still happens if your laptop sleeps.
99
135
  `agent_board` gives live presence, messaging, repo rooms and coordinator chains
100
136
  across every running pi agent. `/board` opens the messaging view:
101
137
 
102
- <img src="images/board_demo.png" alt="The /board messaging view" width="700">
138
+ ```
139
+ ╭────────────────────────────────────────────────────────╮
140
+ │ Messaging Board online · 3 chats │
141
+ │ 1 repo:pi-plus │ 2 reviewer │ 3 direct │
142
+ │ ────────────────────────────────────────────────────── │
143
+ │ reviewer rebased onto main, tests green at a1b2c3d │
144
+ │ builder picking up the parser, leaving lexer alone │
145
+ │ you ack, I will take the CLI surface │
146
+ │ ────────────────────────────────────────────────────── │
147
+ │ Message > _ │
148
+ │ enter send · tab next chat · esc close │
149
+ ╰────────────────────────────────────────────────────────╯
150
+ ```
103
151
 
104
152
  `/board setup` installs the server locally (pi starts it each session) or onto
105
153
  any Mac or Linux host over SSH, where launchd or systemd brings it back after a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jameslovespancakes/pi-plus",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "type": "module",
5
5
  "description": "Consolidated pi extensions: Claude subscription accounts and quota HUD, benchmark-driven model catalog and billing policy, live agent board, and capacity-gated remote test workers.",
6
6
  "license": "MIT",
Binary file
Binary file
Binary file
Binary file
Binary file