andy-stack_vaultkeeper-ai/Components
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
..
ChatArea.svelte fix: prevent empty messages and assistant-to-assistant structure 2025-11-09 13:57:47 +00:00
ChatAreaThought.svelte fix: adjust spacing in chat components and bump version to 0.0.5 2025-11-04 18:56:28 +00:00
ChatInput.svelte fix: reset selected result when search results are cleared 2025-11-15 11:35:23 +00:00
ChatSearchResults.svelte fix: reset selected result when search results are cleared 2025-11-15 11:35:23 +00:00
ChatWindow.svelte fix: blur input on mobile after submit, focus on desktop 2025-11-12 00:06:54 +00:00
StreamingIndicator.svelte fix: adjust spacing in chat components and bump version to 0.0.5 2025-11-04 18:56:28 +00:00
TopBar.svelte refactor: standardize error handling with Exception helper and improve return types 2025-11-17 19:02:15 +00:00
UserInstruction.svelte fix: improve focus handling in search results and user instruction selection 2025-11-13 21:15:38 +00:00