summaryrefslogtreecommitdiffhomepage
path: root/internal/tui/state
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-05-30 20:47:56 -0400
committerDax Raad <[email protected]>2025-05-30 20:48:36 -0400
commitf3da73553c45f17e04b1e77cb13eb0fca714d1bd (patch)
treea24317a19e1ab2a89da50db669dc6894f15d00d1 /internal/tui/state
parent9a26b3058ffc1023e5c7e54b6d571c903d15888e (diff)
downloadopencode-f3da73553c45f17e04b1e77cb13eb0fca714d1bd.tar.gz
opencode-f3da73553c45f17e04b1e77cb13eb0fca714d1bd.zip
sync
Diffstat (limited to 'internal/tui/state')
-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
-}