andy-stack_vaultkeeper-ai/__tests__/AIClasses
Andrew Beal 0b54cdcc10 refactor(ChatArea): extract message rendering into separate components
Extract user and assistant message rendering logic from ChatArea into dedicated UserMessage and AssistantMessage components, removing unused dependencies and styles.
2026-07-11 14:04:19 +01:00
..
AIToolCall.test.ts Rename remaining references to functioncall to toolcall 2026-02-15 23:27:14 +00:00
BaseAIClass.test.ts Implement local model support. 2026-07-04 12:16:08 +01:00
BaseAIFileService.test.ts test: add getMimeType mock to Attachment test fixtures 2026-02-15 22:55:39 +00:00
Claude.test.ts Implement local model support. 2026-07-04 12:16:08 +01:00
ClaudeConversationNamingAgent.test.ts Update AI model references to latest versions 2026-07-06 19:37:41 +01:00
CrossProviderIntegration.test.ts Implement local model support. 2026-07-04 12:16:08 +01:00
Gemini.test.ts Fix toolCallStarted to emit when function name first becomes available 2026-07-04 15:39:12 +01:00
GeminiConversationNamingAgent.test.ts Implement local model support. 2026-07-04 12:16:08 +01:00
Local.test.ts Fix toolCallStarted to emit when function name first becomes available 2026-07-04 15:39:12 +01:00
LocalConversationNamingAgent.test.ts Implement local model support. 2026-07-04 12:16:08 +01:00
LocalFileService.test.ts Implement local model support. 2026-07-04 12:16:08 +01:00
Mistral.test.ts Implement local model support. 2026-07-04 12:16:08 +01:00
MistralConversationNamingAgent.test.ts Implement local model support. 2026-07-04 12:16:08 +01:00
OpenAI.test.ts Fix toolCallStarted to emit when function name first becomes available 2026-07-04 15:39:12 +01:00
OpenAIConversationNamingAgent.test.ts refactor(ChatArea): extract message rendering into separate components 2026-07-11 14:04:19 +01:00