- Fix SuggestionService and UtilityService DI configuration (missing ->public(true))
- Fix language filtering to prevent cross-language suggestions
- Update Services.php: change addTag() to tag() for TYPO3 13 compatibility
- Add detailed task information display in scheduler task list
## Improvements
- Add getAdditionalInformation() method to GenerateSimilaritiesTask for better task identification
- Enhance debug logging in SuggestionsController for troubleshooting
- Improve language detection to ensure suggestions match current page language
- Clean up template debug elements and disable debug mode
## Technical Changes
- Services.php: Set SuggestionService and UtilityService as public services
- SuggestionService: Add language validation in findSimilarPagesFromDatabase()
- GenerateSimilaritiesTask: Add emoji-based task description with page IDs, exclusions, and thresholds
- Template cleanup: Remove temporary debug elements from List.html
The extension now correctly displays semantic suggestions in the appropriate language
and provides better visibility into scheduler task configurations.