Roo-Code/src/core/task
daniel-lxs 58cbc690e4
refactor: centralize abort/streaming state reset logic and use safe JSON parsing
- Extract duplicated abort/streaming state reset logic into private helper method resetAbortAndStreamingState()
- Update resumeTaskFromHistory() and presentResumableAsk() to use the helper method
- Replace unsafe JSON.parse() with safeJsonParse() in ClineProvider.ts for better error handling

Addresses review feedback from @mrubens on PR #8986
2025-11-03 15:23:27 -05:00
..
__tests__ fix: prevent UI flicker and enable resumption after task cancellation 2025-11-02 18:56:23 -05:00
AutoApprovalHandler.ts fix: properly reset cost limit tracking when user clicks "Reset and Continue" (#6890) 2025-10-03 09:56:34 -04:00
Task.ts refactor: centralize abort/streaming state reset logic and use safe JSON parsing 2025-11-03 15:23:27 -05:00
types.ts Remove GPT‑5 instructions/reasoning_summary from UI message metadata to prevent ui_messages.json bloat (#8756) 2025-10-21 14:55:29 -06:00