andy-stack_vaultkeeper-ai/Components
Andrew Beal d18f5ef655 refactor: replace Replan with granular orchestration tools
Replace the single Replan tool with three targeted alternatives:
ReviseStep, RevisePlan, and SkipStep. This gives the orchestration
agent more precise control over plan recovery — revising only the
current step, replacing all remaining steps, or skipping a step
entirely — rather than triggering a full replan each time.

Also give the orchestration agent read access to vault files so it
can resolve execution failures without routing back to the planning
agent, and update the execution agent prompt to stop it from
attempting self-recovery (gap resolution is now the orchestrator's
responsibility).
2026-02-19 20:48:59 +00:00
..
ChatArea.svelte feat: add early tool call feedback for improved UI responsiveness 2026-02-16 17:40:14 +00:00
ChatAttachments.svelte Add height animation to chat attachments container 2025-12-23 20:25:10 +00:00
ChatInput.svelte Standardize border-radius CSS vars and improve modal spacing (post obsidian mobile UI change) 2026-01-29 14:22:44 +00:00
ChatPlanArea.svelte refactor: replace Replan with granular orchestration tools 2026-02-19 20:48:59 +00:00
ChatSearchResults.svelte feat: add support for file attachments via drag and drop and paste. 2025-12-22 20:02:02 +00:00
ChatWindow.svelte feat: add early tool call feedback for improved UI responsiveness 2026-02-16 17:40:14 +00:00
DiffControls.svelte refactor: streamline planning UX and strengthen complexity gate 2026-01-03 11:15:32 +00:00
InputDisplay.svelte feat: add planning model selection and rate limit countdown UI 2026-01-05 21:49:51 +00:00
Spinner.svelte fix: correct scroll positioning and spinner layout in chat plan area 2026-02-16 21:56:31 +00:00
StreamingIndicator.svelte refactor: improve chat layout updates and remove unused imports 2025-12-11 08:42:09 +00:00
ThoughtIndicator.svelte feat: add early tool call feedback for improved UI responsiveness 2026-02-16 17:40:14 +00:00
TopBar.svelte fix: improve mobile layout spacing and modal margins 2026-01-30 10:00:16 +00:00
UserInstruction.svelte refactor: clean up imports and improve view focus handling 2025-12-13 14:45:56 +00:00