diff --git a/apps/desktop/src/app/chat/sidebar/cron-jobs-section.tsx b/apps/desktop/src/app/chat/sidebar/cron-jobs-section.tsx index 3e8514381..c8487140b 100644 --- a/apps/desktop/src/app/chat/sidebar/cron-jobs-section.tsx +++ b/apps/desktop/src/app/chat/sidebar/cron-jobs-section.tsx @@ -202,34 +202,34 @@ function CronJobSidebarRow({ to the label (matching the other sidebar disclosures) and the whole label area toggles the run peek. */} - + {/* Trailing cluster: countdown by default, quick actions on hover. */}
diff --git a/apps/desktop/src/app/session/hooks/use-session-actions/utils.test.ts b/apps/desktop/src/app/session/hooks/use-session-actions/utils.test.ts index 12a30b16e..1a5390210 100644 --- a/apps/desktop/src/app/session/hooks/use-session-actions/utils.test.ts +++ b/apps/desktop/src/app/session/hooks/use-session-actions/utils.test.ts @@ -105,6 +105,7 @@ describe('chatPartsEquivalent', () => { args: {} as never, argsText: '{}' } + const partB = { type: 'tool-call' as const, toolCallId: 'tc-1', @@ -126,6 +127,7 @@ describe('chatPartsEquivalent', () => { result: { content: 'file data' }, isError: false } + const partB = { type: 'tool-call' as const, toolCallId: 'tc-1', @@ -147,6 +149,7 @@ describe('chatPartsEquivalent', () => { args: {} as never, argsText: '{}' } + const partB = { type: 'tool-call' as const, toolCallId: 'tc-1',