@lambdacurry/arbor 0.4.22 → 0.4.23

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/arbor.js +1 -1
  2. package/package.json +1 -1
package/dist/arbor.js CHANGED
@@ -16596,7 +16596,7 @@ import { chmodSync, existsSync, mkdirSync, readFileSync, writeFileSync } from "n
16596
16596
  import { homedir } from "node:os";
16597
16597
  import { dirname, join } from "node:path";
16598
16598
  var CONFIG_PATH = process.env.ARBOR_CONFIG ?? join(homedir(), ".arbor", "config.json");
16599
- var DEFAULT_API_URL = process.env.ARBOR_API_URL ?? "https://arbor-web.lambdacurry.workers.dev";
16599
+ var DEFAULT_API_URL = process.env.ARBOR_API_URL ?? "https://arborthreads.com";
16600
16600
  function loadConfig() {
16601
16601
  const envToken = process.env.ARBOR_TOKEN || undefined;
16602
16602
  const envUrl = process.env.ARBOR_API_URL || undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambdacurry/arbor",
3
- "version": "0.4.22",
3
+ "version": "0.4.23",
4
4
  "description": "The Arbor CLI — a shared workspace for people and agents. The human + headless-agent write path over Arbor's guarded operation surface.",
5
5
  "type": "module",
6
6
  "bin": {