Support

Get help, report a bug, or request a feature.

๐Ÿ›
Report a Bug
Open a GitHub issue with steps to reproduce and your browser + extension version.
๐Ÿ’ฌ
Discussions
Ask questions, share tips, or suggest features in GitHub Discussions.
๐Ÿ“ฆ
Releases
Browse release notes, download specific versions, or side-load the extension manually.
๐Ÿ”Œ
Contribute
Add a platform, AI provider, or fix a bug. The contribution guide walks you through it.

Frequently reported issues

Commits not appearing in GitHub

  1. Open the extension popup โ†’ check that a repo is connected (owner/repo shown).
  2. Open Settings โ†’ Git โ†’ verify github_owner and github_repo are correct.
  3. Check that your GitHub token is valid: Settings โ†’ Git โ†’ "Re-authenticate with GitHub".
  4. Open the browser DevTools console on a platform page and look for errors after submitting.
  5. Check the service worker console: chrome://serviceworker-internals โ†’ find CodeLedger โ†’ "Inspect".

Extension not detecting solved problems

  1. Make sure you're on a supported page โ€” the extension only activates on LeetCode, GeeksForGeeks, Codeforces, NeetCode and takeuforward.
  2. Try refreshing the page after a "Wrong Answer" โ€” the extension reattaches on reload.
  3. Check that the extension has the necessary permissions: chrome://extensions โ†’ CodeLedger โ†’ Details โ†’ Site access.
  4. Disable other extensions temporarily to rule out conflicts.

AI review not working

  1. Open Settings โ†’ AI โ†’ verify your API key is entered and saved.
  2. Check that the selected model is available for your API tier (some models require paid plans).
  3. For Ollama, make sure the local server is running at http://localhost:11434.
  4. Check the service worker console for API error responses.

Side-loading the extension

If you prefer not to install from a browser store, you can load CodeLedger directly from a release zip:

  1. Download codeledger-chromium-vX.Y.Z.zip from GitHub Releases.
  2. Unzip the file to a permanent folder.
  3. Go to chrome://extensions โ†’ enable "Developer mode" โ†’ "Load unpacked" โ†’ select the unzipped folder.
  4. For Firefox: download the -firefox zip โ†’ go to about:debugging โ†’ "Load Temporary Add-on".

Still stuck?

Open a GitHub issue with:

You can also email github@vkrishna04.me for urgent issues.