It uses Claude from anthropic which has a 100k context window. It typically stuffs the 15 most relevant files into the prompt to spit out the output. It’s shockingly fast.
I really like it for figuring out how something in my code base is done, like figuring out where exactly rate limits happen and what service we use to track them.