ui

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2025 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"
)

type Model

type Model struct {
	// contains filtered or unexported fields
}

func NewModel

func NewModel(cfg *config.Config, globalStore *project.GlobalTicketStore, 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