fix: pass step_type through response file for diff_review routing

This commit is contained in:
2026-03-10 15:02:24 +09:00
parent 8fbf6bf6b7
commit 7982263fcd
6 changed files with 6 additions and 3 deletions

View File

@@ -54,6 +54,7 @@ class UserResponse:
user_input: str = ""
timestamp: float = 0
button_index: int = -1 # -1 = legacy (approve/reject), 0+ = specific button index
step_type: str = "" # pass through from pending for extension routing
class BridgeProtocol: