diff --git a/dashboard/src/app/console/console-wrapper.tsx b/dashboard/src/app/console/console-wrapper.tsx index 201fddd..c01f025 100644 --- a/dashboard/src/app/console/console-wrapper.tsx +++ b/dashboard/src/app/console/console-wrapper.tsx @@ -13,3 +13,4 @@ export function ConsoleWrapper() { + diff --git a/dashboard/src/components/ui/confirm-dialog.tsx b/dashboard/src/components/ui/confirm-dialog.tsx index d7ab55e..8ee7805 100644 --- a/dashboard/src/components/ui/confirm-dialog.tsx +++ b/dashboard/src/components/ui/confirm-dialog.tsx @@ -120,3 +120,4 @@ export function ConfirmDialog({ } + diff --git a/dashboard/src/components/ui/copy-button.tsx b/dashboard/src/components/ui/copy-button.tsx index d4503cc..e82dae2 100644 --- a/dashboard/src/components/ui/copy-button.tsx +++ b/dashboard/src/components/ui/copy-button.tsx @@ -54,3 +54,4 @@ export function CopyButton({ text, className, label = 'Copied!', showOnHover = t } + diff --git a/dashboard/src/components/ui/relative-time.tsx b/dashboard/src/components/ui/relative-time.tsx index 4ed16d2..4242fb4 100644 --- a/dashboard/src/components/ui/relative-time.tsx +++ b/dashboard/src/components/ui/relative-time.tsx @@ -50,3 +50,4 @@ export function RelativeTime({ date, className }: RelativeTimeProps) { } + diff --git a/dashboard/src/components/ui/shimmer.tsx b/dashboard/src/components/ui/shimmer.tsx index 97a788d..7c3ee8b 100644 --- a/dashboard/src/components/ui/shimmer.tsx +++ b/dashboard/src/components/ui/shimmer.tsx @@ -86,3 +86,4 @@ export function ShimmerText({ lines = 3, className }: ShimmerProps & { lines?: n } + diff --git a/dashboard/src/lib/settings.ts b/dashboard/src/lib/settings.ts index ef82a16..d9bd0dd 100644 --- a/dashboard/src/lib/settings.ts +++ b/dashboard/src/lib/settings.ts @@ -55,3 +55,4 @@ export function getRuntimeTaskDefaults(): { model?: string; budget_cents?: numbe + diff --git a/dashboard/src/lib/utils.ts b/dashboard/src/lib/utils.ts index 508414c..ae1f583 100644 --- a/dashboard/src/lib/utils.ts +++ b/dashboard/src/lib/utils.ts @@ -37,3 +37,4 @@ export function formatRelativeTime(date: Date): string { + diff --git a/src/memory/embed.rs b/src/memory/embed.rs index 9c891ff..dc650ee 100644 --- a/src/memory/embed.rs +++ b/src/memory/embed.rs @@ -128,3 +128,4 @@ struct EmbeddingUsage { +