Skip to content

Installation

  • 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)
Terminal window
git clone https://github.com/melagiri/code-insights.git
cd code-insights/cli
pnpm install
pnpm build
npm link

The npm link step makes code-insights available as a global command.

Terminal window
code-insights --version

You should see 1.0.0 (or the current version).

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.