@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
|
-

|
|
3
|
+

|
|
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
|
+

|
|
91
|
+
|
|
92
|
+
### Remove account confirmation
|
|
93
|
+
|
|
94
|
+

|
|
95
|
+
|
|
76
96
|
## Architecture overview
|
|
77
97
|
|
|
78
98
|
The implementation is currently organized around these modules:
|
|
Binary file
|
|
Binary file
|
|
Binary file
|