@victor-software-house/pi-multicodex 2.0.6 → 2.0.7
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 +4 -4
- package/package.json +2 -2
- package/assets/multicodex.png +0 -0
- /package/assets/{screenshots/multicodex-footer-settings.png → multicodex-footer-settings.png} +0 -0
- /package/assets/{screenshots/multicodex-main.png → multicodex-main.png} +0 -0
- /package/assets/{screenshots/multicodex-remove-confirm.png → multicodex-remove-confirm.png} +0 -0
- /package/assets/{screenshots/multicodex-use-picker.png → multicodex-use-picker.png} +0 -0
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @victor-software-house/pi-multicodex
|
|
2
2
|
|
|
3
|
-

|
|
4
4
|
|
|
5
5
|
MultiCodex is a [pi](https://github.com/badlogic/pi-mono) extension that manages multiple ChatGPT Codex accounts and rotates between them automatically when you hit quota limits.
|
|
6
6
|
|
|
@@ -54,14 +54,14 @@ Commands that do not need a UI panel (`show`, `verify`, `path`, `reset`, `help`)
|
|
|
54
54
|
|
|
55
55
|
The `/multicodex use` picker lets you select, add, and remove accounts in one place.
|
|
56
56
|
|
|
57
|
-

|
|
58
58
|
|
|
59
59
|
- **Enter** activates the highlighted account.
|
|
60
60
|
- **Backspace** removes it (after confirmation).
|
|
61
61
|
|
|
62
62
|
When you remove an active account, MultiCodex switches to the next available one automatically.
|
|
63
63
|
|
|
64
|
-

|
|
65
65
|
|
|
66
66
|
## Usage footer
|
|
67
67
|
|
|
@@ -69,7 +69,7 @@ MultiCodex adds a live footer to your session showing the active account, 5-hour
|
|
|
69
69
|
|
|
70
70
|
You can customize which fields appear and their ordering with `/multicodex footer`.
|
|
71
71
|
|
|
72
|
-

|
|
73
73
|
|
|
74
74
|
## What it does under the hood
|
|
75
75
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@victor-software-house/pi-multicodex",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.7",
|
|
4
4
|
"description": "Codex account rotation extension for pi",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"extensions": [
|
|
19
19
|
"./index.ts"
|
|
20
20
|
],
|
|
21
|
-
"image": "https://raw.githubusercontent.com/victor-software-house/pi-multicodex/main/assets/multicodex.png"
|
|
21
|
+
"image": "https://raw.githubusercontent.com/victor-software-house/pi-multicodex/main/assets/multicodex-main.png"
|
|
22
22
|
},
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
package/assets/multicodex.png
DELETED
|
Binary file
|
/package/assets/{screenshots/multicodex-footer-settings.png → multicodex-footer-settings.png}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|