ui

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2026 License: AGPL-3.0 Imports: 18 Imported by: 0

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) Cleanup

func (m *Model) Cleanup()

func (*Model) Init

func (m *Model) Init() tea.Cmd

func (*Model) RunningAgentCount

func (m *Model) RunningAgentCount() int

func (*Model) Update

func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)

func (*Model) View

func (m *Model) View() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL