craby-gateway 0.30.3 → 0.30.4

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 CHANGED
@@ -107,6 +107,7 @@ The package still accepts environment variable overrides. Common ones include:
107
107
  - `GATEWAY_WORKSPACE_ROOT`
108
108
  - `ENABLE_NATIVE_PROVIDERS`
109
109
  - `REQUIRE_NATIVE_CODEX`
110
+ - `REMOTE_AGENT_CODEX_APP_SERVER_MODEL_PROVIDER`
110
111
  - `GATEWAY_BOOTSTRAP_PAIRING_CODE_ON_START`
111
112
  - `GATEWAY_READABLE_LIVE_DELTA_COALESCE_MS`
112
113
 
@@ -122,4 +123,5 @@ craby-gateway start --config /path/to/gateway.yaml --log
122
123
  - The published package ships a bundled, minified gateway entrypoint.
123
124
  - `yaml`, `qrcode-terminal`, and `pino` are bundled into the published CLI package.
124
125
  - The gateway does not install `@openai/codex`; Codex execution relies on the user's system `codex` command or `REMOTE_AGENT_CODEX_BIN`.
126
+ - `REMOTE_AGENT_CODEX_APP_SERVER_MODEL_PROVIDER` can force gateway-created Codex app-server threads to use a specific Codex `modelProvider` such as `openai`.
125
127
  - `@anthropic-ai/claude-agent-sdk` stays as a runtime dependency because native Claude integration still loads it dynamically.