@openai/codex 0.9.0 → 0.11.0
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 +6 -0
- package/bin/codex-aarch64-apple-darwin +0 -0
- package/bin/codex-aarch64-unknown-linux-musl +0 -0
- package/bin/codex-linux-sandbox-arm64 +0 -0
- package/bin/codex-linux-sandbox-x64 +0 -0
- package/bin/codex-x86_64-apple-darwin +0 -0
- package/bin/codex-x86_64-unknown-linux-musl +0 -0
- package/bin/codex.js +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -95,6 +95,12 @@ codex login
|
|
|
95
95
|
|
|
96
96
|
If you complete the process successfully, you should have a `~/.codex/auth.json` file that contains the credentials that Codex will use.
|
|
97
97
|
|
|
98
|
+
To verify whether you are currently logged in, run:
|
|
99
|
+
|
|
100
|
+
```
|
|
101
|
+
codex login status
|
|
102
|
+
```
|
|
103
|
+
|
|
98
104
|
If you encounter problems with the login flow, please comment on <https://github.com/openai/codex/issues/1243>.
|
|
99
105
|
|
|
100
106
|
<details>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/bin/codex.js
CHANGED