You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: implement proactive file caching for read_file deduplication
- Changed from reactive to proactive deduplication approach
- Added getRecentFileContent method to check cache before reading files
- Modified readFileTool to use cached content when available
- Added comprehensive tests for the new caching functionality
- Fixed legacy format handling in getRecentFileContent
- Updated test mocks to include new methods
0 commit comments