fix(ext): v0.5.5 wrong-LS 자동 복구 — fixLSConnection export + 'input not registered' 감지 시 LS 재연결 + 1회 retry
This commit is contained in:
@@ -30,6 +30,7 @@ export interface BridgeContext {
|
||||
recentDiscordSentTexts: Map<string, number>;
|
||||
writeChatSnapshot: (text: string) => void;
|
||||
writeChatSnapshotWithFiles: (text: string, files: Array<{ name: string, content: string }>) => void;
|
||||
fixLSConnection?: () => Promise<boolean>;
|
||||
}
|
||||
|
||||
let ctx: BridgeContext;
|
||||
|
||||
Reference in New Issue
Block a user