@surething/cockpit 1.0.211 → 1.0.212
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/.next-prod/BUILD_ID +1 -1
- package/.next-prod/app-path-routes-manifest.json +3 -3
- package/.next-prod/build-manifest.json +2 -2
- package/.next-prod/prerender-manifest.json +3 -3
- package/.next-prod/server/app/_global-error.html +1 -1
- package/.next-prod/server/app/_global-error.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.html +1 -1
- package/.next-prod/server/app/_not-found.rsc +2 -2
- package/.next-prod/server/app/_not-found.segments/_full.segment.rsc +2 -2
- package/.next-prod/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/.next-prod/server/app/manifest.webmanifest/route.js +1 -1
- package/.next-prod/server/app/manifest.webmanifest.body +1 -1
- package/.next-prod/server/app-paths-manifest.json +3 -3
- package/.next-prod/server/chunks/9658.js +1 -1
- package/.next-prod/server/middleware-build-manifest.js +1 -1
- package/.next-prod/server/pages/404.html +1 -1
- package/.next-prod/server/pages/500.html +1 -1
- package/.next-prod/server/server-reference-manifest.json +1 -1
- package/.next-prod/trace +12 -12
- package/.next-prod/trace-build +1 -1
- package/README.md +14 -30
- package/README.zh.md +14 -30
- package/chrome-extension/manifest.json +2 -2
- package/package.json +3 -3
- /package/.next-prod/static/{pS6D6oF2RLyDG-MzgFWGm → IVZ8ReZv3wH9JQhz4PDC2}/_buildManifest.js +0 -0
- /package/.next-prod/static/{pS6D6oF2RLyDG-MzgFWGm → IVZ8ReZv3wH9JQhz4PDC2}/_ssgManifest.js +0 -0
package/.next-prod/trace-build
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"name":"run-webpack","duration":
|
|
1
|
+
[{"name":"run-webpack","duration":19695876,"timestamp":138988349,"id":14,"parentId":1,"tags":{},"startTime":1779442374446,"traceId":"710a258995bdefa5"},{"name":"run-typescript","duration":15931258,"timestamp":158694078,"id":1484,"parentId":1,"tags":{},"startTime":1779442394152,"traceId":"710a258995bdefa5"},{"name":"static-check","duration":1041410,"timestamp":174659808,"id":1487,"parentId":1,"tags":{},"startTime":1779442410117,"traceId":"710a258995bdefa5"},{"name":"static-generation","duration":5659093,"timestamp":175808642,"id":1735,"parentId":1,"tags":{},"startTime":1779442411266,"traceId":"710a258995bdefa5"},{"name":"collect-build-traces","duration":18053999,"timestamp":175701791,"id":1732,"parentId":1,"tags":{},"startTime":1779442411159,"traceId":"710a258995bdefa5"},{"name":"telemetry-flush","duration":44,"timestamp":193759460,"id":1744,"parentId":1,"tags":{},"startTime":1779442429217,"traceId":"710a258995bdefa5"},{"name":"next-build","duration":54901221,"timestamp":138858296,"id":1,"tags":{"buildMode":"default","version":"16.2.6","bundler":"webpack","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1779442374316,"traceId":"710a258995bdefa5"}]
|
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<a href="https://
|
|
3
|
-
<img src="public/icons/icon-128x128.png" width="80" alt="
|
|
2
|
+
<a href="https://opencockpit.dev">
|
|
3
|
+
<img src="public/icons/icon-128x128.png" width="80" alt="OpenCockpit logo" />
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
|
-
<h1 align="center">
|
|
7
|
+
<h1 align="center">OpenCockpit — The open Claude Code GUI for any agent</h1>
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
|
-
<strong>One seat.
|
|
10
|
+
<strong>One seat. One AI. Everything under control.</strong><br/>
|
|
11
11
|
<sub><code>/ˈkɒkpɪt/</code> — like an aircraft cockpit</sub>
|
|
12
12
|
</p>
|
|
13
13
|
|
|
@@ -16,17 +16,17 @@
|
|
|
16
16
|
<a href="https://www.npmjs.com/package/@surething/cockpit"><img src="https://img.shields.io/npm/dm/@surething/cockpit?color=12a594&label=downloads&style=flat-square" alt="npm downloads"/></a>
|
|
17
17
|
<a href="https://github.com/Surething-io/cockpit/stargazers"><img src="https://img.shields.io/github/stars/Surething-io/cockpit?color=12a594&style=flat-square" alt="GitHub stars"/></a>
|
|
18
18
|
<a href="https://github.com/Surething-io/cockpit/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-12a594?style=flat-square" alt="MIT license"/></a>
|
|
19
|
-
<a href="https://
|
|
19
|
+
<a href="https://opencockpit.dev"><img src="https://img.shields.io/badge/website-opencockpit.dev-12a594?style=flat-square" alt="website"/></a>
|
|
20
20
|
<a href="https://github.com/anthropics/anthropic-sdk-typescript"><img src="https://img.shields.io/badge/built_on-Claude%20Agent%20SDK-12a594?style=flat-square" alt="Built on Claude Agent SDK"/></a>
|
|
21
21
|
</p>
|
|
22
22
|
|
|
23
23
|
<p align="center">
|
|
24
|
-
<a href="README.md">English</a> · <a href="README.zh.md">中文</a> · <a href="https://
|
|
24
|
+
<a href="README.md">English</a> · <a href="README.zh.md">中文</a> · <a href="https://opencockpit.dev">Website</a> · <a href="https://opencockpit.dev/en/blog/">Blog</a>
|
|
25
25
|
</p>
|
|
26
26
|
|
|
27
27
|
---
|
|
28
28
|
|
|
29
|
-
> **
|
|
29
|
+
> **OpenCockpit is the open-source Claude Code GUI** — and a single canvas for whatever agent you bring next. Run multi-project Claude sessions out of the box; pop open a tab for **OpenAI Codex, DeepSeek, Kimi, or local Ollama** whenever you need. Built-in terminal, Chrome control, PostgreSQL / MySQL / Redis bubbles, code review, and slash modes — all local.
|
|
30
30
|
|
|
31
31
|
https://github.com/user-attachments/assets/18f1a5dc-64f3-4ff6-b9fc-9cd08181fbb8
|
|
32
32
|
|
|
@@ -134,7 +134,7 @@ Cockpit is the instrument panel. It does **not** replace Claude Code; it stands
|
|
|
134
134
|
|
|
135
135
|
No install, no AI chat (read-only sandbox, 5 min):
|
|
136
136
|
|
|
137
|
-
[](https://opencockpit.dev/try)
|
|
138
138
|
|
|
139
139
|
## Prerequisites
|
|
140
140
|
|
|
@@ -182,30 +182,14 @@ cockpit terminal <id> exec "ls" # execute command
|
|
|
182
182
|
cockpit terminal <id> output # get terminal output
|
|
183
183
|
```
|
|
184
184
|
|
|
185
|
-
## Comparison
|
|
186
|
-
|
|
187
|
-
| | Raw Claude Code CLI | IDE plugin (Cursor, Continue) | Aider TUI | **Cockpit** |
|
|
188
|
-
|---|---|---|---|---|
|
|
189
|
-
| Multi-engine in app | Claude only | varies | yes, config-driven | **5 in-app: Claude, Codex, DeepSeek, Kimi, Ollama** |
|
|
190
|
-
| Multi-project parallel | tmux required | multi-window | one at a time | **first-class** |
|
|
191
|
-
| Cross-project search | grep | per-window | local | **Cmd+K** |
|
|
192
|
-
| Browser / DB control | ❌ | usually ❌ | ❌ | **✅ Bubbles** |
|
|
193
|
-
| Code review surface | git tools | PR provider | git | **LAN-shared** |
|
|
194
|
-
| Slash modes | manual | per-plugin | yes | **`/qa /fx /review /commit /cg` + custom** |
|
|
195
|
-
| Project-graph API for agent | ❌ | LSP (per-IDE) | ❌ | **✅ CodeGraph — 6 endpoints, AI-first, coordinates only** |
|
|
196
|
-
| Local-only / no cloud relay | ✅ | varies | ✅ | **✅** |
|
|
197
|
-
| Open source | ✅ | mostly ❌ | ✅ | **✅ MIT** |
|
|
198
|
-
|
|
199
|
-
Read the long version: [Claude Code GUI: CLI vs Cockpit vs IDE plugins](https://cocking.cc/en/blog/claude-code-gui-comparison/)
|
|
200
|
-
|
|
201
185
|
## Read more
|
|
202
186
|
|
|
203
|
-
- 📖 [What is a Code Graph (and why your AI needs one)](https://
|
|
204
|
-
- 📖 [Read code as a map, not a tree](https://
|
|
205
|
-
- 📖 [How to run 5 Claude Code sessions in parallel](https://
|
|
206
|
-
- 📖 [Slash modes in Claude Code: /qa /fx /review /commit](https://
|
|
207
|
-
- 📖 [Full blog](https://
|
|
208
|
-
- 📋 [Changelog](https://
|
|
187
|
+
- 📖 [What is a Code Graph (and why your AI needs one)](https://opencockpit.dev/en/blog/code-graph-for-ai-agents/)
|
|
188
|
+
- 📖 [Read code as a map, not a tree](https://opencockpit.dev/en/blog/read-code-as-a-map/)
|
|
189
|
+
- 📖 [How to run 5 Claude Code sessions in parallel](https://opencockpit.dev/en/blog/parallel-claude-code-sessions/)
|
|
190
|
+
- 📖 [Slash modes in Claude Code: /qa /fx /review /commit](https://opencockpit.dev/en/blog/slash-modes-claude-code/)
|
|
191
|
+
- 📖 [Full blog](https://opencockpit.dev/en/blog/)
|
|
192
|
+
- 📋 [Changelog](https://opencockpit.dev/en/changelog/)
|
|
209
193
|
|
|
210
194
|
## Development
|
|
211
195
|
|
package/README.zh.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<a href="https://
|
|
3
|
-
<img src="public/icons/icon-128x128.png" width="80" alt="
|
|
2
|
+
<a href="https://opencockpit.dev">
|
|
3
|
+
<img src="public/icons/icon-128x128.png" width="80" alt="OpenCockpit logo" />
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
|
-
<h1 align="center">
|
|
7
|
+
<h1 align="center">OpenCockpit —— 开源 Claude Code GUI,兼容任意 Agent</h1>
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
|
-
<strong>One seat.
|
|
10
|
+
<strong>One seat. One AI. Everything under control.</strong><br/>
|
|
11
11
|
<sub><code>/ˈkɒkpɪt/</code> —— 像飞机驾驶舱</sub>
|
|
12
12
|
</p>
|
|
13
13
|
|
|
@@ -16,17 +16,17 @@
|
|
|
16
16
|
<a href="https://www.npmjs.com/package/@surething/cockpit"><img src="https://img.shields.io/npm/dm/@surething/cockpit?color=12a594&label=downloads&style=flat-square" alt="npm downloads"/></a>
|
|
17
17
|
<a href="https://github.com/Surething-io/cockpit/stargazers"><img src="https://img.shields.io/github/stars/Surething-io/cockpit?color=12a594&style=flat-square" alt="GitHub stars"/></a>
|
|
18
18
|
<a href="https://github.com/Surething-io/cockpit/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-12a594?style=flat-square" alt="MIT license"/></a>
|
|
19
|
-
<a href="https://
|
|
19
|
+
<a href="https://opencockpit.dev"><img src="https://img.shields.io/badge/website-opencockpit.dev-12a594?style=flat-square" alt="website"/></a>
|
|
20
20
|
<a href="https://github.com/anthropics/anthropic-sdk-typescript"><img src="https://img.shields.io/badge/built_on-Claude%20Agent%20SDK-12a594?style=flat-square" alt="Built on Claude Agent SDK"/></a>
|
|
21
21
|
</p>
|
|
22
22
|
|
|
23
23
|
<p align="center">
|
|
24
|
-
<a href="README.md">English</a> · <a href="README.zh.md">中文</a> · <a href="https://
|
|
24
|
+
<a href="README.md">English</a> · <a href="README.zh.md">中文</a> · <a href="https://opencockpit.dev">官网</a> · <a href="https://opencockpit.dev/zh/blog/">博客</a>
|
|
25
25
|
</p>
|
|
26
26
|
|
|
27
27
|
---
|
|
28
28
|
|
|
29
|
-
> **
|
|
29
|
+
> **OpenCockpit 是开源的 Claude Code GUI** —— 也是你想接入的任何 Agent 的统一画布。多项目 Claude 会话开箱即用;想用 **OpenAI Codex、DeepSeek、Kimi 或本地 Ollama**?直接新开一个 tab。内置终端、Chrome 自动化、PostgreSQL / MySQL / Redis 气泡、代码评审与斜杠模式 —— 全部本地。
|
|
30
30
|
|
|
31
31
|
https://github.com/user-attachments/assets/18f1a5dc-64f3-4ff6-b9fc-9cd08181fbb8
|
|
32
32
|
|
|
@@ -134,7 +134,7 @@ Cockpit 就是那个仪表盘。它**不替代** Claude Code,而是站在官
|
|
|
134
134
|
|
|
135
135
|
无需安装,只读沙盒(5 分钟):
|
|
136
136
|
|
|
137
|
-
[](https://opencockpit.dev/try)
|
|
138
138
|
|
|
139
139
|
## 前置依赖
|
|
140
140
|
|
|
@@ -182,30 +182,14 @@ cockpit terminal <id> exec "ls" # 执行命令
|
|
|
182
182
|
cockpit terminal <id> output # 获取终端输出
|
|
183
183
|
```
|
|
184
184
|
|
|
185
|
-
## 与同类产品对比
|
|
186
|
-
|
|
187
|
-
| | 裸 Claude Code CLI | IDE 插件(Cursor、Continue)| Aider TUI | **Cockpit** |
|
|
188
|
-
|---|---|---|---|---|
|
|
189
|
-
| 多引擎内置 | 仅 Claude | 不一定 | 配置驱动 | **内置 5 个:Claude、Codex、DeepSeek、Kimi、Ollama** |
|
|
190
|
-
| 多项目并行 | 需 tmux | 多窗口 | 一次一个 | **一等公民** |
|
|
191
|
-
| 跨项目搜索 | grep | 各窗口独立 | 本地 | **Cmd+K** |
|
|
192
|
-
| 浏览器 / DB 控制 | ❌ | 通常 ❌ | ❌ | **✅ Bubbles** |
|
|
193
|
-
| 代码评审面 | git 工具 | PR 平台 | git | **局域网共享** |
|
|
194
|
-
| 斜杠模式 | 手动 | 各插件 | 有 | **`/qa /fx /review /commit /cg` + 自定义** |
|
|
195
|
-
| 给 Agent 用的项目图谱 API | ❌ | LSP(IDE 内) | ❌ | **✅ CodeGraph —— 6 个接口,AI 优先,只返坐标** |
|
|
196
|
-
| 纯本地 / 不上云 | ✅ | 不一定 | ✅ | **✅** |
|
|
197
|
-
| 开源 | ✅ | 多数 ❌ | ✅ | **✅ MIT** |
|
|
198
|
-
|
|
199
|
-
详细对比:[Claude Code GUI 全景对比:CLI、Cursor、Aider 还是 Cockpit?](https://cocking.cc/zh/blog/claude-code-gui-comparison/)
|
|
200
|
-
|
|
201
185
|
## 阅读更多
|
|
202
186
|
|
|
203
|
-
- 📖 [Code Graph:给 AI 一张项目图谱](https://
|
|
204
|
-
- 📖 [把代码读成地图,而不是树](https://
|
|
205
|
-
- 📖 [如何同时跑 5 个 Claude Code 会话不疯掉](https://
|
|
206
|
-
- 📖 [Claude Code 斜杠模式实战:/qa、/fx、/review、/commit](https://
|
|
207
|
-
- 📖 [完整博客](https://
|
|
208
|
-
- 📋 [更新日志](https://
|
|
187
|
+
- 📖 [Code Graph:给 AI 一张项目图谱](https://opencockpit.dev/zh/blog/code-graph-for-ai-agents/)
|
|
188
|
+
- 📖 [把代码读成地图,而不是树](https://opencockpit.dev/zh/blog/read-code-as-a-map/)
|
|
189
|
+
- 📖 [如何同时跑 5 个 Claude Code 会话不疯掉](https://opencockpit.dev/zh/blog/parallel-claude-code-sessions/)
|
|
190
|
+
- 📖 [Claude Code 斜杠模式实战:/qa、/fx、/review、/commit](https://opencockpit.dev/zh/blog/slash-modes-claude-code/)
|
|
191
|
+
- 📖 [完整博客](https://opencockpit.dev/zh/blog/)
|
|
192
|
+
- 📋 [更新日志](https://opencockpit.dev/zh/changelog/)
|
|
209
193
|
|
|
210
194
|
## 开发
|
|
211
195
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"manifest_version": 3,
|
|
3
|
-
"name": "
|
|
3
|
+
"name": "OpenCockpit Bridge",
|
|
4
4
|
"version": "1.0.1",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "OpenCockpit 浏览器气泡的链接拦截与导航通信桥",
|
|
6
6
|
"permissions": ["storage", "declarativeNetRequest", "cookies", "webRequest", "webNavigation", "tabs", "scripting"],
|
|
7
7
|
"host_permissions": ["<all_urls>"],
|
|
8
8
|
"content_scripts": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@surething/cockpit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.212",
|
|
4
4
|
"description": "Claude Code GUI for parallel AI coding — drive Claude (default), OpenAI Codex, DeepSeek, Kimi, or local Ollama in tabs. Multi-project sessions, terminal, browser & DB bubbles, code review, slash modes. Local-first, MIT.",
|
|
5
5
|
"author": "Robert",
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "git+https://github.com/Surething-io/cockpit.git"
|
|
10
10
|
},
|
|
11
|
-
"homepage": "https://
|
|
11
|
+
"homepage": "https://opencockpit.dev",
|
|
12
12
|
"bugs": {
|
|
13
13
|
"url": "https://github.com/Surething-io/cockpit/issues"
|
|
14
14
|
},
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"parallel-ai",
|
|
43
43
|
"multi-project-ai",
|
|
44
44
|
"cockpit",
|
|
45
|
-
"
|
|
45
|
+
"opencockpit",
|
|
46
46
|
"cursor-alternative",
|
|
47
47
|
"aider-alternative",
|
|
48
48
|
"continue-alternative",
|
/package/.next-prod/static/{pS6D6oF2RLyDG-MzgFWGm → IVZ8ReZv3wH9JQhz4PDC2}/_buildManifest.js
RENAMED
|
File without changes
|
|
File without changes
|