@christiandoxa/prodex 0.7.0 → 0.9.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 +4 -4
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -56,11 +56,11 @@ Check your installed version:
56
56
  prodex --version
57
57
  ```
58
58
 
59
- The current local version in this repo is `0.7.0`:
59
+ The current local version in this repo is `0.9.0`:
60
60
 
61
61
  ```bash
62
- npm install -g @christiandoxa/prodex@0.7.0
63
- cargo install prodex --force --version 0.7.0
62
+ npm install -g @christiandoxa/prodex@0.9.0
63
+ cargo install prodex --force --version 0.9.0
64
64
  ```
65
65
 
66
66
  Dependency status in this repo:
@@ -229,7 +229,7 @@ tail -n 200 "$(cat /tmp/prodex-runtime-latest.path)"
229
229
 
230
230
  That pointer path lives in `/tmp` only when you keep the default runtime log directory. If you override the runtime log directory through policy or environment, use `prodex doctor --runtime --json` to read the active `log_path` and live broker metrics.
231
231
 
232
- Use `prodex cleanup` to remove stale local runtime logs, temporary login homes, dead broker leases and registries, plus old orphaned managed profile homes that are no longer tracked in state.
232
+ Use `prodex cleanup` to remove stale local runtime logs, temporary login homes, dead broker leases and registries, transient runtime cache files in `.prodex`, stale root temp files left by interrupted atomic writes, collapse duplicate profiles that resolve to the same account email into one surviving profile, plus old orphaned managed profile homes that are no longer tracked in state.
233
233
 
234
234
  ## Advanced Runtime Configuration
235
235
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@christiandoxa/prodex",
3
- "version": "0.7.0",
3
+ "version": "0.9.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.7.0",
20
- "@christiandoxa/prodex-linux-arm64": "0.7.0",
21
- "@christiandoxa/prodex-darwin-x64": "0.7.0",
22
- "@christiandoxa/prodex-darwin-arm64": "0.7.0",
23
- "@christiandoxa/prodex-win32-x64": "0.7.0",
24
- "@christiandoxa/prodex-win32-arm64": "0.7.0"
19
+ "@christiandoxa/prodex-linux-x64": "0.9.0",
20
+ "@christiandoxa/prodex-linux-arm64": "0.9.0",
21
+ "@christiandoxa/prodex-darwin-x64": "0.9.0",
22
+ "@christiandoxa/prodex-darwin-arm64": "0.9.0",
23
+ "@christiandoxa/prodex-win32-x64": "0.9.0",
24
+ "@christiandoxa/prodex-win32-arm64": "0.9.0"
25
25
  },
26
26
  "engines": {
27
27
  "node": ">=18"