From 8702e6a6cbc64742acd669ee98eaca82b87b8cfd Mon Sep 17 00:00:00 2001 From: nousbot-eng Date: Fri, 17 Jul 2026 16:27:12 -0400 Subject: [PATCH] fmt(js): `npm run fix` on merge (#66505) Co-authored-by: github-actions[bot] --- .../src/app/session/hooks/use-prompt-actions/index.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/apps/desktop/src/app/session/hooks/use-prompt-actions/index.ts b/apps/desktop/src/app/session/hooks/use-prompt-actions/index.ts index f42fdff6b301..1fde9070d4a3 100644 --- a/apps/desktop/src/app/session/hooks/use-prompt-actions/index.ts +++ b/apps/desktop/src/app/session/hooks/use-prompt-actions/index.ts @@ -597,14 +597,7 @@ export function usePromptActions({ releaseBusy() notifyError(stopError, copy.stopFailed) } - }, [ - activeSessionIdRef, - busyRef, - copy.stopFailed, - requestGateway, - selectedStoredSessionIdRef, - updateSessionState - ]) + }, [activeSessionIdRef, busyRef, copy.stopFailed, requestGateway, selectedStoredSessionIdRef, updateSessionState]) // Steer = nudge the live turn without interrupting: the gateway appends the // text to the next tool result so the model reads it on its next iteration