craby-gateway 0.30.4 → 0.30.6

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,7 +107,6 @@ 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`
111
110
  - `GATEWAY_BOOTSTRAP_PAIRING_CODE_ON_START`
112
111
  - `GATEWAY_READABLE_LIVE_DELTA_COALESCE_MS`
113
112
 
@@ -123,5 +122,4 @@ craby-gateway start --config /path/to/gateway.yaml --log
123
122
  - The published package ships a bundled, minified gateway entrypoint.
124
123
  - `yaml`, `qrcode-terminal`, and `pino` are bundled into the published CLI package.
125
124
  - 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`.
127
125
  - `@anthropic-ai/claude-agent-sdk` stays as a runtime dependency because native Claude integration still loads it dynamically.