Загрузка видео...

Не удалось загрузить видео

На главную

Introducing Claude Code Analytics Dashboard 🙌 Open source project to monitor your Claude Code agents in real-time as they work on your projects. Just run: npx claude-code-templates@latest --analytics Dashboard opens at localhost:3333 showing: - All active Claude Code sessions - Token usage & conversation stats - Real-time activity monitoring...

62,057 просмотров • 11 месяцев назад •via X (Twitter)

Комментарии: 10

Фото профиля Daniel San
Daniel San11 месяцев назад

Open source repo... give it a star or contribute if you find it useful! ⭐

Фото профиля Eyal Toledano
Eyal Toledano11 месяцев назад

Brilliant work!

Фото профиля Himanshu Kumar
Himanshu Kumar11 месяцев назад

Real-time monitoring could unexpectedly shift focus from true project goals to micro-management.

Фото профиля 4305
430511 месяцев назад

Very nice! Will use

Фото профиля 👾
👾11 месяцев назад

This is brilliant. Nice one.

Фото профиля Sudheer Salavadi
Sudheer Salavadi11 месяцев назад

Amazing! Thank you.

Фото профиля Cederik ᯅ
Cederik ᯅ11 месяцев назад

very cool, well done!

Фото профиля Josh English
Josh English11 месяцев назад

this is kewl

Фото профиля Joe Winke
Joe Winke11 месяцев назад

This is run at project level right? If I have multiple can I run in parent code folder?

Фото профиля Daniel San
Daniel San11 месяцев назад

The analytics runs across all Claude Code instances running on your computer. You'll see each instance separated by project in the dashboard list

Похожие видео

I got curious how compaction works as a PM, so I did some brain surgery on Claude Code: (Anthropic's been doing really interesting work on context editing - they showed Claude Opus playing Settlers of Catan for 75+ minutes in a single thread by constantly editing the context instead of starting fresh. When I saw that Claude Code has a compaction command with optional custom instructions, I wanted to understand what's actually happening.) Abhishek and Aman Khan gave me the key tip: Claude Code stores all your conversation history as text files on your computer. Open a new directory and give Claude Code a task. Here's how to watch compaction happening: 1. Go to your user's root directory 2. Press Command+Shift+Period (Mac) to show hidden folders 3. Navigate to ~/.claude/projects/ 4. Find your project folder and use Cursor/VSCode to open it (there's a reason) 5. Install the JSONL Gazelle plugin (open source, thank you Gabor Cselle!) 6. Open the most recent JSONL file - each row is a message in your conversation 7. Run the compact command in Claude Code with custom instructions 8. Watch what happens in the file What I learned: When you compact, Claude Code doesn't just summarize and delete everything. It creates a "compact boundary" in the conversation file, writes a summary of what happened before, but keeps the full original conversation (!!!!) The new thread can still retrieve any details from before compaction if needed. That is so damn cool. Why this matters: What you're getting in Claude Code is similar to what Anthropic ships in their developer SDK - so inspecting your daily tools is how you build real product intuition. The best way to understand AI systems is to open them up and look inside. Everything is text files.

Tal Raviv

56,934 просмотров • 4 месяцев назад