mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 06:42:03 +00:00
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. |
||
|---|---|---|
| .. | ||
| AskUserQuestionExecution.ts | ||
| AskUserQuestionPlanning.ts | ||
| CancelPlan.ts | ||
| CompletePlan.ts | ||
| CompleteStep.ts | ||
| CompleteTask.ts | ||
| ContinuePlanExecution.ts | ||
| CreateVaultFolder.ts | ||
| DeleteVaultFiles.ts | ||
| DeleteVaultFolder.ts | ||
| ExecuteWorkflow.ts | ||
| GetWebViewerContent.ts | ||
| ListVaultFiles.ts | ||
| MoveVaultFiles.ts | ||
| MoveVaultFolder.ts | ||
| PatchVaultFile.ts | ||
| ReadMemories.ts | ||
| ReadVaultFiles.ts | ||
| RevisePlan.ts | ||
| ReviseStep.ts | ||
| SearchVaultFiles.ts | ||
| SkipStep.ts | ||
| SubmitPlan.ts | ||
| UpdateMemories.ts | ||
| WriteVaultFile.ts | ||