andy-stack_vaultkeeper-ai/Modals
Andrew Beal 167a2b13a5 refactor: standardize error handling with Exception helper and improve return types
Add Exception helper class for consistent error handling and logging. Replace throw statements and console.error calls with Exception methods. Update service methods to return Error | T instead of mixed success/failure objects. Improve type safety in Claude.extractContents with explicit return type.

Add WikiLinks helper to VaultCacheService for managing wiki link references.

Update unit tests.
2025-11-17 19:02:15 +00:00
..
ConversationHistoryModal.ts refactor: standardize error handling with Exception helper and improve return types 2025-11-17 19:02:15 +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: standardize error handling with Exception helper and improve return types 2025-11-17 19:02:15 +00:00
HelpModalSvelte.svelte Rename plugin to Vaultkeeper AI 2025-11-10 08:03:27 +00:00