andy-stack_vaultkeeper-ai/AIClasses
Andrew Beal 2bc12691d3 feat: add early tool call feedback for improved UI responsiveness
Emit tool call start events immediately when tools begin execution,
allowing UI to display contextual "thinking" messages (e.g., "Generating
note contents..." for WriteVaultFile) before tool completion. Add
Spinner to ThoughtIndicator component for visual feedback during tool
operations.
2026-02-16 17:40:14 +00:00
..
Claude feat: add early tool call feedback for improved UI responsiveness 2026-02-16 17:40:14 +00:00
Gemini Rename remaining references to functioncall to toolcall 2026-02-15 23:27:14 +00:00
OpenAI feat: add early tool call feedback for improved UI responsiveness 2026-02-16 17:40:14 +00:00
Schemas Rename remaining references to functioncall to toolcall 2026-02-15 23:27:14 +00:00
ToolDefinitions Rename functions folder to tools. 2026-02-15 23:07:39 +00:00
AIToolCall.ts Rename remaining references to functioncall to toolcall 2026-02-15 23:27:14 +00:00
BaseAIClass.ts Rename remaining references to functioncall to toolcall 2026-02-15 23:27:14 +00:00
BaseAIFileService.ts refactor: convert attachments to file-based storage with lazy loading. 2026-02-15 22:46:25 +00:00
IAIClass.ts Rename functions folder to tools. 2026-02-15 23:07:39 +00:00
IAIFileService.ts refactor: migrate file upload from base64 to file ID API for all providers 2025-12-19 20:05:46 +00:00
IConversationNamingService.ts feat: implement centralized abort controller with enhanced cancellation UX 2025-12-04 23:04:20 +00:00