andy-stack_vaultkeeper-ai/Services
Andrew Beal cce2cf9132 fix: update token display timing and remove unused imports
- Add 500ms timeout to chat padding recalculation to prevent race conditions
- Replace svelte tick() with setTimeout for conversation title updates
- Update token display after each conversation save and streaming response
- Remove unused svelte/transition and tick imports
2025-10-18 14:33:17 +01:00
..
AIFunctionService.ts feat: add batch file operations and move functionality 2025-10-16 22:58:30 +01:00
ChatService.ts fix: update token display timing and remove unused imports 2025-10-18 14:33:17 +01:00
ConversationFileSystemService.ts feat: add AI-powered conversation naming with Gemini integration 2025-10-17 16:18:23 +01:00
ConversationNamingService.ts refactor: move typing-in animation to global styles and add conversation title to top bar 2025-10-17 19:34:47 +01:00
DependencyService.ts Implement spike work for plugin. 2025-09-08 15:50:06 +01:00
FileSystemService.ts refactor: replace let with const for immutable variables 2025-10-18 00:28:23 +01:00
ServiceRegistration.ts feat: add token counting display to status bar 2025-10-17 22:23:45 +01:00
Services.ts Add token counting service and refactor dependencies 2025-10-17 22:23:30 +01:00
StatusBarService.ts feat: add animated token counter to status bar 2025-10-17 22:40:12 +01:00
StreamingMarkdownService.ts refactor: cache markdown permalinks and update SearchVaultFiles description 2025-10-15 00:11:54 +01:00
StreamingService.ts fix: improve edit mode deactivation and request cancellation handling 2025-10-13 19:53:00 +01:00
VaultService.ts feat: add AI-powered conversation naming with Gemini integration 2025-10-17 16:18:23 +01:00
WorkSpaceService.ts refactor: improve dependency injection type safety and add AI exclusions setting 2025-10-12 21:26:01 +01:00