stackai 0.1.0 → 0.1.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 +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -441,7 +441,7 @@ var AgentSession = class {
|
|
|
441
441
|
import { promises as fs2 } from "fs";
|
|
442
442
|
import os from "os";
|
|
443
443
|
import path2 from "path";
|
|
444
|
-
var DEFAULT_API_URL = "https://
|
|
444
|
+
var DEFAULT_API_URL = "https://stackaiapi-production.up.railway.app";
|
|
445
445
|
var CONFIG_DIR = path2.join(os.homedir(), ".stackai");
|
|
446
446
|
var CONFIG_PATH = path2.join(CONFIG_DIR, "config.json");
|
|
447
447
|
async function readConfig() {
|