Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ npx @cometix/ccursor status
- **Error Banner** — LLM errors surface as Cursor's native retry banner with retryable/non-retryable classification
- **Per-Window Logging** — Each window gets its own log stream, colored output in LogOutputChannel
- **Hot-Reload** — Config changes take effect without restarting Cursor
- **22 Agent Tools** — Shell, Read, Grep, Glob, StrReplace, Write, Task, MCP, etc.
- **24 Agent Tools** — Shell, Read, Grep, Glob, Edit, Write, Task, MCP, etc.
- **Hub Integration** — Device authorization via LinuxDO Connect

---
Expand All @@ -66,7 +66,7 @@ Cursor IDE
├─ always-local-patch (extension host)
│ └─ rewrite http/https.request + hot-reload from routes.json
└─ Cursor++ Extension (BYOK Server @ 127.0.0.1:9960)
└─ Cursor++ Extension (BYOK Server @ 127.0.0.1:39831)
├─ Fastify + ConnectRPC (27 services)
├─ LLM: Anthropic / OpenAI / Gemini SDK
├─ Agent: multi-round tool-calling orchestrator
Expand Down Expand Up @@ -140,7 +140,7 @@ Requires **Cursor IDE** + **Node.js >= 18**.

## Issues & Feedback

This repository is for **issue tracking and documentation only** — source code is not published.
Source code for the extension (`Cursor++/`) and the installer (`installer/`) lives in this repository, licensed under AGPL-3.0-or-later.

- [Submit an Issue](https://github.com/CometixSpace/CCursor/issues)
- [LinuxDO Discussion](https://linux.do/t/topic/1926833)
Expand Down
10 changes: 5 additions & 5 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ npx @cometix/ccursor status
- **Hot-Reload** — Config changes take effect without restarting Cursor
**热重载** — 配置修改无需重启 Cursor 即可生效

- **22 Agent Tools** — Shell, Read, Grep, Glob, StrReplace, Write, Task, MCP, etc.
**22 个 Agent 工具** — Shell、Read、Grep、Glob、StrReplace、Write、Task、MCP 等
- **24 Agent Tools** — Shell, Read, Grep, Glob, Edit, Write, Task, MCP, etc.
**24 个 Agent 工具** — Shell、Read、Grep、Glob、Edit、Write、Task、MCP 等

- **Hub Integration** — Device authorization via LinuxDO Connect
**Hub 集成** — 通过 LinuxDO Connect 设备授权
Expand All @@ -88,7 +88,7 @@ Cursor IDE
├─ always-local-patch (extension host)
│ └─ rewrite http/https.request + hot-reload from routes.json
└─ Cursor++ Extension (BYOK Server @ 127.0.0.1:9960)
└─ Cursor++ Extension (BYOK Server @ 127.0.0.1:39831)
├─ Fastify + ConnectRPC (27 services)
├─ LLM: Anthropic / OpenAI / Gemini SDK
├─ Agent: multi-round tool-calling orchestrator
Expand Down Expand Up @@ -163,9 +163,9 @@ Requires **Cursor IDE** + **Node.js >= 18**.

## Issues & Feedback / 问题与反馈

This repository is for **issue tracking and documentation only** — source code is not published.
Source code for the extension (`Cursor++/`) and the installer (`installer/`) lives in this repository, licensed under AGPL-3.0-or-later.

本仓库仅用于**问题追踪和文档发布** — 源代码不公开
扩展 (`Cursor++/`) 与安装器 (`installer/`) 的源代码均在本仓库中,采用 AGPL-3.0-or-later 许可证

- [Submit an Issue](https://github.com/CometixSpace/CCursor/issues)
- [LinuxDO Discussion](https://linux.do/t/topic/1926833)
Expand Down