mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-30 15:04:16 -07:00
feat(sessions): Introduce core ChatRecordingService for automatic conversation saving (#5221)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user