Added
- 📄 Office document text extraction in
read_file—.docx,.xlsx, and.pptxfiles are now automatically converted to text and returned in the standard JSON format, making them readable by LLMs. Word documents extract paragraphs and table contents, Excel spreadsheets render all sheets as tab-separated values, and PowerPoint presentations extract text from all slides. Supportsstart_line/end_linerange selection.