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/trigger.dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: triggerdotdev/trigger.dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/chat-session-direct-reads
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 19 files changed
  • 1 contributor

Commits on Jun 8, 2026

  1. feat(sdk,core,webapp): direct-from-store reads for chat session .out …

    …streams
    
    Chat session response streams (.out) read directly from the realtime stream
    store instead of relaying every chunk through Trigger.dev, removing a network
    hop from the streamed response. useTriggerChatTransport and AgentChat take the
    direct path automatically for the active turn, obtain the read grant
    themselves, and fall back to the relayed path whenever a grant cannot be
    obtained or used (so failing to get one never breaks the chat).
    
    Off by default when a custom baseURL routes .out through your own edge, and
    gated server-side, so existing setups are unaffected. Set directStreamReads
    to override.
    ericallam committed Jun 8, 2026
    Configuration menu
    Copy the full SHA
    b733908 View commit details
    Browse the repository at this point in the history
Loading