feat(ux): Surface internal errors via unified event system (#11803)

This commit is contained in:
Abhi
2025-10-23 14:14:14 -04:00
committed by GitHub
parent 7787a31f81
commit 3a501196f0
9 changed files with 676 additions and 3 deletions
+1
View File
@@ -64,6 +64,7 @@ export * from './utils/partUtils.js';
export * from './utils/promptIdContext.js';
export * from './utils/thoughtUtils.js';
export * from './utils/debugLogger.js';
export * from './utils/events.js';
// Export services
export * from './services/fileDiscoveryService.js';