andy-stack_vaultkeeper-ai/Types
Andrew Beal 28c8ccb44b feat: add quick actions system with provider-aware model settings
Introduce QuickActionsService and QuickAgent for lightweight, single-shot AI
operations. Add a dedicated quickActionModel setting alongside a new top-level
provider setting, with validation ensuring all models match the selected provider
and provider-specific defaults. Refactor FileSystemService to offer both TFile
and path-based overloads (readFile/readFilePath, writeToFile/writeToFilePath,
patchFile/patchFileAtPath). Replace window/document globals with activeWindow/
activeDocument throughout InputService and VaultkeeperAISettingTab for Obsidian
mobile compatibility.
Update linting packages to latest.
2026-04-20 20:20:22 +01:00
..
ApiError.ts feat: add quick actions system with provider-aware model settings 2026-04-20 20:20:22 +01:00
ExecutionPlan.ts refactor: replace Replan with granular orchestration tools 2026-02-19 20:48:59 +00:00
ExecutionStep.ts refactor: implement multi-agent orchestration architecture 2026-01-27 20:29:20 +00:00
OrchestrationResult.ts refactor: replace Replan with granular orchestration tools 2026-02-19 20:48:59 +00:00
SearchTypes.ts Add context passing between execution steps and enhance orchestration 2026-01-28 21:23:47 +00:00
WebviewElement.ts feat: add web viewer content retrieval tool for AI agents 2026-04-08 21:00:23 +01:00