Sign In

session-intelligence-cli

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

session-intelligence-cli

Real-time dashboard for Claude Code sessions — track activity, git changes, token usage, and session history across all your projects

Source
npmnpm
Version
0.1.7
Version published
Weekly downloads
2
-95.24%
Maintainers
1
Weekly downloads
 
Created
Source

Session Intelligence CLI

A Claude Code plugin that gives you a real-time dashboard for all your coding sessions.

See what every session is doing, track token usage and git changes, and get a full activity history across all your projects.

session-intelligence.com

What it does

  • Live session tracking — see every session as it thinks, runs tools, or waits for input
  • Activity heatmap & stats — tokens, lines changed, model usage, and streaks over time
  • GitHub integration — auto-links sessions to PRs, tracks open issues and review requests
  • Multi-project — one dashboard for all your repos and branches

Quick start

npx session-intelligence-cli setup

This will:

  • Ask for your server URL and API key (get one at session-intelligence.com)
  • Save config to ~/.session-intelligence/config.json
  • Register hooks in ~/.claude/settings.json

Your next Claude Code session will start reporting automatically.

How it works

The CLI registers lightweight Claude Code hooks that fire on session lifecycle events:

EventWhat it reports
SessionStartNew session created
PostToolUseTool activity (Read, Edit, Bash, etc.)
NotificationPermission requests / input needed
SubagentStopSubagent task completion
StopTask turn completed
SessionEndSession archived with token usage summary

Each hook reads the current git state (branch, last commit, uncommitted changes) and sends a small payload to your dashboard. All calls are fire-and-forget with no impact on Claude Code performance.

Updating

If you installed a previous version, re-run setup to register any new hooks:

npx session-intelligence-cli@latest setup

Commands

session-intelligence setup    # configure and install hooks
session-intelligence status   # check connection and config

Requirements

License

MIT

Keywords

claude

FAQs

Package last updated on 11 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts