andy-stack_vaultkeeper-ai/__tests__/Services
Andrew Beal 33440d17bf refactor: standardize error handling and logging across codebase
Replace console.error/log with Exception.log helper, improve OpenAI error handling with retryable errors, add type-safe model validation, and add new AI models (Claude Opus 4.5, Gemini 3 Pro Preview, GPT-5.1)
2025-12-06 14:09:46 +00:00
..
AbortService.test.ts feat: implement centralized abort controller with enhanced cancellation UX 2025-12-04 23:04:20 +00:00
AIFunctionService.test.ts refactor: standardize error handling and logging across codebase 2025-12-06 14:09:46 +00:00
ChatService.test.ts feat: implement centralized abort controller with enhanced cancellation UX 2025-12-04 23:04:20 +00:00
ConversationFileSystemService.test.ts feat: implement centralized abort controller with enhanced cancellation UX 2025-12-04 23:04:20 +00:00
ConversationNamingService.test.ts feat: implement centralized abort controller with enhanced cancellation UX 2025-12-04 23:04:20 +00:00
DiffService.test.ts Refactor file patching from unified diff to direct string replace 2025-12-05 23:02:55 +00:00
FileSystemService.test.ts Refactor file patching from unified diff to direct string replace 2025-12-05 23:02:55 +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 refactor: standardize error handling with Exception helper and improve return types 2025-11-17 19:02:15 +00:00
SettingsService.test.ts refactor: convert TypeScript namespaces to standalone functions 2025-11-10 12:59:48 +00:00
StatusBarService.test.ts Rename plugin to Vaultkeeper AI 2025-11-10 08:03:27 +00:00
StreamingMarkdownService.test.ts refactor: standardize error handling with Exception helper and improve return types 2025-11-17 19:02:15 +00:00
StreamingService.test.ts refactor: standardize error handling and logging across codebase 2025-12-06 14:09:46 +00:00
UserInputService.test.ts test: add cleanup to prevent memory leaks in test suites 2025-10-30 12:15:35 +00:00
VaultCacheService.performance.test.ts feat: implement centralized abort controller with enhanced cancellation UX 2025-12-04 23:04:20 +00:00
VaultCacheService.test.ts feat: implement centralized abort controller with enhanced cancellation UX 2025-12-04 23:04:20 +00:00
VaultService.performance.test.ts feat: add interactive diff viewer with user approval workflow 2025-11-24 21:29:54 +00:00
VaultService.test.ts Refactor file patching from unified diff to direct string replace 2025-12-05 23:02:55 +00:00