Adds the user's active file in the IDE to the footer (#4154)

This commit is contained in:
Shreya Keshive
2025-07-15 10:19:59 -04:00
committed by GitHub
parent 97cc1e6418
commit b09bc66560
7 changed files with 287 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ export * from './utils/quotaErrorDetection.js';
// Export services
export * from './services/fileDiscoveryService.js';
export * from './services/gitService.js';
export * from './services/ideContext.js';
// Export base tool definitions
export * from './tools/tools.js';