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
- Open the extension popup โ check that a repo is connected (owner/repo shown).
-
Open Settings โ Git โ verify
github_ownerandgithub_repoare correct. - Check that your GitHub token is valid: Settings โ Git โ "Re-authenticate with GitHub".
- Open the browser DevTools console on a platform page and look for errors after submitting.
-
Check the service worker console:
chrome://serviceworker-internalsโ find CodeLedger โ "Inspect".
Extension not detecting solved problems
- Make sure you're on a supported page โ the extension only activates on LeetCode, GeeksForGeeks, Codeforces, NeetCode and takeuforward.
- Try refreshing the page after a "Wrong Answer" โ the extension reattaches on reload.
-
Check that the extension has the necessary permissions:
chrome://extensionsโ CodeLedger โ Details โ Site access. - Disable other extensions temporarily to rule out conflicts.
AI review not working
- Open Settings โ AI โ verify your API key is entered and saved.
- Check that the selected model is available for your API tier (some models require paid plans).
-
For Ollama, make sure the local server is running at
http://localhost:11434. - 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:
-
Download
codeledger-chromium-vX.Y.Z.zipfrom GitHub Releases. - Unzip the file to a permanent folder.
-
Go to
chrome://extensionsโ enable "Developer mode" โ "Load unpacked" โ select the unzipped folder. -
For Firefox: download the
-firefoxzip โ go toabout:debuggingโ "Load Temporary Add-on".
Still stuck?
Open a GitHub issue with:
- Browser name and version
- Extension version (visible in the popup footer)
- Steps to reproduce
- Any errors from the browser console or service worker console
You can also email github@vkrishna04.me for urgent issues.