Makelore 2.0 initial clean snapshot
This commit is contained in:
11
electron/utils/token-usage.ts
Normal file
11
electron/utils/token-usage.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { TokenUsageHistoryEntry } from './token-usage-core';
|
||||
|
||||
export {
|
||||
extractSessionIdFromTranscriptFileName,
|
||||
parseUsageEntriesFromJsonl,
|
||||
type TokenUsageHistoryEntry,
|
||||
} from './token-usage-core';
|
||||
|
||||
export async function getRecentTokenUsageHistory(_limit?: number): Promise<TokenUsageHistoryEntry[]> {
|
||||
return [];
|
||||
}
|
||||
Reference in New Issue
Block a user