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