Skip to content

ClaudeBot v0.5.3 — 修 remote_spawn_detached 整串指令崩潰 (ENOENT)

Latest

Choose a tag to compare

@Jeffrey0117 Jeffrey0117 released this 27 Jun 06:43
· 2 commits to master since this release

修正

  • remote_spawn_detached: 傳整串 shell 指令(如 cmd /c start "" cmd /k "...bat")時不再因 shell:false 把整串當成執行檔名 → ENOENT。完整命令列現在會走 shell 執行。
  • 加上 error 監聽器 + try/catch:spawn 失敗回傳乾淨錯誤訊息,不再讓整個遠端 agent 噴 uncaughtException(先前顯示為「⚠️ 未預期錯誤」)。
  • 在遠端用 bot 安裝/啟動服務(uvicorn、.bat 安裝視窗等)現在可正常開可見視窗。

舊版機器請執行 /selfupdate 更新。