chore: pin dependencies and use native TypeScript
This commit is contained in:
@@ -14,7 +14,7 @@ import {
|
||||
getLastAssistantUsage,
|
||||
prepareCompaction,
|
||||
shouldCompact,
|
||||
} from "../src/core/compaction/index.js";
|
||||
} from "../src/core/compaction/index.ts";
|
||||
import {
|
||||
buildSessionContext,
|
||||
type CompactionEntry,
|
||||
@@ -24,7 +24,7 @@ import {
|
||||
type SessionEntry,
|
||||
type SessionMessageEntry,
|
||||
type ThinkingLevelChangeEntry,
|
||||
} from "../src/core/session-manager.js";
|
||||
} from "../src/core/session-manager.ts";
|
||||
|
||||
// ============================================================================
|
||||
// Test fixtures
|
||||
|
||||
Reference in New Issue
Block a user