andy-stack_vaultkeeper-ai/AIClasses/FunctionDefinitions/Functions
Andrew Beal 4d8edc8b96 Update delete functionality to support folders and use trash
- Enhance DeleteVaultFiles to handle both files and folders
- Change VaultService.delete to use vault.trash instead of permanent deletion
- Remove TFile type check to allow folder deletion
- Simplify delete method signature by removing unused force parameter
- Increase default snippet size limit from 150 to 300 characters
- Fix IPrompt to use SettingsService instead of direct plugin access
- Update all tests to reflect trash behavior and folder support
2025-11-03 21:37:47 +00:00
..
DeleteVaultFiles.ts Update delete functionality to support folders and use trash 2025-11-03 21:37:47 +00: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 multi-term search and user instruction UI with file path setting 2025-11-02 20:16:06 +00:00
WriteVaultFile.ts refactor: enhance file operations to support batch reads and deletion 2025-10-15 21:06:23 +01:00