andy-stack_vaultkeeper-ai/__tests__
Andrew Beal 2d5a1b52bf feat: add interactive diff viewer with user approval workflow
Implement a comprehensive diff viewing system that allows users to review and approve/reject file changes before they're applied. The system includes event-driven architecture for managing diff lifecycle and integrates diff2html for rich visual diffs.

Key changes:
- Add DiffService for managing diff approval workflow with accept/reject/suggest actions
- Create EventService for type-safe event handling (DiffOpened/DiffClosed)
- Add DiffView component with diff2html integration for visual diff rendering
- Modify VaultService to propose changes and require confirmation before file operations
- Update FileSystemService to support optional confirmation for write operations
- Add Event enum for centralized event type definitions
- Import custom styles and diff2html styles for proper diff rendering
- Update ConversationContent validation to support optional toolId field
- Remove FileManager from dependency injection (now accessed directly from app)
- Update .gitignore to track styles.css instead of main.css
2025-11-24 21:29:54 +00:00
..
AIClasses refactor: extract shared AI provider logic to BaseAIClass 2025-11-24 09:11:07 +00:00
Conversations feat: add interactive diff viewer with user approval workflow 2025-11-24 21:29:54 +00:00
Helpers refactor: consolidate string utilities into StringTools class 2025-11-12 21:12:36 +00:00
Services feat: add interactive diff viewer with user approval workflow 2025-11-24 21:29:54 +00:00
setup.ts refactor: replace direct DOM manipulation with HTMLService 2025-11-01 13:27:53 +00:00