mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 22:40:22 +00:00
feat: session specific logs
This commit is contained in:
parent
4c998d4f4f
commit
3982be4310
15 changed files with 178 additions and 195 deletions
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{}
|
||||
Loading…
Add table
Add a link
Reference in a new issue