fix: align config types after upstream changes

This commit is contained in:
Peter Steinberger
2026-01-16 01:49:07 +00:00
parent 1210657fda
commit af370ab23e
6 changed files with 29 additions and 14 deletions

View File

@@ -13,6 +13,7 @@ import {
import type { ClawdbotConfig } from "../../config/config.js";
import {
resolveSessionFilePath,
saveSessionStore,
type SessionEntry,
updateSessionStore,
} from "../../config/sessions.js";