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
refactor: extract extractChunkDeltaText helper to deduplicate advisor chunk parsing
The text-delta and reasoning-delta cases in onAdvisorChunk both cast the
chunk to the same shape and probe three field names for a string value,
differing only in priority order. Extract a shared helper that takes the
chunk and an ordered list of field names, returning the first string
found. Behavior is preserved — field lookup order is unchanged.
0 commit comments