Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mode ¶
type Mode string
const ( ModeNormal Mode = "NORMAL" ModeInsert Mode = "INSERT" ModeCommand Mode = "COMMAND" ModeHelp Mode = "HELP" ModeConfirm Mode = "CONFIRM" ModeCreateTicket Mode = "CREATE" ModeEditTicket Mode = "EDIT" ModeAgentView Mode = "AGENT" ModeSettings Mode = "SETTINGS" ModeShuttingDown Mode = "SHUTTING_DOWN" ModeSpawning Mode = "SPAWNING" ModeFilter Mode = "FILTER" ModeCreateProject Mode = "NEW_PROJECT" )
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func NewModel ¶
func NewModel(cfg *config.Config, globalStore *project.GlobalTicketStore, projectRegistry *project.ProjectRegistry, agentMgr *agent.Manager, opencodeServer *agent.OpencodeServer, filterProjectID string, updateChecker *update.Checker) *Model
func (*Model) RunningAgentCount ¶
Click to show internal directories.
Click to hide internal directories.