@jacobbd/relay-ai 0.4.7 → 0.4.9

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/dist/cli.js CHANGED
@@ -171,7 +171,7 @@ import {
171
171
  validateCustomEndpointUrl,
172
172
  writeSecureLogLine,
173
173
  zenRegistryStub
174
- } from "./chunk-XQCHSU6L.js";
174
+ } from "./chunk-XTBJCRT3.js";
175
175
  import {
176
176
  filterTemplates,
177
177
  init_provider_templates,
@@ -4564,7 +4564,7 @@ ${pc7.bold("Passing flags to Codex:")}
4564
4564
  See docs/CODEX.md for sandbox, network, and troubleshooting.
4565
4565
 
4566
4566
  ${pc7.bold("OAuth:")}
4567
- For ChatGPT Plus/Pro, run relay-ai providers auth openai first.
4567
+ For ChatGPT Plus/Pro, run relay-ai providers auth openai-oauth first.
4568
4568
 
4569
4569
  ${pc7.bold("Examples:")}
4570
4570
  relay-ai codex
@@ -4840,7 +4840,7 @@ Error: ${launchPlan.error}
4840
4840
  if (compatible.length === 0) {
4841
4841
  if (!configOnly) {
4842
4842
  p8.log.warn("No Codex-compatible providers in your registry.");
4843
- p8.log.info("Add a provider with relay-ai providers add, or sign in with relay-ai providers auth openai.");
4843
+ p8.log.info("Add a provider with relay-ai providers add, or sign in with relay-ai providers auth openai-oauth.");
4844
4844
  }
4845
4845
  return 0;
4846
4846
  }
@@ -6083,7 +6083,7 @@ Error: ${launchPlan.error}
6083
6083
  const compatible = providersForTarget(providersForPicker(catalog), "gemini");
6084
6084
  if (compatible.length === 0) {
6085
6085
  p10.log.warn("No Gemini-compatible providers in your registry.");
6086
- p10.log.info("Add a provider with relay-ai providers add, or sign in with relay-ai providers auth openai.");
6086
+ p10.log.info("Add a provider with relay-ai providers add, or sign in with relay-ai providers auth openai-oauth.");
6087
6087
  return 0;
6088
6088
  }
6089
6089
  let activeProvider = compatible.find((lp) => lp.id === prefs.lastGeminiProvider) ?? compatible[0];
@@ -13461,7 +13461,7 @@ Error: ${parsed.error}
13461
13461
  console.log("Usage: relay-ai ui [--trace]\n\nOpen the settings UI in your browser.");
13462
13462
  return 0;
13463
13463
  }
13464
- const { runUiCommand } = await import("./ui-command-W2W6P6VJ.js");
13464
+ const { runUiCommand } = await import("./ui-command-GATWK5JC.js");
13465
13465
  return runUiCommand({ trace: parsed.trace });
13466
13466
  }
13467
13467
  if (parsed.command === "models") {