min-agent 0.7.5 → 0.7.7
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.
- package/README.md +3 -1
- package/dist/cli.js +314 -307
- package/package.json +1 -1
- package/skills/self-config/SKILL.md +1 -1
- package/skills/self-config/reference.md +2 -2
package/README.md
CHANGED
|
@@ -82,7 +82,7 @@ min-agent --permission allow-all # auto-approve everything — use with care
|
|
|
82
82
|
min-agent sandbox workspace # only allow changes inside this folder
|
|
83
83
|
```
|
|
84
84
|
|
|
85
|
-
|
|
85
|
+
On Windows, OS-level command isolation (macOS seatbelt / Linux bwrap) is unavailable: `strict` refuses shell commands; `workspace` still blocks file tools outside the folder. Shell commands prefer Git Bash when installed.
|
|
86
86
|
|
|
87
87
|
Off by default. Turn it on to keep facts across sessions:
|
|
88
88
|
|
|
@@ -186,6 +186,8 @@ min-agent --permission allow-all # 自动批准所有操作——请谨慎
|
|
|
186
186
|
min-agent sandbox workspace # 仅允许修改当前文件夹内内容
|
|
187
187
|
```
|
|
188
188
|
|
|
189
|
+
Windows 上没有 macOS/Linux 那种命令级隔离:`strict` 会拒绝执行 shell;`workspace` 仍会限制文件工具写到目录外。装了 Git Bash 时优先用它跑命令。
|
|
190
|
+
|
|
189
191
|
## 记忆
|
|
190
192
|
|
|
191
193
|
默认关闭。想让偏好跨会话保留时再打开:
|