Commit d55da5f
authored
## Prerelease: 3 Verified Cost-Cutting Fixes
Combines PRs #5497, #5498, #5499 into a single merge-ready branch. All
independently verified (PR #5505 — 16/16 tests + physical device E2E on
Pixel 7a).
### Merge Order (preserved in branch)
1. **PR #5498** — Fix translate debounce: temporal window instead of
inert segment-ID tracking
2. **PR #5497** — fix(app): break token refresh infinite retry loop
3. **PR #5499** — fix(backend-listen): WebSocket auth sends close frame
instead of crashing handshake
### Verification Evidence
- Combined verification: #5505
- 16/16 unit tests pass (all 3 PRs)
- Physical device E2E (Pixel 7a + Omi BLE, LOCAL_DEVELOPMENT=false): 30s
+ 5min podcast tests PASS
- Re-verification after auth fix (split WS auth):
#5505 (comment)
- Physical device E2E evidence:
#5505 (comment)
### Ancestry Check
All 3 sub-PR HEADs confirmed as ancestors of this branch:
- `fix/translate-debounce-5444` (c8a1406) ✓
- `fix/token-refresh-infinite-retry-5448` (c937df7) ✓
- `fix/ws-auth-handshake-5447` (35c0b5c) ✓
### For @mon
This PR is ready to merge. Regular merge (no squash).
File tree
10 files changed
+1053
-144
lines changed- app
- lib
- providers
- services
- test/unit
- backend
- routers
- tests/unit
- utils/other
10 files changed
+1053
-144
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 75 | + | |
89 | 76 | | |
90 | 77 | | |
91 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
1338 | 1339 | | |
1339 | 1340 | | |
1340 | 1341 | | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
1341 | 1348 | | |
1342 | 1349 | | |
1343 | 1350 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
175 | 181 | | |
176 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
177 | 188 | | |
178 | 189 | | |
179 | 190 | | |
| |||
194 | 205 | | |
195 | 206 | | |
196 | 207 | | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
| 208 | + | |
203 | 209 | | |
204 | 210 | | |
205 | | - | |
206 | | - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
207 | 214 | | |
208 | 215 | | |
209 | 216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
0 commit comments