andy-stack_vaultkeeper-ai/AIClasses/FunctionDefinitions/Functions
Andrew Beal fbe5766d03 refactor: consolidate string utilities into StringTools class
Move isValidJson, dateToString, and escapeRegex from Helpers to new StringTools class. Add asRegex method for parsing regex literals with /pattern/flags format. Update all imports and usages across codebase.
2025-11-12 21:12:36 +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 refactor: consolidate string utilities into StringTools class 2025-11-12 21:12:36 +00:00
WriteVaultFile.ts refactor: enhance file operations to support batch reads and deletion 2025-10-15 21:06:23 +01:00