cli

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2026 License: Apache-2.0 Imports: 40 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute() error

Execute runs the root command.

func Version added in v0.5.0

func Version() string

Version returns the CLI version string set at build time.

Types

type ReviewResult added in v0.2.0

type ReviewResult struct {
	Body    string `json:"body"`
	Action  string `json:"action"`   // "approve", "request-changes", "comment", "failure"
	HeadSHA string `json:"head_sha"` // commit SHA the agent reviewed
	Reason  string `json:"reason"`   // failure reason (when action is "failure")
}

ReviewResult represents a parsed review result file.

type RunMetrics added in v0.0.3

type RunMetrics struct {
	ToolCalls atomic.Int32
}

RunMetrics collects execution statistics from stream parsing.

Jump to

Keyboard shortcuts

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