claude-code-spy
Advanced tools
+1
-1
@@ -104,3 +104,3 @@ const fs = require('fs'); | ||
| const files = fs.readdirSync(projectDir).filter(f => f.endsWith('.jsonl')); | ||
| const files = fs.readdirSync(projectDir).filter(f => f.endsWith('.jsonl') && !f.startsWith('agent-')); | ||
@@ -107,0 +107,0 @@ for (const file of files) { |
+3
-3
| { | ||
| "name": "claude-code-spy", | ||
| "version": "2.5.1", | ||
| "version": "2.5.2", | ||
| "description": "Spy on your Claude Code conversations - Real-time monitoring with AI-powered summaries and full tool visibility", | ||
| "main": "claude-history-cli.js", | ||
| "bin": { | ||
| "claude-code-spy": "./claude-history" | ||
| "claude-code-spy": "claude-history" | ||
| }, | ||
@@ -27,3 +27,3 @@ "preferGlobal": true, | ||
| "type": "git", | ||
| "url": "https://github.com/kotrotsos/claude-code-spy" | ||
| "url": "git+https://github.com/kotrotsos/claude-code-spy.git" | ||
| }, | ||
@@ -30,0 +30,0 @@ "bugs": { |
Sorry, the diff of this file is too big to display
162630
0.18%