💾 ccrSession.ts

This commit is contained in:
nirholas
2026-03-31 10:24:34 +00:00
parent 00a6eecd7b
commit e2eda401b6

View File

@@ -347,3 +347,4 @@ function extractApprovedPlan(content: ToolResultBlockParam['content']): string {
`ExitPlanMode approved but tool_result has no "## Approved Plan:" marker — remote may have hit the empty-plan or isAgent branch. Content preview: ${text.slice(0, 200)}`, `ExitPlanMode approved but tool_result has no "## Approved Plan:" marker — remote may have hit the empty-plan or isAgent branch. Content preview: ${text.slice(0, 200)}`,
) )
} }