andy-stack_vaultkeeper-ai/Modals
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
..
ConversationHistoryModal.ts fix: handle legacy function calls without IDs in Claude provider 2025-11-11 23:46:53 +00:00
ConversationHistoryModalSvelte.svelte fix: handle legacy function calls without IDs in Claude provider 2025-11-11 23:46:53 +00:00
HelpModal.ts refactor: improve type safety and add Zod validation for function arguments 2025-11-10 19:41:17 +00:00
HelpModalSvelte.svelte Rename plugin to Vaultkeeper AI 2025-11-10 08:03:27 +00:00