From 7d302fdb8d6e762ce90439dd0e2a49ea0ef194bd Mon Sep 17 00:00:00 2001 From: TianTian Date: Fri, 28 Aug 2026 05:03:07 +0800 Subject: [PATCH] docs: correct stale README facts (port, tool count, source availability) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Three facts in README.md / README_CN.md have drifted from the code: - BYOK server port in the architecture diagram was 9960. The default is 39831 everywhere in the tree (Cursor++/src/server/data/defaults.ts, installer/src/defaults.js, the cursor2plus.server.port contribution in Cursor++/package.json). 9960 appeared nowhere else. - "22 Agent Tools ... StrReplace". TOOL_REGISTRY in Cursor++/src/server/handlers/agent/toolkit/registry.ts registers 24 tools (SemanticSearch is commented out and not counted), and there is no StrReplace tool anywhere in src/ — the edit tool is Edit. - "This repository is for issue tracking and documentation only — source code is not published." The extension and installer sources have been in the repo since the Cursor++/ and installer/ subtree imports, under AGPL-3.0-or-later. --- README.md | 6 +++--- README_CN.md | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8f106ce..ddad022 100644 --- a/README.md +++ b/README.md @@ -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 --- @@ -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 @@ -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) diff --git a/README_CN.md b/README_CN.md index a255868..98566de 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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 设备授权 @@ -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 @@ -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)