craby-gateway 0.22.2 → 0.23.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 +1 -1
- package/dist-sea/gateway.cjs +77 -74
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -123,5 +123,5 @@ craby-gateway start --config /path/to/gateway.yaml --log
|
|
|
123
123
|
|
|
124
124
|
- The published package ships a bundled, minified gateway entrypoint.
|
|
125
125
|
- `yaml`, `qrcode-terminal`, and `pino` are bundled into the published CLI package.
|
|
126
|
-
- The
|
|
126
|
+
- The gateway does not install `@openai/codex`; Codex execution relies on the user's system `codex` command or `REMOTE_AGENT_CODEX_BIN`.
|
|
127
127
|
- `@anthropic-ai/claude-agent-sdk` stays as a runtime dependency because native Claude integration still loads it dynamically.
|