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
Streamlit Cloud's runtime log captures stdout. Adding [CANAID-DIAG]
markers at every step of the click → handler → stream path so the
last marker before the page goes blank tells us where the script
died:
click_received → user_message_rendered → assistant_block_opened
→ entering_frame_stream → frame=intent → frame=token → ...
Plus stream_exception with full traceback if any frame iteration
raises. This is debug instrumentation; will be removed once we
identify the failure point.
0 commit comments