@jacobbd/relay-ai 0.9.3 → 0.9.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/dist/{chunk-PVGAE7HA.js → chunk-KDIY732Q.js} +6 -3
- package/dist/chunk-KDIY732Q.js.map +1 -0
- package/dist/cli.js +2 -2
- package/dist/core/index.js +1 -1
- package/dist/core/index.js.map +1 -1
- package/dist/{ui-command-JQPEZAMN.js → ui-command-OIY4243G.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-PVGAE7HA.js.map +0 -1
- /package/dist/{ui-command-JQPEZAMN.js.map → ui-command-OIY4243G.js.map} +0 -0
package/dist/cli.js
CHANGED
|
@@ -199,7 +199,7 @@ import {
|
|
|
199
199
|
validateCustomEndpointUrl,
|
|
200
200
|
writeSecureLogLine,
|
|
201
201
|
zenRegistryStub
|
|
202
|
-
} from "./chunk-
|
|
202
|
+
} from "./chunk-KDIY732Q.js";
|
|
203
203
|
import {
|
|
204
204
|
filterTemplates,
|
|
205
205
|
getTemplateById,
|
|
@@ -15008,7 +15008,7 @@ Options:
|
|
|
15008
15008
|
--trace Write debug logs under ~/.relay-ai/logs/`);
|
|
15009
15009
|
return 0;
|
|
15010
15010
|
}
|
|
15011
|
-
const { runUiCommand } = await import("./ui-command-
|
|
15011
|
+
const { runUiCommand } = await import("./ui-command-OIY4243G.js");
|
|
15012
15012
|
return runUiCommand({ trace: parsed.trace, serverMode: parsed.uiServerMode });
|
|
15013
15013
|
}
|
|
15014
15014
|
if (parsed.command === "models") {
|