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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. 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://stack-ai-web-one.vercel.app";
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() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stackai",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "StackAI — AI coding agent in your terminal. Read, write, and edit code with AI.",
5
5
  "type": "module",
6
6
  "bin": {