mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-24 01:24:44 +00:00
wip: refactoring tui
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
package state
|
||||
|
||||
import "github.com/sst/opencode/internal/session"
|
||||
import (
|
||||
"github.com/sst/opencode/pkg/client"
|
||||
)
|
||||
|
||||
type SessionSelectedMsg = *session.Session
|
||||
type SessionSelectedMsg = *client.SessionInfo
|
||||
type SessionClearedMsg struct{}
|
||||
type CompactSessionMsg struct{}
|
||||
type StateUpdatedMsg struct {
|
||||
|
||||
Reference in New Issue
Block a user