mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 16:30:27 +00:00
Enable PatchVaultFile to apply multiple patches in a single operation by converting oldContent and newContent from strings to arrays. Add whitespace-flexible regex matching as fallback when exact string matching fails, improving robustness for code with varying indentation. Update schemas, tool definitions, and all tests to reflect the new array-based API. |
||
|---|---|---|
| .. | ||
| AIToolService.ts | ||
| BaseAgent.ts | ||
| ExecutionAgent.ts | ||
| MainAgent.ts | ||
| OrchestrationAgent.ts | ||
| PlanningAgent.ts | ||