refactor(core): Extract thought parsing logic into a dedicated utility (#9503)

This commit is contained in:
Abhi
2025-09-24 15:38:36 -04:00
committed by GitHub
parent ad59be0c81
commit 22740ddceb
5 changed files with 138 additions and 19 deletions

View File

@@ -6,7 +6,7 @@
import { type Config } from '../config/config.js';
import { type Status } from '../core/coreToolScheduler.js';
import { type ThoughtSummary } from '../core/turn.js';
import { type ThoughtSummary } from '../utils/thoughtUtils.js';
import { getProjectHash } from '../utils/paths.js';
import path from 'node:path';
import fs from 'node:fs';