Versions in this module Expand all Collapse all v0 v0.1.1 Jun 7, 2026 v0.1.0 Jun 7, 2026 Changes in this version + func New() tools.Tool + func NewWithApprover(app approval.Approver) tools.Tool + func NewWithOptions(app approval.Approver, opts Options) tools.Tool + type Options struct + RCFile string + Shell string + UseUserRC bool + type Tool struct + func (t *Tool) Run(ctx context.Context, input map[string]any) (tools.Result, error) + func (t *Tool) Spec() llm.ToolSpec