andy-stack_vaultkeeper-ai/AIClasses/ToolDefinitions/Tools
Andrew Beal f1e6619923 feat: add memory system for cross-session context retention
Add memories feature allowing AI to retain vault conventions, user preferences, and established workflows across conversation sessions. Include read-only mode option, validation requiring read-before-write, and settings UI with toggle controls.
Adjusted default search and snippet size values in plugin settings.
2026-04-04 20:04:41 +01:00
..
AskUserQuestionExecution.ts Rename functions folder to tools. 2026-02-15 23:07:39 +00:00
AskUserQuestionPlanning.ts Rename functions folder to tools. 2026-02-15 23:07:39 +00:00
CancelPlan.ts Rename functions folder to tools. 2026-02-15 23:07:39 +00:00
CompletePlan.ts Rename functions folder to tools. 2026-02-15 23:07:39 +00:00
CompleteStep.ts Rename functions folder to tools. 2026-02-15 23:07:39 +00:00
CompleteTask.ts Rename functions folder to tools. 2026-02-15 23:07:39 +00:00
ContinuePlanExecution.ts Rename functions folder to tools. 2026-02-15 23:07:39 +00:00
DeleteVaultFiles.ts Rename functions folder to tools. 2026-02-15 23:07:39 +00:00
ExecuteWorkflow.ts Add invalid model recovery on settings load (can happen if a model has been retired but was in use). 2026-02-20 01:27:16 +00:00
ListVaultFiles.ts feat: add memory system for cross-session context retention 2026-04-04 20:04:41 +01:00
MoveVaultFiles.ts Rename functions folder to tools. 2026-02-15 23:07:39 +00:00
PatchVaultFile.ts feat: add multi-patch support with whitespace-flexible matching 2026-02-20 00:32:44 +00:00
ReadMemories.ts feat: add memory system for cross-session context retention 2026-04-04 20:04:41 +01:00
ReadVaultFiles.ts Rename functions folder to tools. 2026-02-15 23:07:39 +00:00
RevisePlan.ts refactor: replace Replan with granular orchestration tools 2026-02-19 20:48:59 +00:00
ReviseStep.ts refactor: replace Replan with granular orchestration tools 2026-02-19 20:48:59 +00:00
SearchVaultFiles.ts Rename functions folder to tools. 2026-02-15 23:07:39 +00:00
SkipStep.ts refactor: replace Replan with granular orchestration tools 2026-02-19 20:48:59 +00:00
SubmitPlan.ts Rename functions folder to tools. 2026-02-15 23:07:39 +00:00
UpdateMemories.ts feat: add memory system for cross-session context retention 2026-04-04 20:04:41 +01:00
WriteVaultFile.ts Rename functions folder to tools. 2026-02-15 23:07:39 +00:00