Roo-Code/src/core
Roo Code edde3778c8 fix: prevent token burning when Roo gets stuck in error loops
- Add maximum guidance request limit (3 attempts) to prevent infinite loops
- Track guidance count separately from mistake count
- Abort task when guidance limit is exceeded with clear error message
- Add resetConsecutiveMistakeCounts() method to reset both counters
- Update tools to use the new reset method
- Add logging for debugging token burning issues

Fixes #8148
2025-09-18 14:37:59 +00:00
..
assistant-message feat: add run_slash_command tool for executing slash commands (#7473) 2025-09-03 14:14:55 -04:00
checkpoints feat(checkpoints): create checkpoint when user sends a message (#7713) 2025-09-05 18:07:59 -04:00
condense fix: preserve original first message context during conversation condensing (#7939) 2025-09-12 12:52:02 -04:00
config refactor: flatten image generation settings structure (#7536) 2025-08-29 18:35:24 -04:00
context/context-management Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
context-tracking fix: use safeWriteJson for all JSON file writes with race condition fix (#4733) 2025-06-25 16:05:02 -04:00
diff fix: use CDATA sections in XML examples to prevent parser errors (#4852) (#6811) 2025-08-07 12:42:29 -04:00
environment fix: hide .rooignore'd files from environment details by default (#7369) 2025-08-27 18:09:06 -04:00
ignore Follow symlinks in rooignore checks (#7405) 2025-08-26 10:12:20 -04:00
mentions fix: identify mcp and slash command config path in multiple folder workspace (#6904) 2025-09-05 14:52:48 -04:00
message-queue Move message queue to the extension host (#7604) 2025-09-02 19:12:18 -07:00
prompts fix: skip flaky Windows test in custom-system-prompt.spec.ts (#8023) 2025-09-16 13:47:56 -04:00
protect Mark code-workspace files as protected (#7403) 2025-08-26 00:09:14 -04:00
sliding-window Feat: Adding Gemini tools - URL Context and Grounding with Google Search (#5959) 2025-07-27 14:34:55 -04:00
task fix: prevent token burning when Roo gets stuck in error loops 2025-09-18 14:37:59 +00:00
task-persistence Publish subtask events (#7626) 2025-09-03 04:05:54 -07:00
tools fix: prevent token burning when Roo gets stuck in error loops 2025-09-18 14:37:59 +00:00
webview Get the model id property for a given provider (#8009) 2025-09-17 15:24:27 -07:00