mirror of
https://github.com/zadam/trilium.git
synced 2025-12-04 22:44:25 +01:00
* Add SmartSearchTool that automatically selects best search method based on query analysis * Intelligent detection of semantic, keyword, attribute, and temporal searches * Automatic fallback to alternative methods when primary search yields poor results * Support for exact phrase matching, boolean operators, and date/time patterns * Comprehensive error handling with helpful suggestions and examples * Standardized response format with execution metadata * Add parameter validation helpers for consistent error messaging * Remove unified_search_tool.ts to eliminate duplicate search interfaces This provides LLMs with a single, intelligent search interface while maintaining backward compatibility with individual search tools for specialized cases. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>