claude

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PreviewSettings

func PreviewSettings(p provider.Provider) string

PreviewSettings returns the JSON that would be written to the settings temp file.

func Run

func Run(p provider.Provider, args []string) error

Run launches the Claude CLI with settings derived from p, forwarding extra args.

Types

type ModelRouter

type ModelRouter struct {
	// contains filtered or unexported fields
}

ModelRouter routes model requests to the first available model in a tier.

func NewModelRouter

func NewModelRouter(models []string) *ModelRouter

NewModelRouter groups a flat list of model names into per-tier pools.

func (*ModelRouter) Select

func (r *ModelRouter) Select(tier string, fallbackTiers ...string) string

Select returns the first available model for tier, then tries each fallback in order.

Jump to

Keyboard shortcuts

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