@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @victor-software-house/pi-multicodex
2
2
 
3
- ![MultiCodex main panel](./assets/screenshots/multicodex-main.png)
3
+ ![MultiCodex main panel](./assets/multicodex-main.png)
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
- ![MultiCodex use picker](./assets/screenshots/multicodex-use-picker.png)
57
+ ![MultiCodex use picker](./assets/multicodex-use-picker.png)
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
- ![MultiCodex remove account confirmation](./assets/screenshots/multicodex-remove-confirm.png)
64
+ ![MultiCodex remove account confirmation](./assets/multicodex-remove-confirm.png)
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
- ![MultiCodex footer settings](./assets/screenshots/multicodex-footer-settings.png)
72
+ ![MultiCodex footer settings](./assets/multicodex-footer-settings.png)
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.6",
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",
Binary file