Commit 0fe6af8
fix: derive WebSocket URL from API_BASE_URL in conversation screen (#130)
* Initial plan
* fix: use API_BASE_URL for WebSocket URL in conversation screen
Co-authored-by: grillinr <169214325+grillinr@users.noreply.github.com>
* fix: merge reconnection logic from base branch while keeping API_BASE_URL approach
Co-authored-by: elifouts <116454864+elifouts@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: grillinr <169214325+grillinr@users.noreply.github.com>
Co-authored-by: elifouts <116454864+elifouts@users.noreply.github.com>
Co-authored-by: Eli Fouts <eligfouts@gmail.com>1 parent 38194da commit 0fe6af8
1 file changed
+17
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
29 | 42 | | |
30 | 43 | | |
31 | 44 | | |
| |||
74 | 87 | | |
75 | 88 | | |
76 | 89 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
82 | 93 | | |
83 | 94 | | |
84 | | - | |
85 | 95 | | |
86 | 96 | | |
87 | 97 | | |
| |||
0 commit comments