Legal

CodeLedger Panel — Chrome Extension Privacy Policy

Effective date: August 27, 2026

CodeLedger Panel is a companion browser extension for the CodeLedger CLI, published by Intelligent Context AI Inc. This policy covers only the Chrome extension. For the CodeLedger website and hosted services, see our general Privacy Policy.

What this extension does

Checks whether a CodeLedger CLI session (codeledger panel serve) is running on http://127.0.0.1 on your own computer, and shows its status in the browser toolbar badge and popup. On github.com pull request pages, it asks that same local CodeLedger session whether it has a locally-computed review signal for the PR you're viewing, and shows a small banner if so.

What data this extension collects

None. This extension does not collect, transmit, sell, or share any user data with Intelligent Context AI Inc. or with any third party. All status and PR-signal data comes from a CodeLedger CLI process running on your own machine — nothing is sent to a server we operate. The extension does not use analytics, telemetry, crash reporting, or any third-party tracking or advertising SDK.

The pairing code you paste into the extension to connect it to your local CodeLedger session is stored only in your browser's local extension storage, on your device. It is never transmitted anywhere except back to 127.0.0.1 (your own machine) to authenticate requests. The extension makes network requests to exactly two destinations: your own local CodeLedger session, and the CodeLedger installation page — and only when you explicitly click the “Install CodeLedger” link in the popup. No GitHub API calls are made, no GitHub credentials or tokens are read or stored, and nothing is posted back to GitHub.

Permissions this extension requests, and why

storage

To remember your pairing code and any custom port setting locally in your browser, so you don't have to re-enter it every time.

alarms

To periodically check (about once a minute) whether your local CodeLedger session is still running, so the toolbar badge stays accurate.

host_permissions for http://127.0.0.1:7420/*

To talk to your local CodeLedger session. This is loopback-only — the extension cannot reach any other host on your network or the internet through this permission. If you configure a custom port, the extension asks for a one-time, scoped permission to reach that port and no other.

Content script on github.com/*/*/pull/*

To show a local review-signal banner on pull request pages you visit. This is read-only DOM insertion; the content script reads only the PR's owner, repo, and number from the URL, and does not transmit anything it reads from the page anywhere.

Changes to this policy

If this extension's data practices change, this page will be updated and the effective date above will change accordingly.

Contact

Questions about this policy or the extension can be sent to support@codeledger.dev.