@jacobbd/relay-ai 0.9.4 → 0.9.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 +2 -0
- package/dist/{chunk-KDIY732Q.js → chunk-PYJQMEJD.js} +417 -365
- package/dist/chunk-PYJQMEJD.js.map +1 -0
- package/dist/cli.js +966 -235
- package/dist/cli.js.map +1 -1
- package/dist/core/index.js +1 -1
- package/dist/core/index.js.map +1 -1
- package/dist/{ui-command-OIY4243G.js → ui-command-NYYLGTCD.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-KDIY732Q.js.map +0 -1
- /package/dist/{ui-command-OIY4243G.js.map → ui-command-NYYLGTCD.js.map} +0 -0
package/README.md
CHANGED
|
@@ -520,6 +520,8 @@ Launch the **ChatGPT app in Codex mode** (macOS, Windows, or Linux) with registr
|
|
|
520
520
|
relay-ai codex-app
|
|
521
521
|
```
|
|
522
522
|
|
|
523
|
+
Unattended launches must be fully specified: `relay-ai codex-app --provider <id> --model <id> --with-native --yes` (or use `--relay-only`).
|
|
524
|
+
|
|
523
525
|
Patches `~/.codex/config.toml` with backup; **Ctrl+C** in the relay-ai terminal asks whether to close ChatGPT Desktop and restore your config (choose "No, keep session running" to decline and keep going). The app keeps Codex's built-in `openai` provider active so existing conversation history remains visible, and routes the selected model through a foreground local proxy. Preview config without writing: `relay-ai codex-app --config`. Recovery: `relay-ai codex-app --restore`.
|
|
524
526
|
|
|
525
527
|
On Linux, Relay supports the packaged ChatGPT desktop app at `/usr/bin/chatgpt` or `/usr/lib/chatgpt/ChatGPT`. When launched from an X11/RDP terminal, Relay uses that terminal's window identity to resolve the active display, so the app opens in the current graphical session even when the inherited `DISPLAY` value is stale. Keep the Relay terminal open while using the app; it owns the local proxy.
|