refactor(auto-reply): reuse abort session-entry resolver

This commit is contained in:
Peter Steinberger
2026-02-18 23:08:46 +00:00
parent c0c10f42e2
commit 8b257703d8
3 changed files with 15 additions and 15 deletions

View File

@@ -102,7 +102,7 @@ export function formatAbortReplyText(stoppedSubagents?: number): string {
return `⚙️ Agent was aborted. Stopped ${stoppedSubagents} ${label}.`;
}
function resolveSessionEntryForKey(
export function resolveSessionEntryForKey(
store: Record<string, SessionEntry> | undefined,
sessionKey: string | undefined,
) {