@christiandoxa/prodex 0.31.0 → 0.32.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -78,8 +78,8 @@ Cargo installs still use the `codex` binary from your `PATH`. Keep that binary u
78
78
  If you want a pinned version:
79
79
 
80
80
  ```bash
81
- npm install -g @christiandoxa/prodex@0.31.0
82
- cargo install prodex --force --version 0.31.0
81
+ npm install -g @christiandoxa/prodex@0.32.0
82
+ cargo install prodex --force --version 0.32.0
83
83
  ```
84
84
 
85
85
  ## Quick start
@@ -147,7 +147,7 @@ A note on Copilot import:
147
147
 
148
148
  `prodex profile import copilot` does **not** move the Copilot token into Prodex-managed storage. The token stays where Copilot already keeps it. Prodex only records the provider identity and API endpoint in its own metadata.
149
149
 
150
- The imported profile shows up in the pool and export/import flows, but `prodex run`, `prodex login`, `prodex logout`, and `prodex quota` still only work with OpenAI/Codex profiles right now.
150
+ The imported profile shows up in the pool and export/import flows. `prodex run`, `prodex login`, and `prodex logout` still target OpenAI/Codex profiles only, while `prodex quota` can also inspect Copilot provider quota data through the Copilot CLI account API.
151
151
 
152
152
  ### Codex
153
153
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@christiandoxa/prodex",
3
- "version": "0.31.0",
3
+ "version": "0.32.0",
4
4
  "description": "Safe multi-account auto-rotate for Codex CLI with isolated CODEX_HOME profiles",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -16,12 +16,12 @@
16
16
  "@openai/codex": "latest"
17
17
  },
18
18
  "optionalDependencies": {
19
- "@christiandoxa/prodex-linux-x64": "0.31.0",
20
- "@christiandoxa/prodex-linux-arm64": "0.31.0",
21
- "@christiandoxa/prodex-darwin-x64": "0.31.0",
22
- "@christiandoxa/prodex-darwin-arm64": "0.31.0",
23
- "@christiandoxa/prodex-win32-x64": "0.31.0",
24
- "@christiandoxa/prodex-win32-arm64": "0.31.0"
19
+ "@christiandoxa/prodex-linux-x64": "0.32.0",
20
+ "@christiandoxa/prodex-linux-arm64": "0.32.0",
21
+ "@christiandoxa/prodex-darwin-x64": "0.32.0",
22
+ "@christiandoxa/prodex-darwin-arm64": "0.32.0",
23
+ "@christiandoxa/prodex-win32-x64": "0.32.0",
24
+ "@christiandoxa/prodex-win32-arm64": "0.32.0"
25
25
  },
26
26
  "engines": {
27
27
  "node": ">=18"