andy-stack_vaultkeeper-ai/Services
Andrew Beal 63bcfdeae9 fix: remove min query length requirement and improve search UI styling
- Remove 3-character minimum search query requirement
- Add dynamic padding to search results container
- Style search results with icons, grid layout, and hover states
- Fix missing semicolons in ChatInput event handlers
- Implement auto-scroll for selected search result
- Initialize vault cache after metadata resolution
- Update tests to reflect removed query length validation
2025-10-29 21:33:45 +00:00
..
AIFunctionService.ts feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
ChatService.ts feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
ConversationFileSystemService.ts Add promptContent parameter to ConversationContent class 2025-10-29 19:41:05 +00:00
ConversationNamingService.ts refactor: improve path sanitization and remove unused chat area code 2025-10-24 17:25:32 +01:00
DependencyService.ts Implement spike work for plugin. 2025-09-08 15:50:06 +01:00
FileSystemService.ts feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
InputService.ts Convert input helpers into service. 2025-10-29 19:46:20 +00:00
SanitiserService.ts feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
ServiceRegistration.ts Convert input helpers into service. 2025-10-29 19:46:20 +00:00
Services.ts Convert input helpers into service. 2025-10-29 19:46:20 +00:00
StatusBarService.ts feat: add animated token counter to status bar 2025-10-17 22:40:12 +01:00
StreamingMarkdownService.ts feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
StreamingService.ts feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
UserInputService.ts fix: remove min query length requirement and improve search UI styling 2025-10-29 21:33:45 +00:00
VaultCacheService.ts fix: remove min query length requirement and improve search UI styling 2025-10-29 21:33:45 +00:00
VaultService.ts feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
WorkSpaceService.ts refactor: improve dependency injection type safety and add AI exclusions setting 2025-10-12 21:26:01 +01:00