chore(approval): TODO markers for overlay UX and requestId→sessionId lookup
Two follow-ups for the approval refactor: - InputReducer STEER input mode hardcodes APPROVE; needs the future approve/reject overlay UX to let the user pick. - GlobalStreamHandler derives scopeSessionId from requestId as a placeholder; needs a real requestId → sessionId lookup once exposed.
This commit is contained in:
@@ -69,6 +69,8 @@ object InputReducer {
|
||||
Effect.SendWs(
|
||||
ClientMessage.ApprovalResponse(
|
||||
requestId = ApprovalRequestId(active.requestId),
|
||||
// TODO: hardcoded APPROVE until the approve/reject overlay UX lands;
|
||||
// then the user picks the decision explicitly alongside the note.
|
||||
decision = ApprovalDecision.APPROVE,
|
||||
steeringNote = text,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user