remove excessive file writes

This commit is contained in:
2026-05-31 19:22:30 -04:00
parent 53bac1976a
commit 5342a2c69f
5 changed files with 4 additions and 47 deletions

View File

@@ -97,8 +97,6 @@ export interface TaskProgressInfo {
error?: string;
/** Tool usage counts from parsed subprocess output */
toolUsage?: ToolUsage;
/** Path to session output file */
sessionFile?: string;
/** Truncated output preview for expanded view */
outputPreview?: string;
/** Git commit messages from task execution */