@victor-software-house/pi-multicodex 2.1.1 → 2.1.2
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 -5
- package/commands.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -60,11 +60,11 @@ The `/multicodex accounts` panel merges the old `show` and `use` flows into one
|
|
|
60
60
|
|
|
61
61
|

|
|
62
62
|
|
|
63
|
-
- **
|
|
64
|
-
- **
|
|
65
|
-
- **
|
|
66
|
-
- **
|
|
67
|
-
- **
|
|
63
|
+
- **enter** activates the highlighted account.
|
|
64
|
+
- **u** refreshes token and usage health for the selected account.
|
|
65
|
+
- **r** re-authenticates the selected account.
|
|
66
|
+
- **n** starts login for a new managed account.
|
|
67
|
+
- **backspace** removes the selected account after confirmation.
|
|
68
68
|
|
|
69
69
|
Each row shows the account identifier, active/manual state, reauth state, quota state, linked imported auth state, and cached 5-hour and weekly usage windows.
|
|
70
70
|
|
package/commands.ts
CHANGED
|
@@ -354,7 +354,7 @@ async function openAccountManagementPanel(
|
|
|
354
354
|
new Text(
|
|
355
355
|
theme.fg(
|
|
356
356
|
"dim",
|
|
357
|
-
"
|
|
357
|
+
"enter: use u: refresh r: re-auth n: add backspace: remove esc: cancel",
|
|
358
358
|
),
|
|
359
359
|
1,
|
|
360
360
|
0,
|