Is there a way to access the proposed points

I wonder if there is a way to access the proposed values for a set of parameters at each iteration and use them in the proposal of another set of parameters. I know CompoundStep does something similar, but I want to make a custom proposal without affecting the other step

Your step sampler should be given a dictionary with all the variables points in every iteration, if I recall correctly