Commit 0b02f58
committed
fix(webapp): render output-denied as a terminal HITL state
A denied human-in-the-loop tool can land in the terminal `output-denied`
state, not just `approval-responded`. The conversation view now shows
the denial label for `output-denied`, and the buffered `.in` resolution
overlay treats `output-denied` as terminal so a later replay cannot
overwrite it, matching the SDK authoritative-state semantics.1 parent 39ea16f commit 0b02f58
2 files changed
Lines changed: 5 additions & 2 deletions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
315 | 318 | | |
316 | 319 | | |
317 | 320 | | |
| |||
0 commit comments