Merge verified Odysseus fixes

This commit is contained in:
pewdiepie-archdaemon
2026-07-23 14:49:08 +00:00
parent 93107c5415
commit cf4e240ad1
246 changed files with 28636 additions and 5493 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ def test_strips_every_named_email_tool_fence():
email_tools = [
"list_email_accounts", "send_email", "list_emails", "read_email",
"reply_to_email", "bulk_email", "archive_email", "delete_email",
"mark_email_read",
"mark_email_read", "scan_email_unsubscribes", "unsubscribe_email",
]
for tool in email_tools:
fence = f"```{tool}\n{{}}\n```"