Installing Cody plugin for PyCharm: works locally, but not for remote development

I’m having some issues getting the Cody Jetbrains plugin to work using remote (SSH) development. I’ve installed it on my client machine, and it works for local projects. However when I try remote development the plugin doesn’t load, and the install screen gives me a message that says IDE contains conflicting module 'com.intellij.jetbrains.client'.

Cody version is 6.0.26
Jetbrains is 2024.2 (242.20224.347) in both the remote env and local.

Looking at the logs, I see this:

The Cody: AI Coding Assistant with Autocomplete & Chat (id=com.sourcegraph.jetbrains, path=~/Library/Application Support/JetBrains/PyCharm2024.2/plugins/frontend/Sourcegraph, version=6.0.26) plugin Plugin 'Cody: AI Coding Assistant with Autocomplete & Chat' is not compatible with the IDE because the IDE contains module 'com.intellij.jetbrains.client' which conflicts with the plugin
2024-08-21 09:44:34,303 [  10472]   INFO - #c.i.AbstractBundle - Cannot load resource bundle from *.properties file, falling back to slow class loading: CodyBundle
2024-08-21 09:44:34,306 [  10475]   INFO - #c.i.i.p.PluginManager - Cannot find plugin com.sourcegraph.jetbrains resource-bundle: CodyBundle

Any help would be appreciated, TIA!

Hello @zachrobo1

I will forward this to the JetBrains team for further evaluation. Either I or a team member will respond to you as soon as possible.

1 Like

Hi there- any update from Jetbrains on this bug? I upgraded to Cody 7.0.0 and am still getting this error.