From 339c85ebbc74bd00d2fa5934a7af3eb06d2fa159 Mon Sep 17 00:00:00 2001 From: fylorn <249551762+fylorn@users.noreply.github.com> Date: Sat, 26 Sep 2026 20:05:53 +0800 Subject: [PATCH] docs(lite): clients, quota and WSL as of ThinkWatch Lite 2026.9.18 The Lite page and the Lite docs now name Claude Desktop and DeepSeek Harness among the clients adopted from the app, Antigravity CLI in place of Gemini CLI among those set up by hand, WSL on Windows (WSL 1 or mirrored networking), and the GLM Coding Plan quota next to the ChatGPT limits. Adoption changes the settings that point a client at the gateway, which is no longer only the endpoint and the key. Refresh the fallback copies: the Core documents from v0.51.0 and the releases list. Co-Authored-By: Claude Opus 5.5 --- src/content/docs-lite/en/overview.md | 10 ++++-- src/content/docs-lite/en/remote-core.md | 2 +- src/content/docs-lite/zh-CN/overview.md | 10 ++++-- src/content/docs-lite/zh-CN/remote-core.md | 2 +- src/data/core-docs/config.md | 2 +- src/data/core-docs/config.zh-CN.md | 2 +- src/data/core-docs/manifest.json | 6 ++-- src/data/releases.json | 42 ++++++++++++++++++++++ src/i18n/pages/lite.ts | 12 +++---- 9 files changed, 69 insertions(+), 19 deletions(-) diff --git a/src/content/docs-lite/en/overview.md b/src/content/docs-lite/en/overview.md index 6c85eb9..364e6e2 100644 --- a/src/content/docs-lite/en/overview.md +++ b/src/content/docs-lite/en/overview.md @@ -44,7 +44,7 @@ A dry run takes a key, a model, a client format and the properties of a request, ## Upstreams -API-key upstreams such as Anthropic, OpenAI, Gemini, DeepSeek or any compatible endpoint; ChatGPT and Z.ai accounts signed in from the app, with the ChatGPT usage limits and their reset times; relays such as OpenRouter; and local models served by Ollama or another OpenAI-compatible server. +API-key upstreams such as Anthropic, OpenAI, Gemini, DeepSeek or any compatible endpoint; ChatGPT and Z.ai accounts signed in from the app; relays such as OpenRouter; and local models served by Ollama or another OpenAI-compatible server. The usage limits of ChatGPT accounts and of GLM Coding Plan keys on Z.ai and BigModel are shown with their reset times. Upstreams can connect through an outbound HTTP or SOCKS proxy, whose connection and authentication can be checked from the Upstreams page. Each upstream is billed per token or free. Prices come from the default price sheet, LiteLLM's public price data refreshed daily, or from a custom price sheet that applies a multiplier and prices for individual models on top of it. @@ -64,13 +64,17 @@ Each protection is Off, Observe or Enforce. Observe detects and records matches ## MCP servers, skills and hooks -The MCP page lists the MCP servers configured in Claude Code, Claude Desktop, Cursor, Codex, opencode and Zed side by side. Remote and third-party servers are marked, and a server configured differently in two clients can be compared field by field. A server can be copied to another client or removed; the change is shown before it is written, and the original file is backed up. +The MCP page lists the MCP servers configured in Claude Code, Claude Desktop, Cursor, Codex, opencode, Zed, Antigravity CLI and DeepSeek Harness side by side. Remote and third-party servers are marked, and a server configured differently in two clients can be compared field by field. A server can be copied to another client or removed; the change is shown before it is written, and the original file is backed up. The page also lists hooks and skills, and scans client configuration, skills, hooks, slash commands, subagents and project instructions for hidden characters, prompt injection, dangerous commands and overly broad permissions. The scan reports what it finds and changes no file. The files are scanned again when they change, and a new finding raises a notification. ## Client setup -Claude Code, Codex, opencode, Zed and Aider can be pointed at the gateway from the app. The change is shown as a diff before anything is written, the original file is backed up, only the endpoint and key fields change, and the change can be restored at any time. Cursor, Continue and Gemini CLI come with step-by-step instructions. +Claude Code, Codex, opencode, Zed, Aider, Claude Desktop and DeepSeek Harness can be pointed at the gateway from the app. The change is shown as a diff before anything is written, the original file is backed up, only the settings that point the client at the gateway change, and the change can be restored at any time. Cursor, Continue and Antigravity CLI come with step-by-step instructions. + +Claude Desktop is pointed at the gateway through its third-party inference mode. It has to be quit completely and reopened afterwards, and conversations in that mode are kept apart from the others; a Claude Desktop managed by an organization is not changed. For opencode, the models the client's key can use are written into its configuration, and the Clients page says when that list needs updating after upstreams or routes change. After Codex is restored, the sessions started while it pointed at the gateway can still be opened. + +On Windows, the Clients page also lists each WSL distribution. Claude Code and Codex inside WSL can be pointed at the gateway under WSL 1, or under WSL 2 with mirrored networking; they reach it at 127.0.0.1, and the gateway keeps listening on this computer only. When WSL 2 uses NAT networking, the page can switch it to mirrored networking, which needs Windows 11 22H2 or later, and restart WSL. ## Keys diff --git a/src/content/docs-lite/en/remote-core.md b/src/content/docs-lite/en/remote-core.md index cc2442a..d563d9c 100644 --- a/src/content/docs-lite/en/remote-core.md +++ b/src/content/docs-lite/en/remote-core.md @@ -43,7 +43,7 @@ The app connects to one core at a time. The connection is switched from the menu While the app is connected to a server, the core on this computer stops once its requests in progress have finished. Its configuration, keys and request history are kept, and switching back to this computer starts it again. -Clients on this computer that point to the local gateway would fail while it is stopped. When there are such clients, the switch offers to point them at the server's gateway instead; the Clients page offers the same afterwards. +Clients on this computer, including those inside WSL on Windows, that point to the local gateway would fail while it is stopped. When there are such clients, the switch offers to point them at the server's gateway instead; the Clients page offers the same afterwards. **Connect at startup** chooses between the last used connection and this computer. Holding Option on macOS or Alt on Windows while the app opens shows the choice of connection first; on every platform, the choice also appears when the two previous startups did not finish. When the server cannot be reached, the app keeps retrying and shows the connection's state, with the option to switch to this computer; it does not switch back on its own. diff --git a/src/content/docs-lite/zh-CN/overview.md b/src/content/docs-lite/zh-CN/overview.md index c884103..1bd4134 100644 --- a/src/content/docs-lite/zh-CN/overview.md +++ b/src/content/docs-lite/zh-CN/overview.md @@ -44,7 +44,7 @@ ThinkWatch Lite 是一款在本机运行 AI API 网关的桌面应用,支持 m ## 上游 -支持 Anthropic、OpenAI、Gemini、DeepSeek 等 API 密钥上游与任意兼容端点,在应用内登录的 ChatGPT 与 Z.ai 账号(ChatGPT 显示订阅额度及重置时间),OpenRouter 等中转服务,以及 Ollama 或其他兼容 OpenAI 接口的本机模型服务。 +支持 Anthropic、OpenAI、Gemini、DeepSeek 等 API 密钥上游与任意兼容端点,在应用内登录的 ChatGPT 与 Z.ai 账号,OpenRouter 等中转服务,以及 Ollama 或其他兼容 OpenAI 接口的本机模型服务。ChatGPT 账号与 Z.ai、BigModel 的 GLM Coding Plan 显示额度及重置时间。 上游可以经 HTTP 或 SOCKS 出站代理连接,代理的连通性与认证可以在上游页检查。每个上游按 token 计费或不计费。价格来自默认价目表(每日更新的 LiteLLM 公开价格数据),也可以使用在其基础上设置倍率与单个模型价格的自定义价目表。 @@ -64,13 +64,17 @@ ThinkWatch Lite 是一款在本机运行 AI API 网关的桌面应用,支持 m ## MCP 服务器、技能与钩子 -MCP 页并列显示 Claude Code、Claude Desktop、Cursor、Codex、opencode 与 Zed 中配置的 MCP 服务器,标出远程与第三方服务器;同名服务器在两个客户端中配置不同时,可以逐字段对比。服务器可以复制到其他客户端或移除,写入前显示改动,并完整备份原文件。 +MCP 页并列显示 Claude Code、Claude Desktop、Cursor、Codex、opencode、Zed、Antigravity CLI 与 DeepSeek Harness 中配置的 MCP 服务器,标出远程与第三方服务器;同名服务器在两个客户端中配置不同时,可以逐字段对比。服务器可以复制到其他客户端或移除,写入前显示改动,并完整备份原文件。 该页还列出钩子与技能,并扫描客户端配置、技能、钩子、斜杠命令、subagent 与项目指令,检查隐藏字符、提示注入、危险命令与过宽权限四类问题。扫描只报告,不修改任何文件。这些文件发生变化时会重新扫描,出现新发现时发送提醒。 ## 客户端接管 -Claude Code、Codex、opencode、Zed 与 Aider 可以在应用内一键指向网关。写入前先显示改动差异并完整备份原文件,只修改端点与密钥两个字段,随时可以还原。Cursor、Continue 与 Gemini CLI 提供逐步的手动配置说明。 +Claude Code、Codex、opencode、Zed、Aider、Claude Desktop 与 DeepSeek Harness 可以在应用内一键指向网关。写入前先显示改动差异并完整备份原文件,只修改指向网关所需的设置,随时可以还原。Cursor、Continue 与 Antigravity CLI 提供逐步的手动配置说明。 + +Claude Desktop 通过其第三方推理模式指向网关,完成后需完全退出再重新打开,此模式下的对话与原有对话分开保存;由组织统一管理的 Claude Desktop 不做修改。opencode 接管时写入该密钥可用的模型,上游或路由变化后,客户端页提示更新模型列表。Codex 还原后,接管期间开启的会话仍可打开。 + +在 Windows 上,客户端页还列出各个 WSL 发行版。WSL 1 与使用 mirrored 网络模式的 WSL 2 中的 Claude Code 和 Codex 可以指向网关,经 127.0.0.1 访问,网关仍只监听本机。WSL 2 使用 NAT 网络时,客户端页可将其改为 mirrored 网络模式并重启 WSL;mirrored 网络模式需要 Windows 11 22H2 及以上。 ## 密钥 diff --git a/src/content/docs-lite/zh-CN/remote-core.md b/src/content/docs-lite/zh-CN/remote-core.md index 07e9d61..e779c83 100644 --- a/src/content/docs-lite/zh-CN/remote-core.md +++ b/src/content/docs-lite/zh-CN/remote-core.md @@ -43,7 +43,7 @@ sudo -u thinkwatch THINKWATCH_HOME=/var/lib/thinkwatch twcore control-key 连接服务器期间,本机的 core 在在途请求结束后停止运行。本机的配置、密钥与请求历史都会保留,切换回本机时 core 重新启动。 -本机上指向本地网关的客户端在本地网关停止期间无法使用。存在这类客户端时,切换时可以选择同时把它们改为指向服务器的网关;之后也可以在客户端页完成同样的修改。 +本机上(包括 Windows 上 WSL 中)指向本地网关的客户端在本地网关停止期间无法使用。存在这类客户端时,切换时可以选择同时把它们改为指向服务器的网关;之后也可以在客户端页完成同样的修改。 **启动时连接**可以选择上次使用的连接或本机。在 macOS 上按住 Option 键、在 Windows 上按住 Alt 键打开应用时,会先显示连接选择;在各个平台上,连续两次启动未能完成时也会先显示连接选择。服务器无法访问时,应用持续重试并显示连接状态,可以手动切换到本机;应用不会自行退回本机。 diff --git a/src/data/core-docs/config.md b/src/data/core-docs/config.md index 5dc2074..aa8cf71 100644 --- a/src/data/core-docs/config.md +++ b/src/data/core-docs/config.md @@ -180,7 +180,7 @@ clients send requests to, and the control channel the desktop app and | Field | Type | Default | Description | |---|---|---|---| -| `bind` | `loopback` \| `all` \| interface name \| IP address | `loopback` | `loopback` is this machine only; `all` is every interface; an interface name (`en0`, `eth0`) is looked up at start and follows address changes; a fixed IP address stops working when the address changes. Binding one interface also listens on 127.0.0.1. | +| `bind` | `loopback` \| `all` \| interface name \| IP address | `loopback` | `loopback` is this machine only; `all` is every interface; an interface name (`en0`, `eth0`) is looked up again every few seconds and follows address changes, and while the interface is not there the gateway listens on 127.0.0.1 only and adds it once it appears; a fixed IP address stops working when the address changes. Binding one interface also listens on 127.0.0.1. | | `port` | integer | `8788` | TCP port of the gateway. | | `allow_from` | list of strings | `[10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, fc00::/7]` | Sources other than this machine that may connect, as CIDR ranges or single addresses. This machine is always allowed. `[]` means this machine only; `0.0.0.0/0` allows everyone and has to be written out. | diff --git a/src/data/core-docs/config.zh-CN.md b/src/data/core-docs/config.zh-CN.md index 3fd04b1..e2a37f9 100644 --- a/src/data/core-docs/config.zh-CN.md +++ b/src/data/core-docs/config.zh-CN.md @@ -127,7 +127,7 @@ core 在哪里接受连接。连接分两种:客户端发送请求的 AI 网 | 字段 | 类型 | 默认值 | 说明 | |---|---|---|---| -| `bind` | `loopback` \| `all` \| 网卡名 \| IP 地址 | `loopback` | `loopback` 只有本机;`all` 所有网卡;网卡名(`en0`、`eth0`)在启动时解析,地址变了也能跟上;写死的 IP 地址在地址变化后失效。绑定单张网卡时同时监听 127.0.0.1。 | +| `bind` | `loopback` \| `all` \| 网卡名 \| IP 地址 | `loopback` | `loopback` 只有本机;`all` 所有网卡;网卡名(`en0`、`eth0`)每隔几秒重新解析,地址变了也能跟上,网卡暂时不在时先只监听 127.0.0.1,出现后再补上;写死的 IP 地址在地址变化后失效。绑定单张网卡时同时监听 127.0.0.1。 | | `port` | 整数 | `8788` | 网关的 TCP 端口。 | | `allow_from` | 字符串列表 | `[10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, fc00::/7]` | 本机以外允许连接的来源,写 CIDR 网段或单个地址。本机始终放行。`[]` 表示只有本机;放行所有来源要明确写 `0.0.0.0/0`。 | diff --git a/src/data/core-docs/manifest.json b/src/data/core-docs/manifest.json index cb81cf0..b956e7a 100644 --- a/src/data/core-docs/manifest.json +++ b/src/data/core-docs/manifest.json @@ -1,9 +1,9 @@ { "repository": "ThinkWatchProject/ThinkWatch-Core", - "ref": "v0.49.1", + "ref": "v0.51.0", "files": { - "docs/config.md": "0cc9efd9cbb11ea69b3cf17e2d980376580afe6e3b38d628fe2f4be883ad18fb", - "docs/config.zh-CN.md": "54a095a491f8f2ce711f6f58166e2fc95d130a2c6bd53b9236af93147a598368", + "docs/config.md": "d0d67b157fe8705195e962e0276deced47e052b788f63dec1055e9972cbdb0e3", + "docs/config.zh-CN.md": "c12c4d487462a10eed0b3da6c9e0d7ed5127e4637d373d3be66e1ae2b3d435f2", "docs/server.md": "5e1e9b901bef2b46d417aea057a1db24c78457d3c1938b8540ecb4766515b68f", "docs/server.zh-CN.md": "1f508e7c39b8ded28653773ca4d8701e6bdc2247bcd359c3a8fd00fd1401a6ff" } diff --git a/src/data/releases.json b/src/data/releases.json index 389edd7..d351b08 100644 --- a/src/data/releases.json +++ b/src/data/releases.json @@ -1,4 +1,46 @@ [ + { + "product": "lite", + "tag": "v2026.9.18", + "date": "2026-09-26T11:03:40Z", + "url": "https://github.com/ThinkWatchProject/ThinkWatch-Lite/releases/tag/v2026.9.18" + }, + { + "product": "core", + "tag": "v0.51.0", + "date": "2026-09-26T07:33:32Z", + "url": "https://github.com/ThinkWatchProject/ThinkWatch-Core/releases/tag/v0.51.0" + }, + { + "product": "core", + "tag": "v0.50.0", + "date": "2026-09-26T03:16:28Z", + "url": "https://github.com/ThinkWatchProject/ThinkWatch-Core/releases/tag/v0.50.0" + }, + { + "product": "core", + "tag": "v0.49.1", + "date": "2026-09-25T12:02:23Z", + "url": "https://github.com/ThinkWatchProject/ThinkWatch-Core/releases/tag/v0.49.1" + }, + { + "product": "lite", + "tag": "v2026.9.17", + "date": "2026-09-25T11:22:52Z", + "url": "https://github.com/ThinkWatchProject/ThinkWatch-Lite/releases/tag/v2026.9.17" + }, + { + "product": "core", + "tag": "v0.49.0", + "date": "2026-09-25T08:05:06Z", + "url": "https://github.com/ThinkWatchProject/ThinkWatch-Core/releases/tag/v0.49.0" + }, + { + "product": "core", + "tag": "v0.48.0", + "date": "2026-09-25T04:41:10Z", + "url": "https://github.com/ThinkWatchProject/ThinkWatch-Core/releases/tag/v0.48.0" + }, { "product": "lite", "tag": "v2026.9.16", diff --git a/src/i18n/pages/lite.ts b/src/i18n/pages/lite.ts index bf7e578..5e9da26 100644 --- a/src/i18n/pages/lite.ts +++ b/src/i18n/pages/lite.ts @@ -54,7 +54,7 @@ export const liteCopy = { { id: "clients", title: "Client setup", - body: "Claude Code, Codex, opencode, Zed and Aider are pointed at the gateway from the app. Each change is shown as a diff before it is written, the original file is backed up, only the endpoint and the key are changed, and any client can be restored. Cursor, Continue and Gemini CLI come with step-by-step instructions. Each client's requests over the last 24 hours are listed beside it.", + body: "Claude Code, Codex, opencode, Zed, Aider, Claude Desktop and DeepSeek Harness are pointed at the gateway from the app. Each change is shown as a diff before it is written, the original file is backed up, only the settings that point the client at the gateway are changed, and any client can be restored. On Windows, Claude Code and Codex inside WSL are pointed at the gateway as well, under WSL 1 or under WSL 2 with mirrored networking. Cursor, Continue and Antigravity CLI come with step-by-step instructions. Each client's requests over the last 24 hours are listed beside it.", alt: "The Clients page: Claude Code and Codex in use, each with its own key and its requests over the last 24 hours; opencode not connected; Cursor set up by hand and in use; Continue and Gemini CLI not set up; Zed and Aider not detected", }, { @@ -66,7 +66,7 @@ export const liteCopy = { { id: "upstreams", title: "Upstreams and prices", - body: "API-key upstreams such as Anthropic, OpenAI, Gemini, DeepSeek or any compatible endpoint; ChatGPT and Z.ai accounts signed in from the app, with the ChatGPT usage limits and their reset times; relays such as OpenRouter; and local models served by Ollama. When a client and an upstream use different API formats, requests are converted between Anthropic Messages, OpenAI Chat Completions, OpenAI Responses and Gemini. Upstreams can connect through an outbound proxy. Costs follow LiteLLM's public prices, refreshed daily, or a custom price sheet with a multiplier and prices for individual models.", + body: "API-key upstreams such as Anthropic, OpenAI, Gemini, DeepSeek or any compatible endpoint; ChatGPT and Z.ai accounts signed in from the app; relays such as OpenRouter; and local models served by Ollama. The usage limits of ChatGPT accounts and of GLM Coding Plan keys on Z.ai and BigModel are shown with their reset times. When a client and an upstream use different API formats, requests are converted between Anthropic Messages, OpenAI Chat Completions, OpenAI Responses and Gemini. Upstreams can connect through an outbound proxy. Costs follow LiteLLM's public prices, refreshed daily, or a custom price sheet with a multiplier and prices for individual models.", alt: "The Upstreams page: seven upstreams, including Anthropic, a relay priced with a discounted price sheet, a ChatGPT Plus account with 58% of its 5-hour limit used, OpenRouter through a proxy, DeepSeek, Gemini and a local Ollama, each with its billing, its requests and cost over 24 hours and its median time to first byte; tabs for proxies and price sheets", }, { @@ -90,7 +90,7 @@ export const liteCopy = { { id: "mcp", title: "MCP servers, skills and hooks", - body: "The MCP servers configured in Claude Code, Claude Desktop, Cursor, Codex, opencode and Zed appear side by side, with remote and third-party servers marked and differences between clients highlighted; a server can be copied to another client or removed, with the change shown before it is written. Hooks and skills are listed as well. Client configuration, skills, hooks, slash commands, subagents and project instructions are scanned for hidden characters, prompt injection, dangerous commands and overly broad permissions. Findings are reported without changing any file, and a new finding raises a system notification.", + body: "The MCP servers configured in Claude Code, Claude Desktop, Cursor, Codex, opencode, Zed, Antigravity CLI and DeepSeek Harness appear side by side, with remote and third-party servers marked and differences between clients highlighted; a server can be copied to another client or removed, with the change shown before it is written. Hooks and skills are listed as well. Client configuration, skills, hooks, slash commands, subagents and project instructions are scanned for hidden characters, prompt injection, dangerous commands and overly broad permissions. Findings are reported without changing any file, and a new finding raises a system notification.", alt: "The MCP page: five MCP servers across Claude Code, Claude Desktop, Cursor, Codex, opencode and Zed, with context7 and linear marked as third-party remote servers and github marked as configured differently between clients; one high, one medium and one low finding from 11 scanned files", }, { @@ -231,7 +231,7 @@ export const liteCopy = { { id: "clients", title: "客户端接管", - body: "Claude Code、Codex、opencode、Zed 与 Aider 可以在应用内一键指向网关。写入前先显示改动差异,原文件完整备份,只修改端点与密钥,随时可以还原。Cursor、Continue 与 Gemini CLI 提供逐步的手动配置说明。每个客户端旁列出其最近 24 小时的请求。", + body: "Claude Code、Codex、opencode、Zed、Aider、Claude Desktop 与 DeepSeek Harness 可以在应用内一键指向网关。写入前先显示改动差异,原文件完整备份,只修改指向网关所需的设置,随时可以还原。在 Windows 上,WSL 中的 Claude Code 与 Codex 同样可以指向网关,适用于 WSL 1 和使用 mirrored 网络模式的 WSL 2。Cursor、Continue 与 Antigravity CLI 提供逐步的手动配置说明。每个客户端旁列出其最近 24 小时的请求。", alt: "客户端页:Claude Code 与 Codex 已接管,各用一把密钥,并列出最近 24 小时的请求;opencode 尚未接管;Cursor 已手动配置并在使用;Continue 与 Gemini CLI 尚未配置;Zed 与 Aider 未检测到", }, { @@ -243,7 +243,7 @@ export const liteCopy = { { id: "upstreams", title: "上游与价目表", - body: "支持 Anthropic、OpenAI、Gemini、DeepSeek 等 API 密钥上游与任意兼容端点,在应用内登录的 ChatGPT 与 Z.ai 账号(ChatGPT 显示订阅额度及重置时间),OpenRouter 等中转服务,以及 Ollama 提供的本机模型。客户端与上游的 API 格式不同时,请求在 Anthropic Messages、OpenAI Chat Completions、OpenAI Responses 与 Gemini 之间自动转换。上游可以经出站代理连接。费用按每日更新的 LiteLLM 公开价格计算,也可以使用设有倍率与单个模型价格的自定义价目表。", + body: "支持 Anthropic、OpenAI、Gemini、DeepSeek 等 API 密钥上游与任意兼容端点,在应用内登录的 ChatGPT 与 Z.ai 账号,OpenRouter 等中转服务,以及 Ollama 提供的本机模型。ChatGPT 账号与 Z.ai、BigModel 的 GLM Coding Plan 显示额度及重置时间。客户端与上游的 API 格式不同时,请求在 Anthropic Messages、OpenAI Chat Completions、OpenAI Responses 与 Gemini 之间自动转换。上游可以经出站代理连接。费用按每日更新的 LiteLLM 公开价格计算,也可以使用设有倍率与单个模型价格的自定义价目表。", alt: "上游页:七个上游,包括 Anthropic、按折扣价目表计价的中转、5 小时额度已用 58% 的 ChatGPT Plus 账号、经代理访问的 OpenRouter、DeepSeek、Gemini 与本机 Ollama,以及各自的计费方式、24 小时请求数与费用和首字节延迟中位数;另有代理与价目表两个标签", }, { @@ -267,7 +267,7 @@ export const liteCopy = { { id: "mcp", title: "MCP 服务器、技能与钩子", - body: "Claude Code、Claude Desktop、Cursor、Codex、opencode 与 Zed 中配置的 MCP 服务器并列显示,标出远程与第三方服务器以及各客户端之间不一致的配置;服务器可以复制到其他客户端或移除,写入前显示改动。钩子与技能同样逐一列出。客户端配置、技能、钩子、斜杠命令、subagent 与项目指令会被扫描,检查隐藏字符、提示注入、危险命令与过宽权限四类问题。扫描只报告、不修改任何文件,出现新发现时发送系统通知。", + body: "Claude Code、Claude Desktop、Cursor、Codex、opencode、Zed、Antigravity CLI 与 DeepSeek Harness 中配置的 MCP 服务器并列显示,标出远程与第三方服务器以及各客户端之间不一致的配置;服务器可以复制到其他客户端或移除,写入前显示改动。钩子与技能同样逐一列出。客户端配置、技能、钩子、斜杠命令、subagent 与项目指令会被扫描,检查隐藏字符、提示注入、危险命令与过宽权限四类问题。扫描只报告、不修改任何文件,出现新发现时发送系统通知。", alt: "MCP 页:五个 MCP 服务器在 Claude Code、Claude Desktop、Cursor、Codex、opencode 与 Zed 中的配置情况,context7 与 linear 标为第三方远程服务器,github 标为各客户端配置不一致;共扫描 11 个文件,发现高、中、低风险各一项", }, {