Versions in this module Expand all Collapse all v0 v0.1.2 Aug 11, 2026 v0.1.0 Jul 24, 2026 Changes in this version + const ExitCommandFailure + const ExitGateFailed + const ExitOK + const ExitPricing + const ExitUsage + func Main(args []string, app App) int + type App struct + LookupEnv func(string) (string, bool) + NewClient func(model.Model) (inference.Client, error) + NewCounter func(model.Model) (pricing.Counter, error) + Now func() time.Time + RateLimit ratelimit.Config + Registry *packfile.Registry + Stderr io.Writer + Stdout io.Writer + type LLMConfig struct + LLM struct{ ... }