Fix small bugs across AI tools, fleet API, and run.bat.
Correct AI uptime/reinstall/sleep, broaden live stats over WebSocket, fix blueprint delete JSON, gate hollowing behind build tag, and stop stale server binds on restart.
This commit is contained in:
@@ -189,7 +189,7 @@ func (h *BlueprintHandler) deleteBlueprint(w http.ResponseWriter, r *http.Reques
|
||||
return
|
||||
}
|
||||
|
||||
writeJSON(w, map[string]string{"success": "true", "name": safeName})
|
||||
writeJSON(w, map[string]interface{}{"success": true, "name": safeName})
|
||||
}
|
||||
|
||||
func sanitizeFilename(name string) string {
|
||||
|
||||
Reference in New Issue
Block a user