codexuse-cli 2.4.17 → 2.4.19

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
@@ -14,6 +14,7 @@ codexuse profile current
14
14
  codexuse profile add <name> [--skip-login] [--device-auth] [--login=browser|device]
15
15
  codexuse profile refresh <name> [--skip-login] [--device-auth] [--login=browser|device]
16
16
  codexuse profile switch <name>
17
+ codexuse profile autoroll [--threshold=50-100] [--dry-run] [--watch] [--interval=seconds]
17
18
  codexuse profile delete <name>
18
19
  codexuse profile rename <old> <new>
19
20
 
@@ -34,3 +35,6 @@ Notes:
34
35
  - Use `--skip-login` if you already ran `codex login`.
35
36
  - First CLI run bootstraps storage migration automatically.
36
37
  - License state stored in desktop app `userData/app-state.json`.
38
+ - `profile autoroll` uses live rate-limit usage and switches when current usage is above threshold.
39
+ - `profile autoroll` defaults to saved desktop auto-roll switch threshold when available (else 95%).
40
+ - `profile autoroll --watch` keeps polling at `--interval` seconds (default `30`).