Add Codex and Claude document draft integration

This commit is contained in:
pewdiepie-archdaemon
2026-06-09 14:27:53 +09:00
parent c5230e85a9
commit 013beab861
6 changed files with 132 additions and 1 deletions
+1
View File
@@ -31,6 +31,7 @@ ALLOWED_SCOPES = {
TOKEN_PROFILES = {
"chat": ["chat"],
"codex_todos": ["todos:read", "todos:write"],
"codex_documents": ["documents:read", "documents:write"],
"codex_email_drafts": ["email:read", "email:draft", "documents:read", "documents:write"],
}