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: thepixelabs/dispatch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.15.0
Choose a base ref
...
head repository: thepixelabs/dispatch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.15.1
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 6, 2026

  1. fix: treat IN_PROGRESS phases without claimed_at as stale (ON_HOLD)

    Phases set to IN_PROGRESS before the claimed_at protocol existed have
    no timestamp and no sessions. Previously the server kept them as
    IN_PROGRESS indefinitely. Now they are marked ON_HOLD since there is
    no evidence any agent is working on them.
    thepixelabs committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    7ff7410 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.15.1

    ## [1.15.1](v1.15.0...v1.15.1) (2026-04-06)
    
    ### Bug Fixes
    
    * treat IN_PROGRESS phases without claimed_at as stale (ON_HOLD) ([7ff7410](7ff7410))
    semantic-release-bot committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    1a8f19f View commit details
    Browse the repository at this point in the history
Loading