feat: session specific logs

This commit is contained in:
adamdottv
2025-05-14 13:06:09 -05:00
parent d68a8bc622
commit 5056a67f57
15 changed files with 178 additions and 195 deletions
+7
View File
@@ -0,0 +1,7 @@
package state
import "github.com/sst/opencode/internal/session"
type SessionSelectedMsg = *session.Session
type SessionClearedMsg struct{}
type CompactSessionMsg struct{}