andy-stack_vaultkeeper-ai/Services
Andrew Beal e8e3dcd363 Update AI provider model enums and default configurations
Remove deprecated model versions (Claude 4/4.5/4.6, Gemini 2.5, GPT 5.4 Pro, Mistral latest aliases) and replace with current model identifiers. Add DEFAULT_QUICK_MODEL_BY_PROVIDER configuration, update default models to use Sonnet 4.6 standard and Opus 4.8 for planning, and adjust Mistral agent to use Small model.
2026-05-30 16:32:56 +01:00
..
AIServices refactor: move replaceCopy helper to Helpers module and add tag merge utilities 2026-05-29 22:01:02 +01:00
QuickActions fix: pass actual file creation date to frontmatter generation 2026-05-30 16:03:46 +01:00
AbortService.ts refactor: restructure AI prompt and agent architecture for multi-agent planning support 2025-12-30 19:07:00 +00:00
ChatService.ts refactor: replace custom markdown pipeline with Obsidian's native MarkdownRenderer. 2026-05-25 16:25:22 +01:00
ConversationFileSystemService.ts Rename remaining references to functioncall to toolcall 2026-02-15 23:27:14 +00:00
ConversationNamingService.ts feat: add planning model selection and rate limit countdown UI 2026-01-05 21:49:51 +00:00
DebugService.ts housekeeping: remove unused execution agent code and clean up orchestration flow 2026-01-29 12:26:41 +00:00
DependencyService.ts refactor: improve subscription cleanup with token-based pattern 2026-05-25 18:22:07 +01:00
DiffService.ts Update dependencies and replace deprecated API calls 2026-05-17 12:42:09 +01:00
EventService.ts refactor: move replaceCopy helper to Helpers module and add tag merge utilities 2026-05-29 22:01:02 +01:00
FileSystemService.ts feat: add frontmatter generation and tag suggestion quick actions 2026-05-30 12:33:38 +01:00
HTMLService.ts feat: add quick actions system with provider-aware model settings 2026-04-20 20:20:22 +01:00
InputService.ts feat: add quick actions system with provider-aware model settings 2026-04-20 20:20:22 +01:00
MemoriesService.ts refactor: move replaceCopy helper to Helpers module and add tag merge utilities 2026-05-29 22:01:02 +01:00
SanitiserService.ts refactor: standardize error handling with Exception helper and improve return types 2025-11-17 19:02:15 +00:00
ServiceRegistration.ts feat: add frontmatter generation and tag suggestion quick actions 2026-05-30 12:33:38 +01:00
Services.ts refactor: move replaceCopy helper to Helpers module and add tag merge utilities 2026-05-29 22:01:02 +01:00
SettingsService.ts Update AI provider model enums and default configurations 2026-05-30 16:32:56 +01:00
StreamingMarkdownService.ts refactor: replace custom markdown pipeline with Obsidian's native MarkdownRenderer. 2026-05-25 16:25:22 +01:00
StreamingService.ts feat: add early tool call feedback for improved UI responsiveness 2026-02-16 17:40:14 +00:00
UserInputService.ts fix: remove min query length requirement and improve search UI styling 2025-10-29 21:33:45 +00:00
VaultCacheService.ts refactor: move replaceCopy helper to Helpers module and add tag merge utilities 2026-05-29 22:01:02 +01:00
VaultService.ts feat: add frontmatter generation and tag suggestion quick actions 2026-05-30 12:33:38 +01:00
WebViewerService.ts Update dependencies and replace deprecated API calls 2026-05-17 12:42:09 +01:00
WorkSpaceService.ts refactor: move replaceCopy helper to Helpers module and add tag merge utilities 2026-05-29 22:01:02 +01:00