@agiflowai/agent-cli 0.2.14 → 0.2.15

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.
@@ -13199,9 +13199,9 @@ let Yr = class {
13199
13199
  logLevel: process.env.LOG_LEVEL || "info"
13200
13200
  };
13201
13201
  this.runtimeConfig = Cb.parse(e), this.appConfig = Rb.parse({
13202
- VITE_INJECT_AGIFLOW_APP_ENDPOINT: "http://localhost:3003",
13203
- VITE_INJECT_AGIFLOW_APP_DOCKER_ENDPOINT: "http://host.docker.internal:3003",
13204
- VITE_AGENT_CLI_DOCKER_IMAGE: "agent-cli-test",
13202
+ VITE_INJECT_AGIFLOW_APP_ENDPOINT: "https://agiflow.io",
13203
+ VITE_INJECT_AGIFLOW_APP_DOCKER_ENDPOINT: "https://agiflow.io",
13204
+ VITE_AGENT_CLI_DOCKER_IMAGE: "agiflowai/agent-cli:v0.2.11",
13205
13205
  VITE_AGENT_CLI_DOCKER_NETWORK: "",
13206
13206
  VITE_SAVE_RAW: "",
13207
13207
  VITE_MULTIPLEX_SOCKET_PATH: ""
@@ -13415,7 +13415,7 @@ const Ae = () => M.preprocess((e) => {
13415
13415
  VITE_SAVE_RAW: Ae().default(!1)
13416
13416
  });
13417
13417
  function bn(e = !1) {
13418
- return e ? "http://host.docker.internal:3003" : "http://localhost:3003";
13418
+ return e ? "https://agiflow.io" : "https://agiflow.io";
13419
13419
  }
13420
13420
  let ei = class {
13421
13421
  parsedEnv;