Versions in this module Expand all Collapse all v0 v0.1.0 Apr 10, 2026 Changes in this version + func Run(ctx context.Context, cfg Config) (string, error) + type Config struct + Diff string + File string + Log string + Path string + Runner Runner + Stat string + Symbol string + type Runner interface + Run func(ctx context.Context, prompt string, tools []string) (string, error) + type RunnerFunc func(ctx context.Context, prompt string, tools []string) (string, error) + func (f RunnerFunc) Run(ctx context.Context, prompt string, tools []string) (string, error)