@agenttower/cli 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/client.js +1 -1
- package/package.json +1 -1
package/dist/client.js
CHANGED
|
@@ -53,7 +53,7 @@ const ATC_DIR = path.join(process.cwd(), '.atc');
|
|
|
53
53
|
const WORKSPACE_FILE = path.join(ATC_DIR, 'workspace.json');
|
|
54
54
|
const SESSION_FILE = path.join(ATC_DIR, 'session.json');
|
|
55
55
|
/** Prod Tower API. Override with ATC_API (e.g. the dev stack). */
|
|
56
|
-
exports.DEFAULT_API = 'https://
|
|
56
|
+
exports.DEFAULT_API = 'https://api.agenttower.dev';
|
|
57
57
|
function loadConfig() {
|
|
58
58
|
return {
|
|
59
59
|
api: (process.env.ATC_API || exports.DEFAULT_API).replace(/\/$/, ''),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agenttower/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "atc — the Agent Tower CLI. Coordinate multiple coding agents on one repo (claims, conflicts, decision log).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": { "type": "git", "url": "https://github.com/manateeit/agent-tower.git", "directory": "cli" },
|