Skip to content

Commit c9f0dd3

Browse files
committed
feat: Add Q&A entries for Cody troubleshooting and status
This commit introduces new question and answer entries to `answers.json` to address common Cody issues and provide information on its status. The changes include: - Added a Q&A entry for resolving the "Starting Cody..." hang in PhpStorm on Ubuntu 24.04, including troubleshooting steps related to JCEF, system packages, and IDE logs. - Added a Q&A entry providing a link to the Sourcegraph status page for monitoring Cody and other services, as well as information on maintenance announcements.
1 parent d02bf4a commit c9f0dd3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

answers.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,14 @@
7777
"url": "https://github.com/sourcegraph/jetbrains/issues/3225",
7878
"title": "GoLand on macOS repeatedly prompts for Cody login despite successful authentication.",
7979
"answer": "To resolve this, please ensure that GoLand is configured to use the native macOS Keychain for storing passwords. This allows the application to securely remember your login credentials. To check this setting, navigate to **Settings** (or **Preferences** on macOS) > **Appearance & Behavior** > **System Settings** > **Passwords** and verify that the option **'In native Keychain'** is selected. If it's not, select it and restart GoLand."
80+
},
81+
{
82+
"url": "https://www.reddit.com/r/sourcegraph/comments/1jr9tzh/stuck_at_starting_cody_in_phpstorm/",
83+
"title": "As the Title says I'm stuck at \"Starting Cody...\" in PhpStorm.",
84+
"answer": "To resolve the \"Starting Cody...\" hang in PhpStorm on Ubuntu 24.04, try these additional troubleshooting steps: Verify JCEF (Java Chromium Embedded Framework) is properly enabled with correct VM options, ensure all required system packages are installed (libnss3, libatk-bridge2.0-0t64, libxss1, libgbm1, libasound2t64), and check your IDE logs for specific errors. If problems persist, try resetting the IDE cache or reinstalling the Cody plugin."
85+
},
86+
{
87+
"url": "https://community.sourcegraph.com/t/is-there-a-status-board-for-cody/2537",
88+
"title": "Is there a status board for Cody?",
89+
"answer": "Yes, Sourcegraph maintains a status page for monitoring Cody and other services. You can check the status page at 'Sourcegraph Status' which shows maintenance events and service availability. During outages, Sourcegraph also posts announcements about scheduled maintenance that may affect service here: https://sourcegraphstatus.com/"
8090
}]

0 commit comments

Comments
 (0)