@victor-software-house/pi-multicodex 2.0.0 → 2.0.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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @victor-software-house/pi-multicodex
2
2
 
3
- ![MultiCodex](./assets/multicodex.png)
3
+ ![MultiCodex main panel](./assets/screenshots/multicodex-main.png)
4
4
 
5
5
  `@victor-software-house/pi-multicodex` is a pi extension that rotates multiple ChatGPT Codex OAuth accounts for the `openai-codex-responses` API.
6
6
 
@@ -13,6 +13,14 @@
13
13
  - otherwise prefers the account whose weekly window resets first
14
14
  - keeps the implementation focused on Codex account rotation
15
15
 
16
+ ## Why teams pick it
17
+
18
+ - one operator command family instead of scattered commands (`/multicodex ...`)
19
+ - account operations are fast in-session (`/multicodex use` picker with `Backspace` remove + confirmation)
20
+ - non-UI operations are available for inspection and recovery (`show`, `verify`, `path`, `reset`, `help`)
21
+ - settings and account state use stable local paths under `~/.pi/agent/`
22
+ - release and quality checks are automated through CI and semantic-release
23
+
16
24
  ## Install
17
25
 
18
26
  ```bash
@@ -73,6 +81,18 @@ The extension now uses one command family:
73
81
 
74
82
  Dynamic autocomplete is available for subcommands and for `/multicodex use <identifier>`.
75
83
 
84
+ ## Screenshots
85
+
86
+ All screenshots below are synthetic renders from sanitized control-sequence layouts. They reflect the current command family and footer coloring without exposing real credentials.
87
+
88
+ ### `/multicodex use` account picker
89
+
90
+ ![MultiCodex use picker](./assets/screenshots/multicodex-use-picker.png)
91
+
92
+ ### Remove account confirmation
93
+
94
+ ![MultiCodex remove account confirmation](./assets/screenshots/multicodex-remove-confirm.png)
95
+
76
96
  ## Architecture overview
77
97
 
78
98
  The implementation is currently organized around these modules:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@victor-software-house/pi-multicodex",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Codex account rotation extension for pi",
5
5
  "license": "MIT",
6
6
  "type": "module",