mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Add isOrchestrated flag to Task class to track subtask context - Always include attempt_completion for orchestrated subtasks - Make attempt_completion optional for standard tasks via allowAttemptCompletion setting - Default behavior excludes attempt_completion for standard tasks - Add comprehensive tests for conditional inclusion logic - Update UI components to expose the new setting - Update snapshots to reflect new default behavior Fixes #7529 |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||