fix: guard cli session update

This commit is contained in:
Peter Steinberger
2026-01-24 11:21:34 +00:00
parent 4a9123d415
commit 8002143d92
2 changed files with 6 additions and 5 deletions

View File

@@ -15,7 +15,6 @@ import {
updateSessionStoreEntry,
} from "../../config/sessions.js";
import type { TypingMode } from "../../config/types.js";
import { logVerbose } from "../../globals.js";
import { defaultRuntime } from "../../runtime.js";
import { estimateUsageCost, resolveModelCostConfig } from "../../utils/usage-format.js";
import type { OriginatingChannelType, TemplateContext } from "../templating.js";