feat (tui): agents dialog (#1802)

This commit is contained in:
Aiden Cline
2025-08-11 00:46:38 -05:00
committed by GitHub
parent fce733492d
commit 21df5bbd20
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