@aiyiran/myclaw 1.0.131 → 1.0.132

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiyiran/myclaw",
3
- "version": "1.0.131",
3
+ "version": "1.0.132",
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 | delete",
3
- "_generated": "2026-04-03T11:44:37.316Z",
3
+ "_generated": "2026-04-03T14:21:37.410Z",
4
4
  "agents": [
5
5
  {
6
6
  "id": "danci",
package/wsl2.js CHANGED
@@ -341,7 +341,7 @@ Write-Host ''
341
341
 
342
342
  Write-Host '[3/4] 导入 Linux 环境 (可能需要几分钟)...'
343
343
  Write-Host ' 清理旧版本...'
344
- try { wsl --unregister $distroName 2>$null } catch {}
344
+ try { wsl --unregister $distroName 2>&1 | Out-Null } catch {}
345
345
  Write-Host ' [OK]'
346
346
 
347
347
  try {