mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 16:30:27 +00:00
This change simplifies the patch mechanism by replacing the unified diff format with a straightforward find-and-replace approach. The PatchVaultFile function now accepts oldContent and newContent parameters instead of a diff patch string, making it more intuitive and reliable for AI agents to use. Key changes: - Update PatchVaultFile function signature and documentation - Replace diff.applyPatch() with String.replace() - Simplify error handling for content matching - Update all tests to reflect new API - Remove unused applyPatch method from DiffService - Fix diff container height calculation in CSS - Fix error notification logic in ChatService - Fix conversation deletion order in TopBar component |
||
|---|---|---|
| .. | ||
| DeleteVaultFiles.ts | ||
| ListVaultFiles.ts | ||
| MoveVaultFiles.ts | ||
| PatchVaultFile.ts | ||
| ReadVaultFiles.ts | ||
| SearchVaultFiles.ts | ||
| WriteVaultFile.ts | ||