@christiandoxa/prodex 0.106.0 → 0.108.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 +13 -4
- 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
|
|
249
|
-
~/.local/token-savior
|
|
250
|
-
ln -sf ~/.local/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
|
|
@@ -757,8 +759,11 @@ See [LOCAL.md](./LOCAL.md) for self-hosted model setup and testing.
|
|
|
757
759
|
|
|
758
760
|
```bash
|
|
759
761
|
prodex info
|
|
762
|
+
prodex doctor --install
|
|
760
763
|
prodex doctor --runtime
|
|
761
764
|
prodex doctor --bundle ./prodex-doctor.json --redacted
|
|
765
|
+
prodex setup --dry-run
|
|
766
|
+
prodex capability list
|
|
762
767
|
prodex context audit
|
|
763
768
|
prodex context compress ~/.codex/AGENTS.md --dry-run
|
|
764
769
|
git diff | prodex context compact-output --kind git-diff
|
|
@@ -767,8 +772,11 @@ git diff | prodex context compact-output --kind git-diff
|
|
|
767
772
|
| Command | Description |
|
|
768
773
|
|---|---|
|
|
769
774
|
| `prodex info` | Shows effective runtime tuning values after environment, policy, and default resolution. |
|
|
775
|
+
| `prodex doctor --install` | Adds install and embedded asset checks to doctor output. |
|
|
770
776
|
| `prodex doctor --runtime` | Runs runtime diagnostics. |
|
|
771
777
|
| `prodex doctor --bundle PATH --redacted` | Writes a shareable JSON diagnostic bundle without stored auth tokens or headers. |
|
|
778
|
+
| `prodex setup --dry-run` | Shows setup reconciliation actions without changing files. |
|
|
779
|
+
| `prodex capability list` | Lists built-in and optional Prodex capabilities with availability status. |
|
|
772
780
|
| `prodex context audit` | Reports approximate token weight for shared instruction and memory files. |
|
|
773
781
|
| `prodex context compress` | Compresses Markdown/text context files and writes an `.original.md` backup. |
|
|
774
782
|
| `prodex context compact-output` | Compacts copied command output such as `git status`, `git diff`, `rg`, `grep`, `find`, `tree`, or long logs. |
|
|
@@ -855,6 +863,7 @@ Contributor testing guidance lives in [docs/testing.md](./docs/testing.md), incl
|
|
|
855
863
|
|
|
856
864
|
- [QUICKSTART.md](./QUICKSTART.md) — longer walkthrough
|
|
857
865
|
- [LOCAL.md](./LOCAL.md) — self-hosted local model setup and testing
|
|
866
|
+
- [docs/state-model.md](./docs/state-model.md) — state ownership and persistence model
|
|
858
867
|
- [docs/runtime-policy.md](./docs/runtime-policy.md) — runtime policy keys, environment overrides, and runtime log path resolution
|
|
859
868
|
- [docs/testing.md](./docs/testing.md) — contributor testing guidance
|
|
860
869
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@christiandoxa/prodex",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.108.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.
|
|
20
|
-
"@christiandoxa/prodex-linux-arm64": "0.
|
|
21
|
-
"@christiandoxa/prodex-darwin-x64": "0.
|
|
22
|
-
"@christiandoxa/prodex-darwin-arm64": "0.
|
|
23
|
-
"@christiandoxa/prodex-win32-x64": "0.
|
|
24
|
-
"@christiandoxa/prodex-win32-arm64": "0.
|
|
19
|
+
"@christiandoxa/prodex-linux-x64": "0.108.0",
|
|
20
|
+
"@christiandoxa/prodex-linux-arm64": "0.108.0",
|
|
21
|
+
"@christiandoxa/prodex-darwin-x64": "0.108.0",
|
|
22
|
+
"@christiandoxa/prodex-darwin-arm64": "0.108.0",
|
|
23
|
+
"@christiandoxa/prodex-win32-x64": "0.108.0",
|
|
24
|
+
"@christiandoxa/prodex-win32-arm64": "0.108.0"
|
|
25
25
|
},
|
|
26
26
|
"engines": {
|
|
27
27
|
"node": ">=18"
|