claude-code-spy
Advanced tools
+1
-1
| { | ||
| "name": "claude-code-spy", | ||
| "version": "2.4.2", | ||
| "version": "2.4.3", | ||
| "description": "Spy on your Claude Code conversations - Real-time monitoring with AI-powered summaries and full tool visibility", | ||
@@ -5,0 +5,0 @@ "main": "claude-history-cli.js", |
@@ -470,3 +470,3 @@ # Claude Code Spy | ||
| #### View 3: Top 10 Largest Files in Project (Third Press of 'f') | ||
| Shows the top 10 largest files in the entire project folder (all files, not just edited ones): | ||
| Shows the top 10 largest files in the entire project folder with their actual line counts: | ||
@@ -480,12 +480,12 @@ ``` | ||
| 1. claude-history-cli.js | ||
| 5x edits β’ 1240 LOC β’ 89.6 KB | ||
| 1512 LOC β’ 89.6 KB β’ 5x edits (+1240 LOC) | ||
| 2. README-claude-history.md | ||
| 3x edits β’ 450 LOC β’ 23.0 KB | ||
| 856 LOC β’ 23.0 KB β’ 3x edits (+450 LOC) | ||
| 3. dist/bundle.js | ||
| not edited β’ 156.8 KB | ||
| 3847 LOC β’ 156.8 KB | ||
| 4. package.json | ||
| 1x edits β’ 25 LOC β’ 920 B | ||
| 45 LOC β’ 920 B β’ 1x edits (+25 LOC) | ||
@@ -496,7 +496,6 @@ Press 'f' again to see detailed tracker | ||
| - **Scans entire project directory** (ignores: .git, node_modules, .next, dist, build) | ||
| - **LOC** = Actual line count in each file (read from disk) | ||
| - **File Size** = Actual size of the file on disk (in B, KB, MB, GB) | ||
| - Shows which files you edited (edit count and total LOC added) | ||
| - Shows "not edited" for large files you haven't touched | ||
| - Useful for understanding disk usage and identifying bloat | ||
| - Helps spot large files that might need optimization | ||
| - **Edit info** = Shows if file was edited (edit count and LOC added during this session) | ||
| - Useful for understanding project structure, disk usage, and identifying large files | ||
@@ -503,0 +502,0 @@ --- |
Sorry, the diff of this file is too big to display
117845
0.33%1879
0.7%778
-0.13%7
16.67%