You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: gate input stream tail connection on v2 realtime streams
Input streams are backed by S2 which is only available with v2 realtime
streams. The lazy tail connection now checks that streamsVersion is "v2"
before connecting, so runs using v1 (Redis-backed) streams won't
attempt to open an S2 tail.
https://claude.ai/code/session_01SJHJts7r2yAxmoKLLz8vpc
0 commit comments