@victor-software-house/pi-multicodex 2.0.5 → 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 +5 -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
|
|
|
@@ -145,4 +145,5 @@ This project incorporated and extended that footer concept:
|
|
|
145
145
|
- **More settings.** Five configurable fields (usage mode, reset window, show account, show reset countdown, footer order) compared to two toggles.
|
|
146
146
|
- **Settings panel.** Interactive `SettingsList` modal with live preview instead of separate toggle commands.
|
|
147
147
|
- **Colored segments.** Footer renders usage percentages, separators, and account labels in distinct colors matched to the terminal theme.
|
|
148
|
+
- **Severity-based colors.** Usage percentages shift through four color tiers (green, amber, warning, error) as quota depletes — green above 50% remaining, amber at 50%, warning at 25%, red at 10% or below. The thresholds flip automatically when the display mode is set to "used" instead of "left."
|
|
148
149
|
- **Model-aware display.** Footer clears when switching to non-Codex models and debounces rapid model changes.
|
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
|