@@ -358,6 +358,7 @@ import {
|
358 | 358 | remapInjectedContextFilesToWorkspace, |
359 | 359 | } from "./attempt.bootstrap-context.js"; |
360 | 360 | export { buildContextEnginePromptCacheInfo } from "./attempt.context-engine-helpers.js"; |
| 361 | +import { diagnosticErrorCategory } from "../../../infra/diagnostic-error-metadata.js"; |
361 | 362 | import { resolveUserTimezone } from "../../date-time.js"; |
362 | 363 | import { |
363 | 364 | rotateTranscriptAfterCompaction, |
@@ -390,10 +391,7 @@ import {
|
390 | 391 | normalizeMessagesForCurrentPromptBoundary, |
391 | 392 | normalizeMessagesForLlmBoundary, |
392 | 393 | } from "./attempt.llm-boundary.js"; |
393 | | -import { |
394 | | -diagnosticErrorCategory, |
395 | | -wrapStreamFnWithDiagnosticModelCallEvents, |
396 | | -} from "./attempt.model-diagnostic-events.js"; |
| 394 | +import { wrapStreamFnWithDiagnosticModelCallEvents } from "./attempt.model-diagnostic-events.js"; |
397 | 395 | import { |
398 | 396 | buildAfterTurnRuntimeContext, |
399 | 397 | buildAfterTurnRuntimeContextFromUsage, |
@@ -521,13 +519,7 @@ export {
|
521 | 519 | resolvePromptBuildHookResult, |
522 | 520 | resolvePromptModeForSession, |
523 | 521 | shouldWarnOnOrphanedUserRepair, |
524 | | -shouldInjectHeartbeatPrompt, |
525 | 522 | } from "./attempt.prompt-helpers.js"; |
526 | | -export { |
527 | | -persistSessionsYieldContextMessage, |
528 | | -queueSessionsYieldInterruptMessage, |
529 | | -stripSessionsYieldArtifacts, |
530 | | -} from "./attempt.sessions-yield.js"; |
531 | 523 | export { wrapStreamFnRepairMalformedToolCallArguments } from "./attempt.tool-call-argument-repair.js"; |
532 | 524 | export { |
533 | 525 | wrapStreamFnPromoteStandaloneTextToolCalls, |
|