andy-stack_vaultkeeper-ai/__tests__/Services
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
..
AIFunctionService.test.ts feat: add multi-term search and user instruction UI with file path setting 2025-11-02 20:16:06 +00:00
ChatService.test.ts test: remove unused imports and update type references 2025-11-01 11:50:11 +00:00
ConversationFileSystemService.test.ts test: remove unused imports and update type references 2025-11-01 11:50:11 +00:00
ConversationNamingService.test.ts feat: add multi-term search and user instruction UI with file path setting 2025-11-02 20:16:06 +00:00
FileSystemService.test.ts Update delete functionality to support folders and use trash 2025-11-03 21:37:47 +00:00
HTMLService.test.ts refactor: replace direct DOM manipulation with HTMLService 2025-11-01 13:27:53 +00:00
InputService.test.ts test: remove unused imports and update type references 2025-11-01 11:50:11 +00:00
SanitiserService.test.ts test: remove unused imports and update type references 2025-11-01 11:50:11 +00:00
SettingsService.test.ts Update delete functionality to support folders and use trash 2025-11-03 21:37:47 +00:00
StatusBarService.test.ts test: add cleanup to prevent memory leaks in test suites 2025-10-30 12:15:35 +00:00
StreamingMarkdownService.test.ts refactor: replace direct DOM manipulation with HTMLService 2025-11-01 13:27:53 +00:00
StreamingService.test.ts test: remove unused imports and update type references 2025-11-01 11:50:11 +00:00
UserInputService.test.ts test: add cleanup to prevent memory leaks in test suites 2025-10-30 12:15:35 +00:00
VaultCacheService.test.ts test: remove unused imports and update type references 2025-11-01 11:50:11 +00:00
VaultService.test.ts Update delete functionality to support folders and use trash 2025-11-03 21:37:47 +00:00