feat(prime): add the action kind to the settings viewmodels
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
using ClaudeDo.Data.Models;
|
||||
|
||||
namespace ClaudeDo.Ui.Services;
|
||||
|
||||
public sealed record PrimeScheduleDto(
|
||||
@@ -6,7 +8,8 @@ public sealed record PrimeScheduleDto(
|
||||
TimeSpan TimeOfDay,
|
||||
bool Enabled,
|
||||
DateTimeOffset? LastRunAt,
|
||||
string? PromptOverride);
|
||||
string? PromptOverride,
|
||||
PrimeActionKind Kind);
|
||||
|
||||
public sealed record PrimeFiredEvent(
|
||||
Guid ScheduleId,
|
||||
|
||||
Reference in New Issue
Block a user