@christiandoxa/prodex 0.106.0 → 0.107.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 +6 -4
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -244,12 +244,14 @@ token-savior is used by `prodex tokensavior` and by Super mode when the `token-s
244
244
  Recommended isolated install:
245
245
 
246
246
  ```bash
247
- git clone https://github.com/Mibayy/token-savior ~/.local/share/token-savior
248
- python3 -m venv ~/.local/token-savior-venv
249
- ~/.local/token-savior-venv/bin/pip install -e "$HOME/.local/share/token-savior[mcp]"
250
- ln -sf ~/.local/token-savior-venv/bin/token-savior ~/.local/bin/token-savior
247
+ git clone https://github.com/Mibayy/token-savior ~/.local/share/prodex-optimizers/token-savior
248
+ python3.12 -m venv ~/.local/share/prodex-optimizers/token-savior/.venv
249
+ ~/.local/share/prodex-optimizers/token-savior/.venv/bin/pip install -e "$HOME/.local/share/prodex-optimizers/token-savior[mcp]"
250
+ ln -sf ~/.local/share/prodex-optimizers/token-savior/.venv/bin/token-savior ~/.local/bin/token-savior
251
251
  ```
252
252
 
253
+ Use a stable Python interpreter supported by token-savior dependencies, such as Python 3.11, 3.12, or 3.13. Avoid pointing this MCP server at experimental Python releases unless its native dependencies already support them.
254
+
253
255
  Make sure `~/.local/bin` is on `PATH`:
254
256
 
255
257
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@christiandoxa/prodex",
3
- "version": "0.106.0",
3
+ "version": "0.107.0",
4
4
  "description": "Safe multi-account auto-rotate for Codex CLI with isolated CODEX_HOME profiles",
5
5
  "license": "Apache-2.0",
6
6
  "bin": {
@@ -16,12 +16,12 @@
16
16
  "@openai/codex": "latest"
17
17
  },
18
18
  "optionalDependencies": {
19
- "@christiandoxa/prodex-linux-x64": "0.106.0",
20
- "@christiandoxa/prodex-linux-arm64": "0.106.0",
21
- "@christiandoxa/prodex-darwin-x64": "0.106.0",
22
- "@christiandoxa/prodex-darwin-arm64": "0.106.0",
23
- "@christiandoxa/prodex-win32-x64": "0.106.0",
24
- "@christiandoxa/prodex-win32-arm64": "0.106.0"
19
+ "@christiandoxa/prodex-linux-x64": "0.107.0",
20
+ "@christiandoxa/prodex-linux-arm64": "0.107.0",
21
+ "@christiandoxa/prodex-darwin-x64": "0.107.0",
22
+ "@christiandoxa/prodex-darwin-arm64": "0.107.0",
23
+ "@christiandoxa/prodex-win32-x64": "0.107.0",
24
+ "@christiandoxa/prodex-win32-arm64": "0.107.0"
25
25
  },
26
26
  "engines": {
27
27
  "node": ">=18"