feat (tui): agents dialog (#1802)

This commit is contained in:
Aiden Cline
2025-08-11 00:46:38 -05:00
committed by GitHub
parent 6145dfcca0
commit 62b8c7aee0
4 changed files with 346 additions and 1 deletions

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