@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/cli.js CHANGED
@@ -202,7 +202,7 @@ import {
202
202
  waitForCodexAppQuit,
203
203
  writeSecureLogLine,
204
204
  zenRegistryStub
205
- } from "./chunk-2NXLK3O6.js";
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-P4IS6537.js";
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-6ZMM5K5K.js");
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") {
@@ -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.0",
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
- shortName: "Cloud Code Assist",
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",