cmd

package
v0.1.48 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2026 License: Apache-2.0 Imports: 33 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute() error

func GetTracker added in v0.1.23

func GetTracker() *analytics.Tracker

GetTracker returns the analytics tracker for the current command Used by main.go to track the command result

func RegisterCleanup

func RegisterCleanup(fn func())

RegisterCleanup adds a cleanup function to be called on program termination

Types

type APIConfig added in v0.1.43

type APIConfig struct {
	Mode        agent.APIMode
	APIKey      string // For direct mode (BYOK)
	BearerToken string // For proxy mode
	URL         string // Base URL for proxy mode
}

APIConfig holds the configuration for connecting to the LLM API

type CIMetadata added in v0.1.13

type CIMetadata struct {
	CommitSha          string
	PRNumber           string
	BranchName         string
	ExternalCheckRunID string
}

Jump to

Keyboard shortcuts

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