You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix remaining tempDir references to use runtimeTempDir
TypeScript compilation errors revealed four places that still used tempDir:
- aiService.ts: Early tool creation for sentinel detection
- ipcMain.ts: executeBash IPC handler
- todo.ts: Todo write tool (2 locations)
All now use runtimeTempDir to match the ToolConfiguration interface.
0 commit comments