npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@qiaolei81/copilot-session-viewer

v0.1.9

Published

Web UI for viewing GitHub Copilot CLI session logs

Readme

🤖 Copilot Session Viewer

npm version License: MIT Node.js Version

AI-Powered Session Log Analysis Tool for GitHub Copilot CLI

A modern web-based viewer for analyzing GitHub Copilot CLI session logs with virtual scrolling, infinite loading, time analysis, and AI-powered insights.

Session List

Session List

Session Detail — Event Stream with Virtual Scrolling

Session Detail

Time Analysis — Gantt Timeline & Sub-Agent Breakdown

Time Analysis


⚡ Quick Start

Try without installing (recommended)

npx -y @qiaolei81/copilot-session-viewer@latest

Then open http://localhost:3838

Install globally

npm install -g @qiaolei81/copilot-session-viewer
copilot-session-viewer

Requirements

  • Node.js ≥ 18.0.0
  • GitHub Copilot CLI (for generating session data)

✨ Features

🎯 Core Capabilities

  • 📊 Session Management - View, export, and import session archives
  • 🔍 Event Analysis - Real-time log parsing with filtering and search
  • ⏱️ Time Analysis - Execution timelines and performance metrics
  • 🚀 Virtual Scrolling - Handle 1000+ events smoothly
  • ♾️ Infinite Scroll - Progressive session loading for better performance
  • 🤖 AI Insights - LLM-powered session analysis

🎨 User Experience

  • 🌙 Dark Theme - GitHub-inspired interface
  • 📱 Responsive - Works on desktop, tablet, and mobile
  • ⚡ Fast - Optimized virtual rendering and lazy loading
  • 🔐 Secure - Local-first with no data sharing

🛠️ Technical Features

  • Vue 3 - Reactive virtual scrolling
  • Express.js - Robust backend API
  • ZIP Import/Export - Session sharing capabilities
  • Multi-format Support - Directory and JSONL sessions

🚀 How It Works

  1. Generate Sessions - Use GitHub Copilot CLI to create session logs
  2. Auto-Discovery - Sessions are automatically detected in ~/.copilot/session-state/
  3. Browse & Analyze - View sessions with infinite scroll and detailed event streams
  4. Time Analysis - Analyze turn durations, tool usage, and sub-agent performance
  5. AI Insights - Generate comprehensive session analysis with Copilot
# Example: Generate a session with Copilot CLI
copilot --model claude-sonnet-4.5 -p "Help me refactor this code"

# Start the viewer
npx @qiaolei81/copilot-session-viewer

# Browse sessions at http://localhost:3838

📚 Documentation


🏗️ Architecture

┌─────────────────────────────────────────────────┐
│  Frontend (Vue 3 + EJS Templates)               │
│  • Virtual Scroller (vue-virtual-scroller)      │
│  • Infinite Scroll (JavaScript)                 │
│  • GitHub-inspired Dark Theme                   │
└─────────────────────────────────────────────────┘
                      ↕ HTTP/API
┌─────────────────────────────────────────────────┐
│  Backend (Node.js + Express)                    │
│  • Session Repository & File Watcher            │
│  • JSONL Streaming Parser                       │
│  • Paginated API Endpoints                      │
└─────────────────────────────────────────────────┘
                      ↕ File System
┌─────────────────────────────────────────────────┐
│  Data Layer (~/.copilot/session-state/)         │
│  • events.jsonl (event streams)                 │
│  • workspace.yaml (metadata)                    │
│  • copilot-insight.md (AI analysis)              │
└─────────────────────────────────────────────────┘

🎯 Use Cases

For Developers

  • Debug GitHub Copilot CLI sessions
  • Analyze conversation patterns and tool usage
  • Export sessions for team collaboration
  • Performance optimization insights

For Teams

  • Share interesting Copilot sessions
  • Analyze team AI usage patterns
  • Document complex problem-solving sessions
  • Training and best practice development

For Researchers

  • Study human-AI interaction patterns
  • Analyze tool usage effectiveness
  • Session data mining and analysis
  • AI conversation flow research

🤝 Contributing

This project welcomes contributions! See our Development Guide for:

  • Setting up the development environment
  • Code style guidelines
  • Testing procedures
  • Contribution workflow

📄 License

MIT License - see LICENSE file for details


🙏 Acknowledgments

Built with AI assistance - This project was developed using GitHub Copilot and Claude AI for code generation, documentation, and architectural decisions.

Key Dependencies:


🏠 Homepage📖 Docs🐛 Issues💬 Discussions

Made with ❤️ for the GitHub Copilot CLI community