feat(sessions): Introduce core ChatRecordingService for automatic conversation saving (#5221)

This commit is contained in:
bl-ue
2025-08-18 18:39:57 -06:00
committed by GitHub
parent 6fc68ff8d4
commit 36ea986cfe
4 changed files with 806 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ export * from './utils/errorParsing.js';
// Export services
export * from './services/fileDiscoveryService.js';
export * from './services/gitService.js';
export * from './services/chatRecordingService.js';
export * from './services/fileSystemService.js';
// Export IDE specific logic