|
| 1 | +## PR #6090: feat: add merge-resolver mode for intelligent conflict resolution |
| 2 | + |
| 3 | +**Author**: daniel-lxs |
| 4 | +**Linked Issues**: None |
| 5 | +**Category**: Major Feature |
| 6 | +**User Impact**: New mode for intelligent Git merge conflict resolution that analyzes commit history and intent to make informed decisions when resolving conflicts. Also updates PR Fixer mode to automatically delegate merge conflicts to this specialized mode. |
| 7 | +**Contributors**: daniel-lxs |
| 8 | + |
| 9 | +--- |
| 10 | +## PR #5969: feat: add support for Agent Rules standard via AGENTS.md (#5966) |
| 11 | + |
| 12 | +**Author**: app/roomote |
| 13 | +**Linked Issues**: #5966 (reporter: sgryphon) |
| 14 | +**Category**: Features |
| 15 | +**User Impact**: Roo Code now supports the Agent Rules standard through AGENTS.md files, allowing you to share natural language guidelines across different AI coding tools. This means you can maintain a single set of coding standards, security practices, and workflow rules that work with Roo Code, Aider, Cline, and other compatible tools. |
| 16 | +**Contributors**: sgryphon |
| 17 | + |
| 18 | +--- |
| 19 | +## PR #5798: feat: Add terminal command permissions UI to chat interface (#5480) |
| 20 | + |
| 21 | +**Author**: hannesrudolph |
| 22 | +**Linked Issues**: #5480 (reporter: hannesrudolph) |
| 23 | +**Category**: Features |
| 24 | +**User Impact**: Manage terminal command permissions directly in the chat interface with an interactive UI that shows suggested patterns and allows toggling between allowed/denied states |
| 25 | +**Contributors**: hannesrudolph |
| 26 | + |
| 27 | +--- |
| 28 | +## PR #5582: feat: Add settings to control diagnostic messages (#5524) |
| 29 | + |
| 30 | +**Author**: hannesrudolph |
| 31 | +**Linked Issues**: #5524 (reporter: hannesrudolph), #4860 (reporter: hannesrudolph) |
| 32 | +**Category**: QOL Improvements |
| 33 | +**User Impact**: Users can now control how many diagnostic messages (errors, warnings) appear in their context, preventing overwhelming amounts of diagnostics from cluttering the interface and slowing down Roo Code's responses. This is especially helpful when working with legacy code or projects that temporarily have many errors during development. |
| 34 | +**Contributors**: hannesrudolph |
| 35 | + |
| 36 | +--- |
| 37 | +## PR #6103: Fix todo list toggle not working |
| 38 | + |
| 39 | +**Author**: chrarnoldus |
| 40 | +**Linked Issues**: None |
| 41 | +**Category**: Bug Fix |
| 42 | +**User Impact**: Fixed the todo list toggle feature that wasn't working properly, allowing users to enable/disable todo lists in their tasks as intended |
| 43 | +**Contributors**: chrarnoldus |
| 44 | + |
| 45 | +--- |
| 46 | + |
| 47 | +## PR #6095: fix: restore list styles for markdown lists in chat interface |
| 48 | + |
| 49 | +**Author**: app/roomote |
| 50 | +**Linked Issues**: #6094 (reporter: village-way) |
| 51 | +**Category**: Bug Fix |
| 52 | +**User Impact**: Markdown lists (both ordered and unordered) now display properly in the chat interface with correct bullets, numbers, and indentation, making them visually distinguishable from regular paragraphs |
| 53 | +**Contributors**: app/roomote, village-way |
| 54 | + |
| 55 | +--- |
| 56 | + |
| 57 | +## PR #6079: Fix Ollama API URL normalization by removing trailing slashes |
| 58 | + |
| 59 | +**Author**: Naam |
| 60 | +**Linked Issues**: #6078 (reporter: Naam) |
| 61 | +**Category**: Bug Fix |
| 62 | +**User Impact**: Fixed Ollama integration issues caused by trailing slashes in API URLs, preventing confusing error messages about models not supporting embedding when the real issue was URL formatting |
| 63 | +**Contributors**: Naam |
| 64 | + |
| 65 | +--- |
| 66 | + |
| 67 | +## PR #6073: fix: respect maxReadFileLine setting for file mentions to prevent context exhaustion |
| 68 | + |
| 69 | +**Author**: app/roomote |
| 70 | +**Linked Issues**: #6069 (reporter: sebinseban) |
| 71 | +**Category**: Bug Fix |
| 72 | +**User Impact**: Prevents Roo Code from failing with "Failed to condense" errors when accidentally reading very large source files (>5000 lines), especially important in Orchestrator mode where it could wipe out task context |
| 73 | +**Contributors**: app/roomote, sebinseban |
| 74 | + |
| 75 | +--- |
| 76 | + |
| 77 | +## PR #6061: fix: allow auto-approve checkbox to be toggled at any time |
| 78 | + |
| 79 | +**Author**: KJ7LNW |
| 80 | +**Linked Issues**: #6060 (reporter: KJ7LNW) |
| 81 | +**Category**: Bug Fix |
| 82 | +**User Impact**: Fixed a critical safety issue where the auto-approve checkbox would become unresponsive during model responses, ensuring users can always disable auto-approval to prevent unwanted actions |
| 83 | +**Contributors**: KJ7LNW |
| 84 | + |
| 85 | +--- |
| 86 | +## PR #6228: refactor: consolidate HuggingFace models API into providers/fetchers |
| 87 | + |
| 88 | +**Author**: daniel-lxs |
| 89 | +**Linked Issues**: None |
| 90 | +**Category**: Misc Improvements |
| 91 | +**User Impact**: Improved code organization for better maintainability |
| 92 | +**Contributors**: daniel-lxs |
| 93 | + |
| 94 | +--- |
| 95 | + |
| 96 | +## PR #6055: feat: add efficiency warning for single SEARCH/REPLACE blocks in apply_diff |
| 97 | + |
| 98 | +**Author**: KJ7LNW |
| 99 | +**Linked Issues**: None |
| 100 | +**Category**: QOL Improvements |
| 101 | +**User Impact**: Better guidance for efficient file editing with apply_diff tool |
| 102 | +**Contributors**: KJ7LNW |
| 103 | + |
| 104 | +--- |
| 105 | + |
| 106 | +## PR #5920: fix: add Git installation check for checkpoints feature (#3109) |
| 107 | + |
| 108 | +**Author**: MuriloFP |
| 109 | +**Linked Issues**: #3109 (reporter: hannesrudolph) |
| 110 | +**Category**: Bug Fixes |
| 111 | +**User Impact**: Clear warning when Git is not installed, preventing silent checkpoint failures |
| 112 | +**Contributors**: MuriloFP |
| 113 | + |
| 114 | +--- |
| 115 | + |
| 116 | +## PR #5743: fix: resolve 'Bad substitution' error in command parsing |
| 117 | + |
| 118 | +**Author**: daniel-lxs |
| 119 | +**Linked Issues**: #5978 (reporter: KJ7LNW) |
| 120 | +**Category**: Bug Fixes |
| 121 | +**User Impact**: Fixed crashes when using complex bash commands with special syntax |
| 122 | +**Contributors**: daniel-lxs, KJ7LNW |
| 123 | + |
| 124 | +--- |
| 125 | + |
| 126 | +## PR #5085: debug: Add ErrorBoundary component for better error handling |
| 127 | + |
| 128 | +**Author**: KJ7LNW |
| 129 | +**Linked Issues**: #5731 (reporter: elianiva) |
| 130 | +**Category**: QOL Improvements |
| 131 | +**User Impact**: Better error handling prevents complete UI crashes, showing helpful error messages instead |
| 132 | +**Contributors**: KJ7LNW, elianiva |
| 133 | + |
| 134 | +--- |
0 commit comments