@jacobbd/relay-ai 0.9.0 → 0.9.1
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-R4AWEK7T.js → chunk-MFKBK6YL.js} +10 -15
- package/dist/{chunk-R4AWEK7T.js.map → chunk-MFKBK6YL.js.map} +1 -1
- 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-FARF2BF4.js → ui-command-ZJBZZZ4X.js} +11 -6
- package/dist/ui-command-ZJBZZZ4X.js.map +1 -0
- package/package.json +1 -1
- package/dist/ui-command-FARF2BF4.js.map +0 -1
package/dist/cli.js
CHANGED
|
@@ -197,7 +197,7 @@ import {
|
|
|
197
197
|
validateCustomEndpointUrl,
|
|
198
198
|
writeSecureLogLine,
|
|
199
199
|
zenRegistryStub
|
|
200
|
-
} from "./chunk-
|
|
200
|
+
} from "./chunk-MFKBK6YL.js";
|
|
201
201
|
import {
|
|
202
202
|
filterTemplates,
|
|
203
203
|
getTemplateById,
|
|
@@ -14869,7 +14869,7 @@ Options:
|
|
|
14869
14869
|
--trace Write debug logs under ~/.relay-ai/logs/`);
|
|
14870
14870
|
return 0;
|
|
14871
14871
|
}
|
|
14872
|
-
const { runUiCommand } = await import("./ui-command-
|
|
14872
|
+
const { runUiCommand } = await import("./ui-command-ZJBZZZ4X.js");
|
|
14873
14873
|
return runUiCommand({ trace: parsed.trace, serverMode: parsed.uiServerMode });
|
|
14874
14874
|
}
|
|
14875
14875
|
if (parsed.command === "models") {
|