andy-stack_vaultkeeper-ai/__tests__
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
..
AIClasses Rename remaining references to functioncall to toolcall 2026-02-15 23:27:14 +00:00
Components fix: use cursor position for search query extraction instead of full text 2025-12-11 17:11:41 +00:00
Conversations Rename remaining references to functioncall to toolcall 2026-02-15 23:27:14 +00:00
Helpers refactor: consolidate string utilities into StringTools class 2025-11-12 21:12:36 +00:00
Services refactor: replace Replan with granular orchestration tools 2026-02-19 20:48:59 +00:00
setup.ts feat: add planning model selection and rate limit countdown UI 2026-01-05 21:49:51 +00:00