andy-stack_vaultkeeper-ai/AIPrompts
Andrew Beal 82e58b52e7 refactor: replace edit/planning mode toggles with unified chat mode selector
Replace separate editModeActive and planningModeActive boolean flags with a single ChatMode enum (ReadOnly, Edit, Planning). Add ChatModeSelector component for mode switching. Update all components to use chatMode instead of individual flags. Refactor MainAgent and ChatService to accept ChatMode parameter. Remove edit-mode styling variants throughout UI components. Update system prompt to document user reference system. Consolidate input button styling with shared input-button-highlight class.
2026-04-19 20:39:04 +01:00
..
ExecutionPrompt.ts Add Obsidian Bases documentation to AI prompts 2026-03-08 11:35:21 +00:00
IPrompt.ts feat: add conditional web viewer access setting and directive system 2026-04-10 22:19:34 +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