andy-stack_vaultkeeper-ai/Enums
Andrew Beal 72ddbba72e feat: add ListVaultFiles function and improve search behavior
- Add new ListVaultFiles AI function for listing vault contents
- Remove auto-fallback to listing all files when search returns 0 results
- Improve SearchVaultFiles description to clarify it searches content
- Add listFoldersInDirectory and listDirectoryContents methods to VaultService
- Update SanitiserService to normalize empty strings to "/" (vault root)
- Add allowAccessToPluginRoot parameter to searchVaultFiles
- Update tests to reflect new search behavior and list operations
- Add DeregisterAllServices call in plugin onunload
- Update dependencies (@google/genai, svelte, vitest, eslint)
2025-11-01 11:43:32 +00:00
..
AIFunction.ts feat: add ListVaultFiles function and improve search behavior 2025-11-01 11:43:32 +00:00
ApiProvider.ts refactor: replace API provider dropdown with model selection dropdown 2025-10-21 22:14:35 +01:00
Copy.ts refactor: replace API provider dropdown with model selection dropdown 2025-10-21 22:14:35 +01:00
FileEvent.ts feat: add VaultCacheService and vault monitoring capabilities 2025-10-25 12:46:07 +01:00
Greeting.ts Add greeting messages based on time of day and implement TopBar component 2025-10-02 09:34:54 +01:00
Path.ts refactor: simplify web search params and improve vault file handling 2025-10-15 20:13:14 +01:00
Role.ts Refactor conversation content handling and improve error messages 2025-10-20 08:30:08 +01:00
SearchTrigger.ts fix: improve search trigger cursor positioning and UX 2025-11-01 02:01:17 +00:00
Selector.ts refactor: centralize CSS class names in Selector enum 2025-10-13 13:14:54 +01:00