cc-insight 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/README.zh.md +2 -0
- package/package.json +2 -2
- package/public/js/charts.js +0 -0
- package/public/js/heatmap.js +0 -0
package/README.md
CHANGED
|
@@ -41,6 +41,8 @@ CC Insight indexes your local session history and presents it as an interactive
|
|
|
41
41
|
|
|
42
42
|
**MCP Servers** — Configured servers and their tools, parsed from `settings.json` and `claude_desktop_config.json`.
|
|
43
43
|
|
|
44
|
+
<img width="2874" height="1548" alt="image" src="https://github.com/user-attachments/assets/b6a34467-13a3-4c5a-957a-263ec4d1dbe2" />
|
|
45
|
+
|
|
44
46
|
---
|
|
45
47
|
|
|
46
48
|
## Requirements
|
package/README.zh.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cc-insight",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Local Claude Code usage dashboard — sessions, skills, efficiency, MCP servers, and shareable poster",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"test": "node --experimental-vm-modules node_modules/.bin/jest --testPathPattern=tests/"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"better-sqlite3": "^
|
|
36
|
+
"better-sqlite3": "^12.8.0",
|
|
37
37
|
"chokidar": "^3.6.0",
|
|
38
38
|
"express": "^4.19.0",
|
|
39
39
|
"open": "^10.1.0",
|
package/public/js/charts.js
DELETED
|
File without changes
|
package/public/js/heatmap.js
DELETED
|
File without changes
|