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: callstackincubator/agent-react-devtools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: callstackincubator/agent-react-devtools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/daemon-auto-restart
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 16, 2026

  1. fix: auto-restart daemon when CLI binary is newer than running process

    After a rebuild, the daemon keeps running old code. Now ensureDaemon()
    compares daemon.js mtime against the daemon's startedAt timestamp and
    restarts automatically if the script is newer.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    piotrski and claude committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    7e95c30 View commit details
    Browse the repository at this point in the history
  2. chore: add changeset for daemon auto-restart

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    piotrski and claude committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    51fc92e View commit details
    Browse the repository at this point in the history
  3. chore: remove unnecessary comments

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    piotrski and claude committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    daf3fcf View commit details
    Browse the repository at this point in the history
  4. fix: add tolerance to daemon stale check to prevent false restarts

    The mtime comparison had no tolerance, so when the build and daemon
    start happened close together (e.g. in CI), filesystem timestamp
    precision could cause the daemon to be incorrectly killed and
    restarted. Add a 5-second buffer.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    piotrski and claude committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    4d2eccb View commit details
    Browse the repository at this point in the history
Loading