Versions in this module Expand all Collapse all v0 v0.6.1 Feb 3, 2026 v0.6.0 Feb 3, 2026 Changes in this version + const AdvancedScreen + const MainScreen + const RollingPlanName + var ErrTUIQuit = errors.New("quit") + func CreateOrSwitchToMainRepoSessionAndRunCommand(ctx context.Context, planName string, commandToRun []string) error + func CreateOrSwitchToWorktreeSessionAndRunCommand(ctx context.Context, plan *orchestration.Plan, worktreeName string, ...) error + func ExportedCompleteJob(job *orchestration.Job, plan *orchestration.Plan, silent bool) error + func ExportedFindAllDependents(job *orchestration.Job, plan *orchestration.Plan) []*orchestration.Job + func ExportedFindRootJobs(plan *orchestration.Plan) []*orchestration.Job + func ExportedVerifyRunningJobStatus(plan *orchestration.Plan) + func FlowStatusProvider(s state.State) (string, error) + func GetChatCommand() *cobra.Command + func GetRegisterCodexSessionCmd() *cobra.Command + func GetRegisterOpencodeSessionCmd() *cobra.Command + func InitPlanStatusFlags() + func NewActionCmd() *cobra.Command + func NewAddCmd() *cobra.Command + func NewCompleteCmd() *cobra.Command + func NewConfigCmd() *cobra.Command + func NewCurrentCmd() *cobra.Command + func NewFinishCmd() *cobra.Command + func NewGraphCmd() *cobra.Command + func NewHoldCmd() *cobra.Command + func NewListCmd() *cobra.Command + func NewModelsCmd() *cobra.Command + func NewOpenCmd() *cobra.Command + func NewPlanCmd() *cobra.Command + func NewPlanConfigCmd() *cobra.Command + func NewPlanContextCmd() *cobra.Command + func NewPlanCurrentCmd() *cobra.Command + func NewPlanExtractCmd() *cobra.Command + func NewPlanFinishCmd() *cobra.Command + func NewPlanHoldCmd() *cobra.Command + func NewPlanJobsCmd() *cobra.Command + func NewPlanResumeCmd() *cobra.Command + func NewPlanSetCmd() *cobra.Command + func NewPlanUnholdCmd() *cobra.Command + func NewPlanUnsetCmd() *cobra.Command + func NewResumeCmd() *cobra.Command + func NewReviewCmd() *cobra.Command + func NewRunCmd() *cobra.Command + func NewSetCmd() *cobra.Command + func NewStarshipCmd() *cobra.Command + func NewStatusCmd() *cobra.Command + func NewStepCmd() *cobra.Command + func NewTmuxCmd() *cobra.Command + func NewTmuxStatusCmd() *cobra.Command + func NewUnholdCmd() *cobra.Command + func NewUnsetCmd() *cobra.Command + func NewVersionCmd() *cobra.Command + func RunPlanAddStep(cmd *PlanAddStepCmd) error + func RunPlanConfig(cmd *PlanConfigCmd) error + func RunPlanGraph(cmd *PlanGraphCmd) error + func RunPlanInit(cmd *PlanInitCmd) error + func RunPlanInitTUI(dir string, cliCmd *PlanInitCmd) error + func RunPlanStatus(cmd *cobra.Command, args []string) error + func VerifyRunningJobStatus(plan *orchestration.Plan) + type AgentConfig struct + Args []string + InteractiveProvider string + MountWorkspaceAtHostPath bool + Providers map[string]ProviderConfig + UseSuperprojectRoot bool + type AppConfig struct + Agent *AgentConfig + Core *config.Config + Flow *FlowConfig + type BlockInfo struct + ID string + LineStart int + Preview string + Type string + type DependencyGraph struct + Edges map[string][]string + Nodes map[string]*orchestration.Job + Roots []string + type EcosystemRepoStatus struct + GitStatus *git.StatusInfo + MergeStatus string + Name string + type FlowConfig struct + ChatDirectory string + MaxConsecutiveSteps int + OneshotModel string + PlansDirectory string + Recipes map[string]RecipeConfig + RunInitByDefault *bool + SummarizeOnComplete bool + SummaryMaxChars int + SummaryModel string + SummaryPrompt string + TargetAgentContainer string + type GitStatusInfo struct + AheadCount int + BehindCount int + Clean bool + HasModified bool + HasStaged bool + HasUntracked bool + type GraphPageData struct + MermaidGraph string + PlanName string + Stats GraphStats + type GraphStats struct + Blocked int + Completed int + Failed int + NeedsReview int + Pending int + Running int + Total int + type JobEnrichmentOptions struct + IsNoteTarget bool + NoteRef string + Repository string + Worktree string + type Model struct + ID string + Note string + Provider string + type PlanAddStepCmd struct + DependsOn []string + Dir string + IncludeFiles []string + Inline []string + Interactive bool + Model string + PrependDependencies bool + Prompt string + PromptFile string + Recipe string + RecipeVars []string + SourceFile string + Template string + Title string + Type string + Worktree string + func (c *PlanAddStepCmd) Run() error + type PlanConfigCmd struct + Dir string + Get string + JSON bool + Set []string + type PlanGraphCmd struct + Directory string + Format string + Output string + Port int + Serve bool + func (c *PlanGraphCmd) Run() error + type PlanInitCmd struct + Container string + Dir string + ExtractAllFrom string + Force bool + FromNote string + Model string + NoteRef string + NoteTargetFile string + OpenSession bool + Recipe string + RecipeCmd string + RecipeVars []string + Repos []string + RunInit bool + Worktree string + type PlanListItem struct + EcosystemRepoStatuses []EcosystemRepoStatus + GitStatus *git.StatusInfo + JobCount int + LastUpdated time.Time + MergeStatus string + Name string + Notes string + Plan *orchestration.Plan + ReviewStatus string + Status string + StatusParts map[string]int + Worktree string + type PlanStatistics struct + Abandoned int + Completed int + Failed int + Hold int + Pending int + Running int + Todo int + Total int + func GetPlanStatistics(plan *orchestration.Plan) PlanStatistics + type PlanSummary struct + CreatedAt time.Time + ID string + JobCount int + Jobs []*orchestration.Job + Path string + Repository string + Status string + Title string + UpdatedAt time.Time + WorkspaceName string + WorkspacePath string + type ProviderConfig struct + Args []string + type RecipeConfig struct + Vars map[string]string + type WorktreeStatus struct + Branch string + GitStatus *GitStatusInfo + MergeStatus string + Name string + ReviewStatus string v0.0.1 Jan 16, 2026