@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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.15
4
+ - Fix environment issue.
5
+
3
6
  ## 0.2.14
4
7
  - Fix node-pty error.
5
8
 
@@ -13208,9 +13208,9 @@ let Yr = class {
13208
13208
  logLevel: process.env.LOG_LEVEL || "info"
13209
13209
  };
13210
13210
  this.runtimeConfig = Cb.parse(e), this.appConfig = Rb.parse({
13211
- VITE_INJECT_AGIFLOW_APP_ENDPOINT: "http://localhost:3003",
13212
- VITE_INJECT_AGIFLOW_APP_DOCKER_ENDPOINT: "http://host.docker.internal:3003",
13213
- VITE_AGENT_CLI_DOCKER_IMAGE: "agent-cli-test",
13211
+ VITE_INJECT_AGIFLOW_APP_ENDPOINT: "https://agiflow.io",
13212
+ VITE_INJECT_AGIFLOW_APP_DOCKER_ENDPOINT: "https://agiflow.io",
13213
+ VITE_AGENT_CLI_DOCKER_IMAGE: "agiflowai/agent-cli:v0.2.11",
13214
13214
  VITE_AGENT_CLI_DOCKER_NETWORK: "",
13215
13215
  VITE_SAVE_RAW: "",
13216
13216
  VITE_MULTIPLEX_SOCKET_PATH: ""
@@ -13424,7 +13424,7 @@ const Ae = () => M.preprocess((e) => {
13424
13424
  VITE_SAVE_RAW: Ae().default(!1)
13425
13425
  });
13426
13426
  function _n(e = !1) {
13427
- return e ? "http://host.docker.internal:3003" : "http://localhost:3003";
13427
+ return e ? "https://agiflow.io" : "https://agiflow.io";
13428
13428
  }
13429
13429
  let ei = class {
13430
13430
  parsedEnv;