2a8046b737
Enable the AI assistant to read full documents from network storage (PDF/DOCX/TXT), summarize multiple documents, and batch-rename files. Key changes: - Raise text extraction limit from 2,000 to 100,000 chars (configurable) - Add agentic loop in SmartAssistantService for multi-turn tool execution - New tools: read_document, read_multiple_documents, batch_rename_documents - New API endpoints: readDocument, readMultipleDocuments, batchRename - New integration settings: maxDocumentChars, agenticLoopEnabled, maxAgenticLoops Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>