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: file loading API and WebSocket connection issues (#571)
* Initial plan
* Fix file API and WebSocket URL issues
- Fix POST /api/file to read from request body (path parameter)
- Add backward compatibility for existing file API usage
- Fix WebSocket URL construction to use ws:/wss: protocol
- Add JSON body parser to file endpoint
- Maintain streaming for legacy requests while adding JSON response for frontend
Co-authored-by: kobenguyent <[email protected]>
* Clean up temporary test files
Co-authored-by: kobenguyent <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: kobenguyent <[email protected]>
0 commit comments