@aiyiran/myclaw 1.0.112 → 1.0.113

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/fix.js CHANGED
@@ -181,7 +181,7 @@ try {
181
181
 
182
182
  if (Test-Path $msi) {
183
183
  Write-Host ' [d] 静默安装 WSL...'
184
- Start-Process msiexec.exe -ArgumentList "/i \`\\"$msi\`\\" /quiet /norestart" -Wait -NoNewWindow
184
+ Start-Process msiexec.exe -ArgumentList @('/i', $msi, '/quiet', '/norestart') -Wait -NoNewWindow
185
185
  Write-Host ' [OK]'
186
186
  }
187
187
  Write-Host ''
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiyiran/myclaw",
3
- "version": "1.0.112",
3
+ "version": "1.0.113",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "_doc": "MyClaw 注入清单 (auto-generated)。strategy: auto | on | off",
3
- "_generated": "2026-04-02T13:18:25.628Z",
3
+ "_generated": "2026-04-02T13:23:34.618Z",
4
4
  "agents": [
5
5
  {
6
6
  "id": "danci",