fix: avoid Windows runner unicode crash (#567)

This commit is contained in:
Peter Steinberger
2026-01-09 14:36:02 +01:00
parent 63f5fa47de
commit 760e9b3df5
2 changed files with 9 additions and 4 deletions

View File

@@ -1212,7 +1212,6 @@ export type AgentDefaultsConfig = {
| "msteams"
| "signal"
| "imessage"
| "msteams"
| "none";
/** Optional delivery override (E.164 for WhatsApp, chat id for Telegram). */
to?: string;