diff --git a/pkg/tools/filesystem.go b/pkg/tools/filesystem.go index 4e4076a12..d82100970 100644 --- a/pkg/tools/filesystem.go +++ b/pkg/tools/filesystem.go @@ -527,7 +527,7 @@ func (t *ReadFileLinesTool) Execute(ctx context.Context, args map[string]any) *T return ErrorResult("path is required") } - startLine, err := getInt64Arg(args, "start_line", 0) + startLine, err := getInt64Arg(args, "start_line", 1) if err != nil { return ErrorResult(err.Error()) }