mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-25 01:54:49 +00:00
feat: session specific logs
This commit is contained in:
7
internal/tui/state/state.go
Normal file
7
internal/tui/state/state.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package state
|
||||
|
||||
import "github.com/sst/opencode/internal/session"
|
||||
|
||||
type SessionSelectedMsg = *session.Session
|
||||
type SessionClearedMsg struct{}
|
||||
type CompactSessionMsg struct{}
|
||||
Reference in New Issue
Block a user