andy-stack_vaultkeeper-ai/AIPrompts
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
..
QuickActionPrompts feat: add quick actions system with provider-aware model settings 2026-04-20 20:20:22 +01:00
ExecutionPrompt.ts Add Obsidian Bases documentation to AI prompts 2026-03-08 11:35:21 +00:00
IPrompt.ts feat: add quick actions system with provider-aware model settings 2026-04-20 20:20:22 +01:00
NamePrompt.ts feat: enhance conversation naming with prompt injection protection and improved validation 2026-01-01 13:06:06 +00:00
OrchestrationPrompt.ts feat: add conditional web viewer access setting and directive system 2026-04-10 22:19:34 +01:00
PlanningPrompt.ts feat: add conditional web viewer access setting and directive system 2026-04-10 22:19:34 +01:00
SystemPrompt.ts refactor: replace edit/planning mode toggles with unified chat mode selector 2026-04-19 20:39:04 +01:00