Installation
Prerequisites
Section titled “Prerequisites”- Node.js 18 or later
- pnpm package manager (
npm install -g pnpm) - Claude Code installed with existing session history in
~/.claude/projects/ - A Google account (for Firebase — see Firebase Setup)
Install from Source
Section titled “Install from Source”git clone https://github.com/melagiri/code-insights.gitcd code-insights/clipnpm installpnpm buildnpm linkThe npm link step makes code-insights available as a global command.
Verify
Section titled “Verify”code-insights --versionYou should see 1.0.0 (or the current version).
Next Steps
Section titled “Next Steps”Before you can sync sessions, you need a Firebase project. If you already have one configured, jump to Quick Start. Otherwise, follow the Firebase Setup guide first.