fix(chat): mark aborted permissions
Build Push and Deploy / docker-image (push) Successful in 1m1s
Build Push and Deploy / deploy-fallback-log (push) Has been skipped

This commit is contained in:
2026-06-08 19:54:25 +08:00
parent 166b45e529
commit 7da0ed0e39
4 changed files with 41 additions and 14 deletions
@@ -238,7 +238,7 @@ describe("useAgentChatSession actions", () => {
permissions: [
expect.objectContaining({
requestId: "perm-abort",
status: "rejected",
status: "aborted",
repliedAt: expect.any(Number),
error: undefined,
}),