summaryrefslogtreecommitdiffhomepage
path: root/packages/tui/internal/state
diff options
context:
space:
mode:
Diffstat (limited to 'packages/tui/internal/state')
-rw-r--r--packages/tui/internal/state/state.go19
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/tui/internal/state/state.go b/packages/tui/internal/state/state.go
deleted file mode 100644
index c5322e7b2..000000000
--- a/packages/tui/internal/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.ModelInfo
-}
-
-type SessionClearedMsg struct{}
-type CompactSessionMsg struct{}
-
-// TODO: remove
-type StateUpdatedMsg struct {
- State map[string]any
-}