@aiden-ade/sandbox-agent 0.1.64 → 0.1.65
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/index.cjs +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -12323,7 +12323,7 @@ function describeError(error2) {
|
|
|
12323
12323
|
}
|
|
12324
12324
|
|
|
12325
12325
|
// src/version.ts
|
|
12326
|
-
var AGENT_VERSION = "0.1.
|
|
12326
|
+
var AGENT_VERSION = "0.1.65";
|
|
12327
12327
|
|
|
12328
12328
|
// src/daemon-worktree.ts
|
|
12329
12329
|
var import_node_child_process3 = require("child_process");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiden-ade/sandbox-agent",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.65",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Alan agent runtime — cloud sandbox and local daemon (alan-agent CLI)",
|
|
6
6
|
"bin": {
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"tsup": "^8.5.1",
|
|
24
24
|
"tsx": "^4.19.0",
|
|
25
25
|
"typescript": "~5.9.3",
|
|
26
|
-
"@alan-ai/
|
|
27
|
-
"@alan-ai/
|
|
26
|
+
"@alan-ai/agent-core": "0.1.0",
|
|
27
|
+
"@alan-ai/shared": "0.1.0"
|
|
28
28
|
},
|
|
29
29
|
"deprecated": "Use @alan-ai-hq/agent-manager instead.",
|
|
30
30
|
"scripts": {
|