This is happening because questools will leave game as long as grift lvl-gem lvl <=-7, while actually it should be <=-15.
Change the following code in \Plugins\QuestTools\ProfileTags\CompleteGreaterRiftTag.cs
public static Func<ACDItem, float> GetUpgradeChance = gem =>
{...