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 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
@@ -41,6 +41,8 @@ CC Insight 把你本地的对话历史建立索引,以交互式仪表盘的形
41
41
 
42
42
  **MCP Server** — 自动读取配置文件,展示已配置的 MCP Server 及工具列表。
43
43
 
44
+ <img width="2874" height="1548" alt="image" src="https://github.com/user-attachments/assets/cdca4f24-8a4b-40f2-b004-0474422412f7" />
45
+
44
46
  ---
45
47
 
46
48
  ## 环境要求
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-insight",
3
- "version": "0.1.0",
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": "^9.6.0",
36
+ "better-sqlite3": "^12.8.0",
37
37
  "chokidar": "^3.6.0",
38
38
  "express": "^4.19.0",
39
39
  "open": "^10.1.0",
File without changes
File without changes