Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: phiat/claude-esp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.2
Choose a base ref
...
head repository: phiat/claude-esp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Feb 27, 2026

  1. Bump version to 0.2.2

    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    phiat and claude committed Feb 27, 2026
    Configuration menu
    Copy the full SHA
    7f0fef1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2026

  1. Configuration menu
    Copy the full SHA
    5e4b297 View commit details
    Browse the repository at this point in the history
  2. Replace polling with fsnotify for real-time file watching

    Use OS-native filesystem notifications (inotify/kqueue/FSEvents) via
    fsnotify instead of polling JSONL files every 500ms. Falls back to
    polling when fsnotify is unavailable (NFS, cross-FS WSL2). Debounces
    rapid writes with a 50ms coalesce window. Adds 11 new tests covering
    fsnotify integration, debounce behavior, and polling fallback.
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    phiat and claude committed Feb 28, 2026
    Configuration menu
    Copy the full SHA
    d27d0e4 View commit details
    Browse the repository at this point in the history
Loading