andy-stack_vaultkeeper-ai/AIClasses/FunctionDefinitions/Functions
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
..
DeleteVaultFiles.ts feat: add batch file operations and move functionality 2025-10-16 22:58:30 +01:00
ListVaultFiles.ts feat: add ListVaultFiles function and improve search behavior 2025-11-01 11:43:32 +00:00
MoveVaultFiles.ts feat: add batch file operations and move functionality 2025-10-16 22:58:30 +01:00
ReadVaultFiles.ts refactor: enhance file operations to support batch reads and deletion 2025-10-15 21:06:23 +01:00
SearchVaultFiles.ts feat: add ListVaultFiles function and improve search behavior 2025-11-01 11:43:32 +00:00
WriteVaultFile.ts refactor: enhance file operations to support batch reads and deletion 2025-10-15 21:06:23 +01:00