@christiandoxa/prodex 0.214.0 → 0.216.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 +2 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -975,7 +975,7 @@ prodex s
975
975
  prodex s exec "review this repo"
976
976
  ANTHROPIC_API_KEY=... prodex s --provider anthropic --model claude-sonnet-4-6
977
977
  prodex profile import copilot
978
- prodex s --provider copilot --model gpt-5.1-codex
978
+ prodex s --provider copilot --model gpt-5.3-codex
979
979
  DEEPSEEK_API_KEY=... prodex s deepseek --model deepseek-v4-pro
980
980
  prodex s gemini
981
981
  prodex super
@@ -1007,7 +1007,7 @@ Use `--provider copilot` when you want the Codex/Super front end with GitHub Cop
1007
1007
 
1008
1008
  ```bash
1009
1009
  prodex profile import copilot
1010
- prodex s --provider copilot --model gpt-5.1-codex
1010
+ prodex s --provider copilot --model gpt-5.3-codex
1011
1011
  ```
1012
1012
 
1013
1013
  Without `--api-key`, Prodex uses imported Copilot CLI profiles, refreshes Copilot runtime API tokens from GitHub before launch, can rotate fresh native Responses requests across multiple eligible profiles, and binds streaming response IDs back to the owning profile for continuations. `GITHUB_COPILOT_API_KEY`, `GITHUB_COPILOT_API_KEYS`, or `--api-key` can be used when you already have Copilot runtime API token(s); plural keys may be comma-, semicolon-, or newline-separated and can rotate before commit on auth/quota/rate/temporary failures.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@christiandoxa/prodex",
3
- "version": "0.214.0",
3
+ "version": "0.216.0",
4
4
  "description": "Multi-provider Codex wrapper with OpenAI quota-aware routing and Claude Code support",
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.214.0",
20
- "@christiandoxa/prodex-linux-arm64": "0.214.0",
21
- "@christiandoxa/prodex-darwin-x64": "0.214.0",
22
- "@christiandoxa/prodex-darwin-arm64": "0.214.0",
23
- "@christiandoxa/prodex-win32-x64": "0.214.0",
24
- "@christiandoxa/prodex-win32-arm64": "0.214.0",
19
+ "@christiandoxa/prodex-linux-x64": "0.216.0",
20
+ "@christiandoxa/prodex-linux-arm64": "0.216.0",
21
+ "@christiandoxa/prodex-darwin-x64": "0.216.0",
22
+ "@christiandoxa/prodex-darwin-arm64": "0.216.0",
23
+ "@christiandoxa/prodex-win32-x64": "0.216.0",
24
+ "@christiandoxa/prodex-win32-arm64": "0.216.0",
25
25
  "@openai/codex-linux-x64": "npm:@openai/codex@linux-x64",
26
26
  "@openai/codex-linux-arm64": "npm:@openai/codex@linux-arm64",
27
27
  "@openai/codex-darwin-x64": "npm:@openai/codex@darwin-x64",