Merge verified Odysseus fixes

This commit is contained in:
pewdiepie-archdaemon
2026-07-23 14:49:02 +00:00
parent 4c9a8ca115
commit d8a2059df8
117 changed files with 15693 additions and 3191 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```"