Commit 8fd5797
committed
Fixed plan step status normalization: map Claude SDK in_progress to inProgress
The Claude SDK emits TodoWrite todos with status "in_progress" (snake_case),
but RUNTIME_PLAN_STEP_STATUSES uses camelCase "inProgress". The validity
check was failing silently and falling back to "pending" for all in-progress
steps. Added explicit snake_case → camelCase normalization before the
RUNTIME_PLAN_STEP_STATUSES inclusion check in extractPlanStepsFromTodoInput.1 parent 0a69f1a commit 8fd5797
1 file changed
Lines changed: 11 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
314 | 318 | | |
315 | 319 | | |
316 | 320 | | |
| |||
0 commit comments