@jacobbd/relay-ai 0.10.0 → 0.10.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-P4IS6537.js → chunk-TFMHIGRX.js} +4 -2
- package/dist/{chunk-P4IS6537.js.map → chunk-TFMHIGRX.js.map} +1 -1
- package/dist/{chunk-2NXLK3O6.js → chunk-YYI6EJ2X.js} +3 -3
- package/dist/{chunk-2NXLK3O6.js.map → chunk-YYI6EJ2X.js.map} +1 -1
- package/dist/cli.js +3 -3
- package/dist/core/index.js +4 -2
- package/dist/core/index.js.map +1 -1
- package/dist/{provider-templates-7M24FAAI.js → provider-templates-JWT6U5B7.js} +2 -2
- package/dist/{ui-command-6ZMM5K5K.js → ui-command-LZWTWTQ6.js} +4 -4
- package/package.json +1 -1
- /package/dist/{provider-templates-7M24FAAI.js.map → provider-templates-JWT6U5B7.js.map} +0 -0
- /package/dist/{ui-command-6ZMM5K5K.js.map → ui-command-LZWTWTQ6.js.map} +0 -0
package/dist/cli.js
CHANGED
|
@@ -202,7 +202,7 @@ import {
|
|
|
202
202
|
waitForCodexAppQuit,
|
|
203
203
|
writeSecureLogLine,
|
|
204
204
|
zenRegistryStub
|
|
205
|
-
} from "./chunk-
|
|
205
|
+
} from "./chunk-YYI6EJ2X.js";
|
|
206
206
|
import {
|
|
207
207
|
filterTemplates,
|
|
208
208
|
getTemplateById,
|
|
@@ -210,7 +210,7 @@ import {
|
|
|
210
210
|
listAddableTemplates,
|
|
211
211
|
listSupportedTemplates,
|
|
212
212
|
listVisibleOAuthTemplates
|
|
213
|
-
} from "./chunk-
|
|
213
|
+
} from "./chunk-TFMHIGRX.js";
|
|
214
214
|
|
|
215
215
|
// src/cli.ts
|
|
216
216
|
import pc12 from "picocolors";
|
|
@@ -15846,7 +15846,7 @@ Options:
|
|
|
15846
15846
|
--trace Write debug logs under ~/.relay-ai/logs/`);
|
|
15847
15847
|
return 0;
|
|
15848
15848
|
}
|
|
15849
|
-
const { runUiCommand } = await import("./ui-command-
|
|
15849
|
+
const { runUiCommand } = await import("./ui-command-LZWTWTQ6.js");
|
|
15850
15850
|
return runUiCommand({ trace: parsed.trace, serverMode: parsed.uiServerMode });
|
|
15851
15851
|
}
|
|
15852
15852
|
if (parsed.command === "models") {
|
package/dist/core/index.js
CHANGED
|
@@ -50,7 +50,7 @@ import { join as join2 } from "path";
|
|
|
50
50
|
// package.json
|
|
51
51
|
var package_default = {
|
|
52
52
|
name: "@jacobbd/relay-ai",
|
|
53
|
-
version: "0.10.
|
|
53
|
+
version: "0.10.1",
|
|
54
54
|
publishConfig: {
|
|
55
55
|
access: "public"
|
|
56
56
|
},
|
|
@@ -2099,7 +2099,9 @@ var PROVIDER_TEMPLATES = [
|
|
|
2099
2099
|
{
|
|
2100
2100
|
id: "antigravity",
|
|
2101
2101
|
name: "Cloud Code Assist OAuth (Google)",
|
|
2102
|
-
|
|
2102
|
+
// Compact label users actually recognise: every surface that shows this
|
|
2103
|
+
// provider calls it Antigravity, and it is also the shortest of the two.
|
|
2104
|
+
shortName: "Antigravity",
|
|
2103
2105
|
authType: "oauth",
|
|
2104
2106
|
npm: "@ai-sdk/openai-compatible",
|
|
2105
2107
|
signupUrl: "https://antigravity.google",
|