Shell Pilot 1.12.1
Fixed sidebar directory tree freeze and flicker issues.
- File tree loading moved to a background queue to prevent the beachball spinner when expanding large directories
- Fixed race condition in
handleCodebaseChangesthat could trigger repeated reloads during filesystem events - Replaced
LazyVStackwithVStackin the sidebar directory tree to eliminate layout flicker - Restricted
FileTreeWatcherto only run for explicitly pinned codebase roots, preventing unnecessary reloads - Reduced main-actor churn by making
GitServicemethodsnonisolated