Cody.codebase is not working for chat

I set the cody.codebase option on settings to our GitHub repository (private). It is the monorepo of our application. It has “lib”, “backend” and “frontend”. Sadly, it does not see the correct codebase. It uses the currently open part (even though git )

It also sadly does not have any information from ‘lib’ folder.

Hello @ragokan

If you are an enterprise user, please reach out to support@sourcegraph.com.

Else, for each module, if you’re using a respective git, Cody will only have access to the currently open workspace. A possible workaround is to initialize a git repository in the root folder.

I hope this will be of help.

So basically, Pro users can’t do that, only Enterprise users can do. Thanks!