diff --git a/src/ClaudeDo.Ui/Services/WorkerClient.cs b/src/ClaudeDo.Ui/Services/WorkerClient.cs index 83cdbdd..92e5813 100644 --- a/src/ClaudeDo.Ui/Services/WorkerClient.cs +++ b/src/ClaudeDo.Ui/Services/WorkerClient.cs @@ -521,9 +521,9 @@ public sealed record WorktreeResetDto(int Removed, int TasksAffected, bool Block public record MergeResultDto(string Status, IReadOnlyList ConflictFiles, string? ErrorMessage); public record MergeTargetsDto(string DefaultBranch, IReadOnlyList LocalBranches); public sealed record UpdateListDto(string Id, string Name, string? WorkingDir, string DefaultCommitType); -public sealed record UpdateListConfigDto(string ListId, string? Model, string? SystemPrompt, string? AgentPath); -public sealed record UpdateTaskAgentSettingsDto(string TaskId, string? Model, string? SystemPrompt, string? AgentPath); -public sealed record ListConfigDto(string? Model, string? SystemPrompt, string? AgentPath); +public sealed record UpdateListConfigDto(string ListId, string? Model, string? SystemPrompt, string? AgentPath, int? MaxTurns = null); +public sealed record UpdateTaskAgentSettingsDto(string TaskId, string? Model, string? SystemPrompt, string? AgentPath, int? MaxTurns = null); +public sealed record ListConfigDto(string? Model, string? SystemPrompt, string? AgentPath, int? MaxTurns = null); public sealed record SeedResultDto(int Copied, int Skipped); public sealed record WorktreeOverviewDto(