You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isMeta: true// Mark as meta so it's used for linking but filtered from output
387
+
});
362
388
}elseif('summary'inentry&&entry.summary&&!entry.summary.toLowerCase().startsWith('api error: 401')&&!entry.summary.toLowerCase().startsWith('invalid api key')){
363
389
constsummaryEntry=entryasSummaryEntry;
364
390
constuuid=summaryEntry.leafUuid;
@@ -453,6 +479,10 @@ export class ClaudeCodeSessionService implements IClaudeCodeSessionService {
453
479
.trim();
454
480
}
455
481
482
+
private_isRawStoredSDKMessage(entry: RawStoredSDKMessage|ChainLinkEntry): entry is RawStoredSDKMessage{
0 commit comments