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 Available(cwd string) (binPath string, ok bool) + type Tool struct + func New(cwd, bin string) *Tool + func (t *Tool) Run(ctx context.Context, in map[string]any) (tools.Result, error) + func (t *Tool) Spec() llm.ToolSpec