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: triggerdotdev/references
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: triggerdotdev/references
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/nextjs-realtime-patterns
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Jun 10, 2026

  1. feat(nextjs-realtime): add progress, burst, and tagged-runs realtime …

    …patterns
    
    Adds three patterns for exercising the realtime hooks without external
    services: a progress task that ticks metadata every 750ms for watching
    sustained live updates, a burst task that fires rapid metadata writes
    then completes immediately (recreates a change landing between client
    long-polls), and a tagged-runs flow that batch-triggers runs sharing a
    fresh tag and streams them on a /tags page via useRealtimeRunsWithTag
    with a tag-scoped public token.
    
    Also reads the project ref from TRIGGER_PROJECT_REF (falling back to
    the existing ref) so the project runs against a local webapp, matching
    the ai-chat convention.
    ericallam committed Jun 10, 2026
    Configuration menu
    Copy the full SHA
    aa6e126 View commit details
    Browse the repository at this point in the history
  2. feat(nextjs-realtime): add a multi-tag realtime subscription demo

    Triggers two runs sharing a base tag (only one carries the extra tag)
    and subscribes to both tags on the /tags page, demonstrating that
    multi-tag subscriptions match runs carrying all the tags.
    ericallam committed Jun 10, 2026
    Configuration menu
    Copy the full SHA
    8d95f9a View commit details
    Browse the repository at this point in the history
Loading