@iinm/plain-agent 1.0.1 → 1.0.2

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -238,7 +238,7 @@ The agent loads configuration files in the following order. Settings in later fi
238
238
  },
239
239
  "sandbox": {
240
240
  "command": "plain-sandbox",
241
- "args": ["--dockerfile", ".agent/sandbox/Dockerfile", "--allow-write", "--skip-build", "--keep-alive", "30"],
241
+ "args": ["--dockerfile", ".plain-agent/sandbox/Dockerfile", "--allow-write", "--skip-build", "--keep-alive", "30"],
242
242
  "separator": "--",
243
243
  "rules": [
244
244
  {
@@ -300,7 +300,7 @@ The agent loads configuration files in the following order. Settings in later fi
300
300
  // https://github.com/iinm/plain-agent/tree/main/sandbox
301
301
  "sandbox": {
302
302
  "command": "plain-sandbox",
303
- "args": ["--dockerfile", ".agent/sandbox/Dockerfile", "--allow-write", "--skip-build", "--keep-alive", "30"],
303
+ "args": ["--dockerfile", ".plain-agent/sandbox/Dockerfile", "--allow-write", "--skip-build", "--keep-alive", "30"],
304
304
  // separator is inserted between sandbox flags and the user command to prevent bypasses
305
305
  "separator": "--",
306
306
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iinm/plain-agent",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A lightweight CLI-based coding agent",
5
5
  "license": "MIT",
6
6
  "type": "module",