This commit is contained in:
wassname
2026-04-21 18:09:09 +08:00
parent 5da34c33a2
commit c28436503f
4 changed files with 108 additions and 5 deletions
+1
View File
@@ -1255,6 +1255,7 @@ test("Extension runtime finalizes a drafted preview into the final Telegram repl
isIdle: () => true,
hasPendingMessages: () => false,
abort: () => {},
getContextUsage: () => ({ tokens: 10000, contextWindow: 200000, percent: 5.0 }),
} as never;
await handlers.get("session_start")?.({}, ctx);
await commands.get("telegram-connect")?.handler("", ctx);