From 75467998f90ba87adf66e1254a4d163345f23a5f Mon Sep 17 00:00:00 2001 From: nousbot-eng Date: Thu, 16 Jul 2026 18:32:53 -0400 Subject: [PATCH] fmt(js): `npm run fix` on merge (#65974) Co-authored-by: github-actions[bot] --- .../app/chat/sidebar/cron-jobs-section.tsx | 50 +++++++++---------- .../hooks/use-session-actions/utils.test.ts | 3 ++ 2 files changed, 28 insertions(+), 25 deletions(-) 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',