@giselles-ai/sandbox-agent 0.1.14 → 0.1.16

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -38,7 +38,7 @@ var Agent = class _Agent {
38
38
  const buffer = typeof content === "string" ? Buffer.from(content) : content;
39
39
  console.log(`[agent] setAgentMd called, content length=${buffer.length}`);
40
40
  return this.addFiles([
41
- { path: "/home/vercel-sandbox/AGENTS.md", content: buffer }
41
+ { path: "/home/vercel-sandbox/.codex/AGENTS.md", content: buffer }
42
42
  ]);
43
43
  }
44
44
  runCommands(commands) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@giselles-ai/sandbox-agent",
3
- "version": "0.1.14",
3
+ "version": "0.1.16",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "license": "Apache-2.0",