antpath 0.10.7 → 0.10.8

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.mjs CHANGED
@@ -10,8 +10,8 @@ import { readFile as readFile2, writeFile, readdir as readdir2, stat as stat2 }
10
10
  import { resolve as resolvePath4 } from "node:path";
11
11
 
12
12
  // dist/internal.js
13
- var ANTPATH_INDEX_PATH = "/antpath/index.json";
14
- var ANTPATH_RUN_TOKEN_PATH = "/antpath/run-token";
13
+ var ANTPATH_INDEX_PATH = "/mnt/session/uploads/antpath/index.json";
14
+ var ANTPATH_RUN_TOKEN_PATH = "/mnt/session/uploads/antpath/run-token";
15
15
 
16
16
  // ../shared/dist/config.js
17
17
  var DEFAULT_CAPS = {
@@ -1 +1 @@
1
- be4a58f5a53548888b5e515cbb87dec475e869b6b1a43122c0b74ef19b9922cb cli.mjs
1
+ 96f0a14f0b47cef1bb57dfd5751fc615ba20df3408241b7434935a55eef3a7ff cli.mjs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antpath",
3
- "version": "0.10.7",
3
+ "version": "0.10.8",
4
4
  "description": "TypeScript SDK for running autonomous Claude Managed Agents sessions.",
5
5
  "repository": {
6
6
  "type": "git",