Revamp status UI with rate limit reset times

This commit is contained in:
Ahmed Ibrahim
2025-09-24 12:53:09 -07:00
parent 7bff8df10e
commit ab5a129a7d
49 changed files with 1873 additions and 1513 deletions

View File

@@ -5,7 +5,5 @@ Run the following:
To build the 0.2.x or later version of the npm module, which runs the Rust version of the CLI, build it as follows:
```bash
./codex-cli/scripts/build_npm_package.py --release-version 0.6.0
./codex-cli/scripts/stage_rust_release.py --release-version 0.6.0
```
Note this will create `./codex-cli/vendor/` as a side-effect.