summaryrefslogtreecommitdiffhomepage
path: root/internal/tui/state/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/tui/state/state.go')
-rw-r--r--internal/tui/state/state.go19
1 files changed, 0 insertions, 19 deletions
diff --git a/internal/tui/state/state.go b/internal/tui/state/state.go
deleted file mode 100644
index 6b117518e..000000000
--- a/internal/tui/state/state.go
+++ /dev/null
@@ -1,19 +0,0 @@
-package state
-
-import (
- "github.com/sst/opencode/pkg/client"
-)
-
-type SessionSelectedMsg = *client.SessionInfo
-type ModelSelectedMsg struct {
- Provider client.ProviderInfo
- Model client.ProviderModel
-}
-
-type SessionClearedMsg struct{}
-type CompactSessionMsg struct{}
-
-// TODO: remove
-type StateUpdatedMsg struct {
- State map[string]any
-}