@madarco/agentbox 0.3.0 → 0.4.0

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.
@@ -13,7 +13,7 @@ import {
13
13
  startBox,
14
14
  stopBox,
15
15
  unpauseBox
16
- } from "./chunk-7NQFIBQG.js";
16
+ } from "./chunk-3JKQNOXP.js";
17
17
  import {
18
18
  SNAPSHOTS_ROOT
19
19
  } from "./chunk-MOC54XL6.js";
@@ -35,4 +35,4 @@ export {
35
35
  stopBox,
36
36
  unpauseBox
37
37
  };
38
- //# sourceMappingURL=lifecycle-YTMZYKOE-R4M3OR27.js.map
38
+ //# sourceMappingURL=lifecycle-YTMZYKOE-TD5S5FTS.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@madarco/agentbox",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Launch Claude Code, Codex, and other coding agents in isolated sandboxes",
5
5
  "license": "MIT",
6
6
  "author": "Marco D'Alia",
@@ -59,6 +59,7 @@ RUN apt-get update \
59
59
  build-essential \
60
60
  git \
61
61
  tmux \
62
+ vim \
62
63
  libcap2-bin \
63
64
  && rm -rf /var/lib/apt/lists/* \
64
65
  && mkdir -p /workspace /host-src /upper /snapshot /run/agentbox /var/log/agentbox \