From 785f5c625f764ca9bab809e6a79803528c3a2763 Mon Sep 17 00:00:00 2001 From: Hunter Bown Date: Wed, 6 May 2026 19:22:29 -0500 Subject: [PATCH] docs: list `deepseek update` in README command tables (#838) (#917) Surface the existing `deepseek update` self-update command in the English and Chinese README command listings so users can discover it without reading source. The `deepseek update` subcommand has shipped since the dispatcher gained `crates/cli/src/update.rs`. This integration takes only the README slice from #838. The startup GitHub-Releases polling check from the same PR is intentionally deferred until it can be made opt-in / config-backed without adding unconditional network calls or perceptible startup latency. Integrates #838. Co-authored-by: leo119 --- README.md | 1 + README.zh-CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index b3ac357e..08d0399b 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,7 @@ deepseek pr # fetch PR and pre-seed review deepseek mcp list # list configured MCP servers deepseek mcp validate # validate MCP config/connectivity deepseek mcp-server # run dispatcher MCP stdio server +deepseek update # check for and apply binary updates ``` ### Zed / ACP diff --git a/README.zh-CN.md b/README.zh-CN.md index ed2b6283..a4d5b9e2 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -213,6 +213,7 @@ deepseek pr # 获取 PR 并预填审查提示 deepseek mcp list # 列出已配置 MCP 服务器 deepseek mcp validate # 校验 MCP 配置和连接 deepseek mcp-server # 启动 dispatcher MCP stdio 服务器 +deepseek update # 检查并应用二进制更新 ``` ### 常用快捷键