fmt(js): npm run fix on merge (#66505)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
nousbot-eng 2026-07-17 16:27:12 -04:00 committed by GitHub
parent 7f76fc040a
commit 8702e6a6cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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