codexuse-cli 2.4.3 → 2.4.5
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 +1 -0
- package/dist/index.js +825 -5
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -32,4 +32,5 @@ Notes:
|
|
|
32
32
|
- Use `--compact` for names only.
|
|
33
33
|
- On headless/SSH, login defaults to device auth. Override with `--login=browser`.
|
|
34
34
|
- Use `--skip-login` if you already ran `codex login`.
|
|
35
|
+
- First CLI run bootstraps storage migration automatically.
|
|
35
36
|
- License state stored in desktop app `userData/app-state.json`.
|