genbox-agent 1.0.144 → 1.0.145

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.
@@ -798,7 +798,7 @@ var require_package = __commonJS({
798
798
  "package.json"(exports2, module2) {
799
799
  module2.exports = {
800
800
  name: "genbox-agent",
801
- version: "1.0.144",
801
+ version: "1.0.145",
802
802
  description: "Unified agent for monitoring and controlling AI CLI sessions (Claude Code, Gemini CLI, OpenAI Codex) in genbox VMs",
803
803
  main: "dist/index.js",
804
804
  types: "dist/index.d.ts",
@@ -4352,7 +4352,7 @@ Created with Genbox
4352
4352
  }
4353
4353
  console.log(`[server] Creating Docker container: ${containerName}`);
4354
4354
  await execAsync2(
4355
- `docker run -d --name ${containerName} --cpus=${resources.cpus} --memory=${resources.memory} -v "${projectPath}:/workspace" -w /workspace -e HOME=/root node:20-slim tail -f /dev/null`,
4355
+ `docker run -d --name ${containerName} --cpus=${resources.cpus} --memory=${resources.memory} -v "${projectPath}:/genbox" -w /genbox -e HOME=/root node:20-slim tail -f /dev/null`,
4356
4356
  { timeout: 12e4 }
4357
4357
  );
4358
4358
  console.log(`[server] Docker container started: ${containerName}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genbox-agent",
3
- "version": "1.0.144",
3
+ "version": "1.0.145",
4
4
  "description": "Unified agent for monitoring and controlling AI CLI sessions (Claude Code, Gemini CLI, OpenAI Codex) in genbox VMs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",