feat (tui): agents dialog (#1802)

This commit is contained in:
Aiden Cline
2025-08-11 01:46:38 -04:00
committed by GitHub
parent 6145dfcca0
commit 62b8c7aee0
4 changed files with 346 additions and 1 deletions
+3
View File
@@ -70,6 +70,9 @@ type ModelSelectedMsg struct {
Provider opencode.Provider
Model opencode.Model
}
type AgentSelectedMsg struct {
Agent opencode.Agent
}
type SessionClearedMsg struct{}
type CompactSessionMsg struct{}
type SendPrompt = Prompt