tui

package
v0.1.30 Latest Latest
Warning

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

Go to latest
Published: May 31, 2026 License: MIT Imports: 38 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunTUI added in v0.1.24

func RunTUI(rt Runtime, opts RunOptions) error

Types

type RunOptions added in v0.1.26

type RunOptions struct {
	ResumeMenu bool
}

type Runtime added in v0.1.26

type Runtime interface {
	Events() <-chan protocol.Event
	Dispatch(protocol.Intent)
	Close()
	SessionID() string
	Model() string
	ReasoningEffort() string
	ThinkingEnabled() bool
	ViewMode() string
	ShowReasoning() bool
	SetViewMode(string) error
	SkillSuggestions() []protocol.SkillView
	PrepareOpenCommand(string) (string, *exec.Cmd, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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