andy-stack_vaultkeeper-ai/__tests__
Andrew Beal f6f540ede9 fix: handle legacy function calls without IDs in Claude provider
Add validation to check for missing or empty function call IDs when
converting stored conversation history. Function calls and responses
without valid IDs are now converted to text format with [Legacy Tool Call]
and [Legacy Tool Result] prefixes to preserve context when switching
between providers.

Also improve ConversationHistoryModal initialization, add empty state
copy constant, enhance system prompt with regex pattern guidance, and
clean up formatting.
2025-11-11 23:46:53 +00:00
..
AIClasses fix: handle legacy function calls without IDs in Claude provider 2025-11-11 23:46:53 +00:00
Conversations Add promptContent parameter to ConversationContent class 2025-10-29 19:41:05 +00:00
Helpers feat: add VaultCacheService and vault monitoring capabilities 2025-10-25 12:46:07 +01:00
Services refactor: change writeFile to return Error | undefined instead of boolean 2025-11-11 19:54:11 +00:00
setup.ts refactor: replace direct DOM manipulation with HTMLService 2025-11-01 13:27:53 +00:00