@maestro-js/agent-container 1.0.0-alpha.28 → 1.0.0-alpha.29

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 (1) hide show
  1. package/package.json +1 -1
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "@types/node": "^22.19.11"
12
12
  },
13
13
  "description": "Docker-based isolated agent execution environment with patch-based sync. Use when you need to create sandboxed containers for AI agents, run code in isolated Docker environments, pull container changes back to the host working tree as patches, or manage container lifecycles. Provides create, list, kill, shell, open (VS Code), and pull operations. Containers include Node.js 22, pnpm, Claude CLI, Playwright, git, and zsh.",
14
- "version": "1.0.0-alpha.28",
14
+ "version": "1.0.0-alpha.29",
15
15
  "publishConfig": {
16
16
  "access": "public"
17
17
  },