Fixed shimmer animation on permission deny

Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
This commit is contained in:
opencode-agent[bot] 2025-11-05 22:35:50 +00:00
parent e006e3355c
commit 028840517b

View file

@ -1289,6 +1289,11 @@ export namespace SessionPrompt {
})
continue
}
// If permission was rejected and blocked, break out of processing loop
if (blocked) {
break
}
}
} catch (e) {
log.error("process", {