Commit c63ba10
committed
fix: only mark serve-mode jobs complete on session.idle status
The monitor was treating every session.status SSE event as a completion
signal, causing jobs to be marked done seconds after launch. Now
session.status only triggers completion when status.type is 'idle',
matching the actual session lifecycle.1 parent a02860f commit c63ba10
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
271 | 281 | | |
272 | 282 | | |
273 | 283 | | |
| |||
0 commit comments