What's Changed
Performance Improvements 🚀
- Fixed 20-second delay in interactive mode responses
- Resolved duplicate tool loading on initialization
- Optimized message handling for faster responses
- Made initialized flag more robust with getter property
Enhanced Tool Display 🎨
- web-search tool now shows contextual parameters inline during execution
- Display search type, time range, and domain filters in compact notation
- More descriptive status messages during tool execution
- Better formatting for result counts and date ranges
Developer Experience 📊
- Added detailed timing logs for API latency tracking
- Improved debugging output for performance analysis
- Cleaner tool execution preview in UI
Technical Details
- Removed redundant
waitForToolsToLoad()calls that were causing initialization delays - Fixed tool loading happening twice on every message in interactive mode
- Enhanced
formatToolExecutionto provide rich context for web-search operations
Full Changelog: v0.6.1...v0.6.2