cc-insight 0.1.5 → 0.1.6

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.
Files changed (3) hide show
  1. package/README.md +10 -5
  2. package/README.zh.md +10 -5
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -8,15 +8,20 @@
8
8
 
9
9
  ## Why
10
10
 
11
- Claude Code's built-in `/insights` command gives you a quick text summary. But it can't answer questions like:
11
+ You've been using Claude Code for months. But do you actually know how?
12
12
 
13
- - Which topics take the most back-and-forth before they're resolved?
14
- - What time of day am I most productive?
15
- - Which skills did I install and never use?
16
- - How has my usage changed over the past month?
13
+ **No visibility into your usage.** You can't see which tasks eat the most time, when you're most productive, or whether your AI habits are changing.
14
+
15
+ **Skills pile up, unmanaged.** Installed tools accumulate with no way to know which ones you actually use, which have been idle for weeks, or which carry security risks.
16
+
17
+ **`/insights` is a text report, not data.** It's the LLM's subjective take on your sessions — not quantified, not filterable, not comparable over time.
18
+
19
+ **MCP Servers scattered across config files.** No single view of what's configured and what tools are actually available.
17
20
 
18
21
  CC Insight indexes your local session history and presents it as an interactive dashboard — no cloud, no account, no data leaving your machine.
19
22
 
23
+ > "You think you're exploring. The data says 60% of your time is debugging."
24
+
20
25
  ---
21
26
 
22
27
  ## vs `/insights`
package/README.zh.md CHANGED
@@ -8,15 +8,20 @@
8
8
 
9
9
  ## 为什么做这个
10
10
 
11
- Claude Code 内置的 `/insights` 指令会生成一份静态 HTML 报告,但它回答不了这些问题:
11
+ 你已经用 Claude Code 好几个月了,但你真的知道自己怎么用的吗?
12
12
 
13
- - 哪类任务最耗时、需要最多轮对话才能解决?
14
- - 我在一天中哪个时段最高效?
15
- - 装了哪些 Skill 从来没用过?
16
- - 这个月比上个月用得多了还是少了?
13
+ **对自己的使用行为毫无感知。** 不知道哪类任务最耗时、哪个时段最高效、使用习惯是否在变化。
14
+
15
+ **Skill 越装越多,却无法管理。** 工具一直在积累,但不知道哪些在用、哪些闲置已久、哪些存在安全隐患。
16
+
17
+ **`/insights` 是主观感受,不是客观数据。** 它是 LLM 读完对话后写的文字报告——不可量化、不可筛选、不可横向比较。
18
+
19
+ **MCP Server 分散在多个配置文件里。** 没有一个地方能看清楚配了什么服务、有哪些工具可用。
17
20
 
18
21
  CC Insight 把你本地的对话历史建立索引,以交互式仪表盘的形式呈现——无需云端、无需注册、数据不离本机。
19
22
 
23
+ > "你以为自己在探索新技术,数据告诉你:60% 的时间在调 bug。"
24
+
20
25
  ---
21
26
 
22
27
  ## 与 `/insights` 的区别
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-insight",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Local Claude Code usage dashboard — sessions, skills, efficiency, MCP servers, and shareable poster",
5
5
  "type": "module",
6
6
  "bin": {