claw-subagent-service 0.0.57 → 0.0.58

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": "claw-subagent-service",
3
- "version": "0.0.57",
3
+ "version": "0.0.58",
4
4
  "description": "虾说智能助手",
5
5
  "main": "cli.js",
6
6
  "bin": {
@@ -431,7 +431,8 @@ class ScriptExecutor {
431
431
  upper.includes('STOPPED') ||
432
432
  upper.includes('[OK] STOP COMMAND EXECUTED') ||
433
433
  upper.includes('[OK] SERVICE STOPPED') ||
434
- (output.includes('[INFO] OPENCLAW 服务停止成功') && output.includes('[INFO] 服务已成功停止')) ||
434
+ upper.includes('服务停止成功') ||
435
+ upper.includes('服务已成功停止') ||
435
436
  upper.includes('GATEWAY STOP SIGNAL SENT') ||
436
437
  (upper.includes('[INFO] STOPPING SERVICE') && upper.includes('STOP SIGNAL'))
437
438
  ) {