You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This exponential backoff helps prevent overwhelming APIs while still recovering from transient errors.
258
-
:::
259
-
260
226
### MCP Tools
261
227
262
228
:::caution MCP Tools (Risk: Medium-High)
@@ -385,34 +351,3 @@ Security tip: Be specific with prefixes. Instead of allowing all `python` comman
385
351
- Repetitive tasks where the default suggestions are usually correct
386
352
- Testing workflows where interaction isn't critical
387
353
:::
388
-
389
-
### Update Todo List
390
-
391
-
:::info Update Todo List (Risk: Low)
392
-
393
-
**Setting:** "Always approve todo list updates"
394
-
395
-
**Description:** "Automatically update the to-do list without requiring approval"
396
-
397
-
**Risk level:** Low
398
-
399
-
This setting allows Roo to automatically update task progress and todo lists during work sessions. This includes:
400
-
- Marking tasks as completed
401
-
- Adding new discovered tasks
402
-
- Updating task status (pending, in progress, completed)
403
-
- Reorganizing task priorities
404
-
405
-
**Benefits:**
406
-
- Maintains real-time task progress visibility
407
-
- Reduces interruptions during multi-step workflows
408
-
- Keeps project status accurately reflected
409
-
- Helps track complex task dependencies
410
-
411
-
**Use cases:**
412
-
- Long-running development sessions
413
-
- Multi-step refactoring projects
414
-
- Complex debugging workflows
415
-
- Feature implementation with many subtasks
416
-
417
-
This is particularly useful when combined with the Subtasks permission, as it allows Roo to maintain a complete picture of project progress without constant approval requests.
Copy file name to clipboardExpand all lines: docs/features/task-todo-list.mdx
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,10 +144,4 @@ This is an architectural design decision where Roo Code maintains authority over
144
144
You can disable todo lists entirely through the `todoListEnabled` setting. When disabled:
145
145
- Roo will not create todo lists for any tasks
146
146
- The REMINDERS section will not appear in environment details
147
-
- Existing todo lists will remain visible but won't be updated
148
-
149
-
### Auto-Approving Todo List Updates
150
-
151
-
You can enable automatic approval of todo list updates to reduce interruptions during long workflows. When enabled, Roo will automatically update task progress without requiring confirmation for each change.
152
-
153
-
To configure this feature, see the [Update Todo List auto-approval settings](/features/auto-approving-actions#update-todo-list).
147
+
- Existing todo lists will remain visible but won't be updated
0 commit comments