andy-stack_vaultkeeper-ai/AIClasses
Andrew Beal fa92e15b8c feat: add plan approval UI with user review workflow
Add PlanApprovalService and PlanApprovalView to enable user review
and approval of AI-generated execution plans before execution begins.
Users can approve, reject, or suggest changes to plans through a new
input mode and dedicated view.
2026-07-06 16:11:30 +01:00
..
ChatCompletions Fix toolCallStarted to emit when function name first becomes available 2026-07-04 15:39:12 +01:00
Claude Implement local model support. 2026-07-04 12:16:08 +01:00
Gemini Fix toolCallStarted to emit when function name first becomes available 2026-07-04 15:39:12 +01:00
Local Implement local model support. 2026-07-04 12:16:08 +01:00
Mistral Implement local model support. 2026-07-04 12:16:08 +01:00
OpenAI Implement local model support. 2026-07-04 12:16:08 +01:00
Schemas feat: add move_vault_folder tool and standardize schema naming 2026-04-09 22:20:37 +01:00
ToolDefinitions feat: add plan approval UI with user review workflow 2026-07-06 16:11:30 +01:00
AIToolCall.ts Rename remaining references to functioncall to toolcall 2026-02-15 23:27:14 +00:00
BaseAIClass.ts Implement local model support. 2026-07-04 12:16:08 +01:00
BaseAIFileService.ts Address remaining Obsidian plugin scanner warnings 2026-06-28 15:42:47 +01:00
IAIClass.ts feat: add toggleable web search with UI control and provider-specific implementations 2026-04-10 10:47:23 +01:00
IAIFileService.ts refactor: migrate file upload from base64 to file ID API for all providers 2025-12-19 20:05:46 +00:00
IConversationNamingAgent.ts Implement local model support. 2026-07-04 12:16:08 +01:00