cc-flight 0.4.2 → 0.4.3

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 +11 -11
  2. package/README.zh-CN.md +11 -11
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # SuperView
1
+ # CC Flight
2
2
 
3
3
  [English](README.md) | [简体中文](README.zh-CN.md)
4
4
 
@@ -15,7 +15,7 @@ npm install -g cc-flight
15
15
  ccflight
16
16
  ```
17
17
 
18
- Launch pre-focused on a project directory — SuperView auto-scans and selects that project on open:
18
+ Launch pre-focused on a project directory — CC Flight auto-scans and selects that project on open:
19
19
 
20
20
  ```bash
21
21
  ccflight . # current directory
@@ -25,7 +25,7 @@ ccflight --project-dir=/path/to/project
25
25
 
26
26
  Then open **http://127.0.0.1:5174** and scan your agent logs.
27
27
 
28
- SuperView is a local-first flight recorder for coding agents. It ingests session logs from Codex, Claude Code, and OpenCode, reconstructs every task journey, and surfaces hidden agent work — context snapshots, tool calls, cost, errors, and project telemetry — in a single dashboard.
28
+ CC Flight is a local-first flight recorder for coding agents. It ingests session logs from Codex, Claude Code, and OpenCode, reconstructs every task journey, and surfaces hidden agent work — context snapshots, tool calls, cost, errors, and project telemetry — in a single dashboard.
29
29
 
30
30
  ## Package Rename
31
31
 
@@ -50,19 +50,19 @@ For future updates, switch scripts and docs to `cc-flight` or `ccflight`.
50
50
 
51
51
  <table>
52
52
  <tr>
53
- <td colspan="4" align="center"><img src="docs/assets/02.png" width="900" alt="SuperView screenshot" /></td>
53
+ <td colspan="4" align="center"><img src="docs/assets/02.png" width="900" alt="CC Flight screenshot" /></td>
54
54
  </tr>
55
55
  <tr>
56
- <td colspan="4" align="center"><img src="docs/assets/03.png" width="900" alt="SuperView screenshot" /></td>
56
+ <td colspan="4" align="center"><img src="docs/assets/03.png" width="900" alt="CC Flight screenshot" /></td>
57
57
  </tr>
58
58
  <tr>
59
- <td colspan="4" align="center"><img src="docs/assets/08.png" width="900" alt="SuperView screenshot" /></td>
59
+ <td colspan="4" align="center"><img src="docs/assets/08.png" width="900" alt="CC Flight screenshot" /></td>
60
60
  </tr>
61
61
  <tr>
62
- <td><img src="docs/assets/04.png" width="100%" alt="SuperView screenshot" /></td>
63
- <td><img src="docs/assets/05.png" width="100%" alt="SuperView screenshot" /></td>
64
- <td><img src="docs/assets/06.png" width="100%" alt="SuperView screenshot" /></td>
65
- <td><img src="docs/assets/07.png" width="100%" alt="SuperView screenshot" /></td>
62
+ <td><img src="docs/assets/04.png" width="100%" alt="CC Flight screenshot" /></td>
63
+ <td><img src="docs/assets/05.png" width="100%" alt="CC Flight screenshot" /></td>
64
+ <td><img src="docs/assets/06.png" width="100%" alt="CC Flight screenshot" /></td>
65
+ <td><img src="docs/assets/07.png" width="100%" alt="CC Flight screenshot" /></td>
66
66
  </tr>
67
67
  </table>
68
68
 
@@ -233,4 +233,4 @@ SUPERVIEW_PORT # Production server port (default: 5174)
233
233
 
234
234
  ## Privacy
235
235
 
236
- SuperView is local-first. No accounts, no cloud sync, no remote backend. Raw agent logs stay on your machine. Normalized records are stored in a local SQLite database. Evidence views expose only redacted payloads with source provenance (path, line, timestamp, hash) — enough for debugging, not raw dumps.
236
+ CC Flight is local-first. No accounts, no cloud sync, no remote backend. Raw agent logs stay on your machine. Normalized records are stored in a local SQLite database. Evidence views expose only redacted payloads with source provenance (path, line, timestamp, hash) — enough for debugging, not raw dumps.
package/README.zh-CN.md CHANGED
@@ -1,4 +1,4 @@
1
- # SuperView
1
+ # CC Flight
2
2
 
3
3
  [English](README.md) | [简体中文](README.zh-CN.md)
4
4
 
@@ -15,7 +15,7 @@ npm install -g cc-flight
15
15
  ccflight
16
16
  ```
17
17
 
18
- 从指定项目目录启动——SuperView 会自动扫描并默认选中该项目:
18
+ 从指定项目目录启动——CC Flight 会自动扫描并默认选中该项目:
19
19
 
20
20
  ```bash
21
21
  ccflight . # 当前目录
@@ -25,7 +25,7 @@ ccflight --project-dir=/path/to/project
25
25
 
26
26
  然后打开 **http://127.0.0.1:5174**,扫描你的 agent 日志即可。
27
27
 
28
- SuperView 是一个本地优先的 coding agent 飞行记录器。它会读取 Codex、Claude Code 和 OpenCode 的 session 日志,重建每一轮任务旅程,并将隐藏的 agent 工作——上下文快照、工具调用、成本、错误和项目遥测——呈现在一个统一的仪表盘中。
28
+ CC Flight 是一个本地优先的 coding agent 飞行记录器。它会读取 Codex、Claude Code 和 OpenCode 的 session 日志,重建每一轮任务旅程,并将隐藏的 agent 工作——上下文快照、工具调用、成本、错误和项目遥测——呈现在一个统一的仪表盘中。
29
29
 
30
30
  ## 包名迁移
31
31
 
@@ -50,19 +50,19 @@ superview
50
50
 
51
51
  <table>
52
52
  <tr>
53
- <td colspan="4" align="center"><img src="docs/assets/02.png" width="900" alt="SuperView 截图" /></td>
53
+ <td colspan="4" align="center"><img src="docs/assets/02.png" width="900" alt="CC Flight 截图" /></td>
54
54
  </tr>
55
55
  <tr>
56
- <td colspan="4" align="center"><img src="docs/assets/03.png" width="900" alt="SuperView 截图" /></td>
56
+ <td colspan="4" align="center"><img src="docs/assets/03.png" width="900" alt="CC Flight 截图" /></td>
57
57
  </tr>
58
58
  <tr>
59
- <td colspan="4" align="center"><img src="docs/assets/08.png" width="900" alt="SuperView screenshot" /></td>
59
+ <td colspan="4" align="center"><img src="docs/assets/08.png" width="900" alt="CC Flight screenshot" /></td>
60
60
  </tr>
61
61
  <tr>
62
- <td><img src="docs/assets/04.png" width="100%" alt="SuperView 截图" /></td>
63
- <td><img src="docs/assets/05.png" width="100%" alt="SuperView 截图" /></td>
64
- <td><img src="docs/assets/06.png" width="100%" alt="SuperView 截图" /></td>
65
- <td><img src="docs/assets/07.png" width="100%" alt="SuperView 截图" /></td>
62
+ <td><img src="docs/assets/04.png" width="100%" alt="CC Flight 截图" /></td>
63
+ <td><img src="docs/assets/05.png" width="100%" alt="CC Flight 截图" /></td>
64
+ <td><img src="docs/assets/06.png" width="100%" alt="CC Flight 截图" /></td>
65
+ <td><img src="docs/assets/07.png" width="100%" alt="CC Flight 截图" /></td>
66
66
  </tr>
67
67
  </table>
68
68
 
@@ -233,4 +233,4 @@ SUPERVIEW_PORT # 生产服务器端口(默认:5174)
233
233
 
234
234
  ## 隐私
235
235
 
236
- SuperView 完全本地运行。无需账号、云同步或远程后端。原始 agent 日志始终留在你的机器上。标准化记录存储在本地 SQLite 数据库中。证据视图仅暴露脱敏 payload 及来源信息(路径、行号、时间戳、哈希),足以用于调试,但不会泄露原始内容。
236
+ CC Flight 完全本地运行。无需账号、云同步或远程后端。原始 agent 日志始终留在你的机器上。标准化记录存储在本地 SQLite 数据库中。证据视图仅暴露脱敏 payload 及来源信息(路径、行号、时间戳、哈希),足以用于调试,但不会泄露原始内容。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-flight",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Flight recorder for Claude Code and coding agents — timeline dashboard with replayable agent-run drill-downs.",
5
5
  "type": "module",
6
6
  "license": "MIT",