mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 16:30:27 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| AIFunctionService.test.ts | ||
| ChatService.test.ts | ||
| ConversationFileSystemService.test.ts | ||
| ConversationNamingService.test.ts | ||
| FileSystemService.test.ts | ||
| HTMLService.test.ts | ||
| InputService.test.ts | ||
| SanitiserService.test.ts | ||
| SettingsService.test.ts | ||
| StatusBarService.test.ts | ||
| StreamingMarkdownService.test.ts | ||
| StreamingService.test.ts | ||
| UserInputService.test.ts | ||
| VaultCacheService.test.ts | ||
| VaultService.test.ts | ||