Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteClaudeCode ¶
ExecuteClaudeCode runs the Claude Code CLI with configured environment. Uses syscall.Exec to replace the current process with Claude Code. This function never returns on success.
func LaunchWithProxy ¶ added in v0.4.0
func LaunchWithProxy(providerConfig config.Provider, opt config.OptimizationConfig, args []string) error
LaunchWithProxy starts a local proxy for request transformation, then launches Claude Code pointing at the proxy. The Go process stays alive to serve the proxy until Claude exits.
func SetupEnvironment ¶
func SetupEnvironment(providerConfig config.Provider, opt config.OptimizationConfig) []string
SetupEnvironment prepares environment variables for Claude Code.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.