andy-stack_vaultkeeper-ai/AIPrompts
Andrew Beal 7e71861a4d refactor: improve plan execution with stricter scope and error handling
- Add currentProvider getter to AI classes for provider access
- Enhance planning prompt to discourage over-engineering and scope creep
- Return Unknown enum instead of throwing for invalid AI functions
- Add completion reminders to execution steps
- Fix ChatPlanArea height calculation timing
- Update tests to handle Unknown function gracefully
2026-01-06 20:49:02 +00:00
..
IPrompt.ts refactor: implement planning mode with user questions and cross-provider function call improvements 2026-01-04 18:52:44 +00:00
NamePrompt.ts feat: enhance conversation naming with prompt injection protection and improved validation 2026-01-01 13:06:06 +00:00
PlanningAgentSystemPrompt.ts refactor: improve plan execution with stricter scope and error handling 2026-01-06 20:49:02 +00:00
PlanningEnabledAppendix.ts refactor: implement planning mode with user questions and cross-provider function call improvements 2026-01-04 18:52:44 +00:00
SystemPrompt.ts feat: add CompletePlan function to explicitly mark plan execution as complete 2026-01-04 22:47:22 +00:00