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 new files not appearing in file explorer — files created by agents (or external tools) that arrive as modify events instead of create events (common on Windows) now correctly trigger a tree refresh
Filter .git, node_modules, dist, and other skipped directory events from the file watcher — eliminates noise that caused unnecessary tree refreshes
Git Panel Hardening
Add IsRepo() guard to all 17 git API handlers — prevents 500 Internal Server Error and fatal: not a git repository when opening a non-git directory
Show "Not a Git repository" empty state in the Git panel when the project has no .git directory, with a hint to run git init
Skip git status polling for non-git projects — saves unnecessary API calls every 5 seconds