Add request_permissions profile persistence core support

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Dylan Hurd
2026-03-21 15:19:11 -07:00
parent b0236501e2
commit 3b52dd7b7d
9 changed files with 241 additions and 3 deletions

View File

@@ -764,6 +764,7 @@ async fn handle_request_permissions(
.submit(Op::RequestPermissionsResponse {
id: call_id,
response,
persist_permissions: None,
})
.await;
}