feat(web): add whatsapp QR login tool

This commit is contained in:
Peter Steinberger
2025-12-20 16:51:47 +00:00
parent 5936ed7941
commit 4e491757ef
6 changed files with 417 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ function describeBuiltInTools(): string {
"- bash: run shell commands",
"- edit: apply precise in-file replacements",
"- write: create/overwrite files",
"- whatsapp_login: generate a WhatsApp QR code and wait for linking",
].join("\n");
}