Plugin not loading

plugin version 7.0.13, i have pro version, ide version 2024.2.1

in idea.log i see spam by this issue

2024-10-24 09:43:25,012 [3786054] WARN - #com.sourcegraph.cody.agent.CodyAgent - Uncaught exception: SyntaxError: “undefined” is not valid JSON
2024-10-24 09:43:25,012 [3786054] WARN - #com.sourcegraph.cody.agent.CodyAgent - at JSON.parse ()
2024-10-24 09:43:25,012 [3786054] WARN - #com.sourcegraph.cody.agent.CodyAgent - at LocalStorageDB.get (/home/dev/.local/share/JetBrains/PhpStorm2024.2/Sourcegraph/agent/index.js:132840:28)
2024-10-24 09:43:25,012 [3786054] WARN - #com.sourcegraph.cody.agent.CodyAgent - at _AgentGlobalState.get (/home/dev/.local/share/JetBrains/PhpStorm2024.2/Sourcegraph/agent/index.js:132796:26)
2024-10-24 09:43:25,012 [3786054] WARN - #com.sourcegraph.cody.agent.CodyAgent - at LocalStorage.get (/home/dev/.local/share/JetBrains/PhpStorm2024.2/Sourcegraph/agent/index.js:96677:29)
2024-10-24 09:43:25,012 [3786054] WARN - #com.sourcegraph.cody.agent.CodyAgent - at LocalStorage.getClientState (/home/dev/.local/share/JetBrains/PhpStorm2024.2/Sourcegraph/agent/index.js:96493:29)
2024-10-24 09:43:25,012 [3786054] WARN - #com.sourcegraph.cody.agent.CodyAgent - at /home/dev/.local/share/JetBrains/PhpStorm2024.2/Sourcegraph/agent/index.js:96500:34
2024-10-24 09:43:25,012 [3786054] WARN - #com.sourcegraph.cody.agent.CodyAgent - at Object. (/home/dev/.local/share/JetBrains/PhpStorm2024.2/Sourcegraph/agent/index.js:27465:34)
2024-10-24 09:43:25,012 [3786054] WARN - #com.sourcegraph.cody.agent.CodyAgent - at Generator.next ()
2024-10-24 09:43:25,012 [3786054] WARN - #com.sourcegraph.cody.agent.CodyAgent - at /home/dev/.local/share/JetBrains/PhpStorm2024.2/Sourcegraph/agent/index.js:27504:71
2024-10-24 09:43:25,012 [3786054] WARN - #com.sourcegraph.cody.agent.CodyAgent - at new Promise ()
2024-10-24 09:43:25,012 [3786054] WARN - #com.sourcegraph.cody.agent.CodyAgent - at __awaiter3 (/home/dev/.local/share/JetBrains/PhpStorm2024.2/Sourcegraph/agent/index.js:27486:14)
2024-10-24 09:43:25,012 [3786054] WARN - #com.sourcegraph.cody.agent.CodyAgent - at /home/dev/.local/share/JetBrains/PhpStorm2024.2/Sourcegraph/agent/index.js:27464:40
2024-10-24 09:43:25,012 [3786054] WARN - #com.sourcegraph.cody.agent.CodyAgent - at AsyncSerialScheduler. (/home/dev/.local/share/JetBrains/PhpStorm2024.2/Sourcegraph/agent/index.js:26819:17)
2024-10-24 09:43:25,012 [3786054] WARN - #com.sourcegraph.cody.agent.CodyAgent - at Generator.next ()
2024-10-24 09:43:25,012 [3786054] WARN - #com.sourcegraph.cody.agent.CodyAgent - at fulfilled (/home/dev/.local/share/JetBrains/PhpStorm2024.2/Sourcegraph/agent/index.js:26784:28)

Hi @simonproud

This is a known issue and the work around for now is rolling back to 7.0.6 to fix it.

Updates will be made to the issue on GitHub.

Thanks!