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: improve error formatting for streaming responses
- Handle Value::Error in ListStream and single value responses
- Extract ShellError from ByteStream io::Error via ShellErrorBridge
- Propagate original errors in to sse instead of "expected record"
- Use log_error instead of eprintln for consistent error output
Streaming errors now show full nushell error context with source
spans instead of short messages like "Type mismatch."
0 commit comments