Skip to content

v0.1.1

Choose a tag to compare

@brainplusplus brainplusplus released this 09 May 20:12

Bug Fixes

File Explorer Auto-Refresh

  • 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