@christiandoxa/prodex 0.222.0 → 0.223.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 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1254,6 +1254,8 @@ Auto-rotate and quota checks apply to supported OpenAI/Codex profiles. `prodex q
1254
1254
 
1255
1255
  If a profile's `config.toml` sets `model_provider` to a non-OpenAI backend such as `amazon-bedrock`, `prodex run` and `prodex caveman` launch Codex directly without quota preflight or the local auto-rotate proxy.
1256
1256
 
1257
+ Codex 0.142.3 expands the upstream Bedrock static catalog with `openai.gpt-5.6-sol`, `openai.gpt-5.6-terra`, and `openai.gpt-5.6-luna`. Prodex leaves those model IDs and Bedrock's default-only service-tier behavior owned by the direct Codex launch.
1258
+
1257
1259
  Bedrock quota, credentials, regions, and provider errors are handled by Codex and the upstream provider, not by Prodex.
1258
1260
 
1259
1261
  `prodex quota` shows the configured provider metadata for those profiles instead of failing the view.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@christiandoxa/prodex",
3
- "version": "0.222.0",
3
+ "version": "0.223.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.222.0",
20
- "@christiandoxa/prodex-linux-arm64": "0.222.0",
21
- "@christiandoxa/prodex-darwin-x64": "0.222.0",
22
- "@christiandoxa/prodex-darwin-arm64": "0.222.0",
23
- "@christiandoxa/prodex-win32-x64": "0.222.0",
24
- "@christiandoxa/prodex-win32-arm64": "0.222.0",
19
+ "@christiandoxa/prodex-linux-x64": "0.223.0",
20
+ "@christiandoxa/prodex-linux-arm64": "0.223.0",
21
+ "@christiandoxa/prodex-darwin-x64": "0.223.0",
22
+ "@christiandoxa/prodex-darwin-arm64": "0.223.0",
23
+ "@christiandoxa/prodex-win32-x64": "0.223.0",
24
+ "@christiandoxa/prodex-win32-arm64": "0.223.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",