Examples and patterns for creating documentation that prioritizes user experience
and practical understanding over technical completeness.
The concurrent file read feature uses parallel processing to read multiple files.
Read multiple files at once, saving time and reducing interruptions.
This feature improves efficiency.
Instead of approving 10 file reads one by one, approve them all at once and get your answer faster.
The feature uses a thread pool with configurable concurrency limits to process file I/O operations.
Roo can read up to 100 files at once (you can change this limit in settings).
Users must configure the concurrent file read limit parameter.
You can adjust how many files Roo reads at once in the settings.
The system imposes a hard limit of 100 concurrent operations.
Roo can handle up to 100 files at once - more than enough for most projects!
Error: Maximum concurrency threshold exceeded.
Oops! That's too many files at once. Try lowering the file limit in settings.
Reduces API call overhead through request batching.
Get answers faster by reading all the files Roo needs in one go.
Error messages: ⚠️
Tips: 💡
Important notes: 📝
Security: 🔒
For emphasis on key points
For settings names, file paths, or commands
For important callouts or warnings
Concurrent File Reads Documentation
- Does it start with benefits, not features?
- Are technical terms explained or avoided?
- Does it use "you" to address the reader?
- Are there practical examples or scenarios?
- Is the tone conversational and friendly?
- Are sections short and scannable?
- Does it answer common user questions?
- Is help easily accessible?