Ship Assistent 0.13.1: compile 0.13.0 so the SwarmUI tab loads.
Add missing WebSocket/HttpClient usings, stop using static on Config/FilePath helpers, and copy Microsoft.Data.Sqlite next to the extension dll. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -3,6 +3,8 @@ using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Net.Http;
|
||||
using System.Net.WebSockets;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.Threading;
|
||||
@@ -156,7 +158,7 @@ public partial class SwarmAssistentExtension
|
||||
return sb.ToString().Trim();
|
||||
}
|
||||
|
||||
static string BuildRunnerCommand(JObject runner, string configPath, string logPath, string workDir)
|
||||
string BuildRunnerCommand(JObject runner, string configPath, string logPath, string workDir)
|
||||
{
|
||||
string python = runner["python"]?.ToString()?.Trim();
|
||||
if (string.IsNullOrWhiteSpace(python))
|
||||
|
||||
Reference in New Issue
Block a user