andy-stack_vaultkeeper-ai/AIClasses
Andrew Beal f1e6619923 feat: add memory system for cross-session context retention
Add memories feature allowing AI to retain vault conventions, user preferences, and established workflows across conversation sessions. Include read-only mode option, validation requiring read-before-write, and settings UI with toggle controls.
Adjusted default search and snippet size values in plugin settings.
2026-04-04 20:04:41 +01:00
..
Claude refactor: centralize file attachment message using Copy enum 2026-03-21 17:20:31 +00:00
Gemini refactor: centralize file attachment message using Copy enum 2026-03-21 17:20:31 +00:00
Mistral refactor: centralize file attachment message using Copy enum 2026-03-21 17:20:31 +00:00
OpenAI refactor: centralize file attachment message using Copy enum 2026-03-21 17:20:31 +00:00
Schemas feat: add memory system for cross-session context retention 2026-04-04 20:04:41 +01:00
ToolDefinitions feat: add memory system for cross-session context retention 2026-04-04 20:04:41 +01:00
AIToolCall.ts Rename remaining references to functioncall to toolcall 2026-02-15 23:27:14 +00:00
BaseAIClass.ts refactor: replace Replan with granular orchestration tools 2026-02-19 20:48:59 +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