summaryrefslogtreecommitdiffhomepage
path: root/internal/tui/state
diff options
context:
space:
mode:
Diffstat (limited to 'internal/tui/state')
-rw-r--r--internal/tui/state/state.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/tui/state/state.go b/internal/tui/state/state.go
index 83745d6f7..d2125b930 100644
--- a/internal/tui/state/state.go
+++ b/internal/tui/state/state.go
@@ -5,3 +5,6 @@ import "github.com/sst/opencode/internal/session"
type SessionSelectedMsg = *session.Session
type SessionClearedMsg struct{}
type CompactSessionMsg struct{}
+type StateUpdatedMsg struct {
+ State map[string]any
+}