andy-stack_vaultkeeper-ai/__tests__/Services
Andrew Beal 8e9718ba01 Add comprehensive Mistral AI provider integration with cross-provider tests
Implement complete Mistral AI support including message formatting, tool calls with ID validation (9-char alphanumeric), streaming, file attachments, and conversation naming service. Add extensive cross-provider integration tests covering Mistral interactions with Claude, OpenAI, and Gemini, including round-trip conversions, ID validation, and mixed conversation handling. Update all test fixtures to include Mistral API keys.
2026-02-28 14:29:26 +00:00
..
AbortService.test.ts feat: implement centralized abort controller with enhanced cancellation UX 2025-12-04 23:04:20 +00:00
AIControllerService.test.ts test: refactor callback mocks to reduce duplication in tests 2026-02-16 22:01:59 +00:00
AIToolService.test.ts feat: add multi-patch support with whitespace-flexible matching 2026-02-20 00:32:44 +00:00
ChatService.test.ts Rename 'AIfunction' to 'AITool' globally. 2026-01-30 22:35:54 +00:00
ConversationFileSystemService.test.ts Rename remaining references to functioncall to toolcall 2026-02-15 23:27:14 +00:00
ConversationNamingService.test.ts feat: add planning model selection and rate limit countdown UI 2026-01-05 21:49:51 +00:00
DiffService.test.ts Refactor file patching from unified diff to direct string replace 2025-12-05 23:02:55 +00:00
ExecutionAgent.test.ts test: refactor callback mocks to reduce duplication in tests 2026-02-16 22:01:59 +00:00
FileSystemService.test.ts feat: add multi-patch support with whitespace-flexible matching 2026-02-20 00:32:44 +00:00
HTMLService.test.ts refactor: replace direct DOM manipulation with HTMLService 2025-11-01 13:27:53 +00:00
InputService.test.ts refactor: remove unused import and redundant test cases 2026-01-30 22:10:11 +00:00
MultiAgentIntegration.test.ts refactor: replace Replan with granular orchestration tools 2026-02-19 20:48:59 +00:00
OrchestrationAgent.test.ts Rename functions folder to tools. 2026-02-15 23:07:39 +00:00
PlanningAgent.test.ts refactor: replace Replan with granular orchestration tools 2026-02-19 20:48:59 +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 Add comprehensive Mistral AI provider integration with cross-provider tests 2026-02-28 14:29:26 +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 Rename remaining references to functioncall to toolcall 2026-02-15 23:27:14 +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 Add comprehensive Mistral AI provider integration with cross-provider tests 2026-02-28 14:29:26 +00:00
VaultCacheService.test.ts feat: implement centralized abort controller with enhanced cancellation UX 2025-12-04 23:04:20 +00:00
VaultService.pdf.test.ts Add comprehensive Mistral AI provider integration with cross-provider tests 2026-02-28 14:29:26 +00:00
VaultService.performance.test.ts Add comprehensive Mistral AI provider integration with cross-provider tests 2026-02-28 14:29:26 +00:00
VaultService.test.ts Add comprehensive Mistral AI provider integration with cross-provider tests 2026-02-28 14:29:26 +00:00