andy-stack_vaultkeeper-ai/AIClasses/FunctionDefinitions
Andrew Beal 37db1a8908 refactor: improve type safety and add Zod validation for function arguments
- Change function arguments type from `Record<string, object>` to `Record<string, unknown>`
- Add Zod schemas for all AI function arguments validation
- Improve TypeScript types across modals and services
- Add ESLint disable comments for intentional exceptions
- Fix async/await handling in modal and view lifecycle methods
- Update dependencies (@typescript-eslint 8.46.4, rollup 4.53.2, zod 4.1.12)
2025-11-10 19:41:17 +00:00
..
Functions Update delete functionality to support folders and use trash 2025-11-03 21:37:47 +00:00
AIFunctionDefinitions.ts feat: add ListVaultFiles function and improve search behavior 2025-11-01 11:43:32 +00:00
AIFunctionResponse.ts Add Claude API provider support with streaming and tool integration 2025-10-19 14:23:24 +01:00
IAIFunctionDefinition.ts refactor: improve type safety and add Zod validation for function arguments 2025-11-10 19:41:17 +00:00