From 3102525d97aa6f1ad152c74b2ccfbd4b3a9b83f5 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 26 Jun 2026 02:52:31 -0400 Subject: feat: simplified conversation trees and output won't overwrite prompts now --- internal/behavior/types.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'internal/behavior/types.go') diff --git a/internal/behavior/types.go b/internal/behavior/types.go index f8e65f7..3d55d79 100644 --- a/internal/behavior/types.go +++ b/internal/behavior/types.go @@ -110,8 +110,14 @@ type StealData struct { type TalkData struct { Node string Cfg *TalkConfig + SeqIndex int EstateDirectory bool StealGuard bool + PendingChoice string + PendingAction *NodeAction + CancelTalk bool + PendingSeq bool + PendingChosen bool } type UseData struct { -- cgit v1.2.3