Files
oh-my-opencode/dist/hooks/session-recovery/storage/orphan-thinking-search.d.ts
T
2026-03-14 04:56:50 +00:00

3 lines
199 B
TypeScript

export declare function findMessagesWithOrphanThinking(sessionID: string): string[];
export declare function findMessageByIndexNeedingThinking(sessionID: string, targetIndex: number): string | null;