From 93cb9a5c4d1e845198247e157e5c75c9b2b30d1b Mon Sep 17 00:00:00 2001 From: Santhi Prakash Date: Sat, 25 Jul 2026 04:03:03 +0000 Subject: [PATCH] docs(tools-reference): fix stale feishu_comment.py path in zh-Hans locale mirror MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Problem: The Chinese (zh-Hans) locale mirror of tools-reference.md still referenced gateway/platforms/feishu_comment.py — a path that no longer exists. The feishu platform was migrated to plugins/platforms/feishu/. - Fix: Update the path to plugins/platforms/feishu/feishu_comment.py in the zh-Hans locale mirror, matching the fix already applied to the English version. - Verification: Confirmed plugins/platforms/feishu/feishu_comment.py exists on origin/main (e0dfcf275); confirmed gateway/platforms/ has no feishu files. --- .../current/reference/tools-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference/tools-reference.md b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference/tools-reference.md index 9148b2e5e5b44..3fda9d4757197 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference/tools-reference.md +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference/tools-reference.md @@ -64,7 +64,7 @@ description: "Hermes 内置工具权威参考,按工具集分组" ## `feishu_doc` 工具集 -仅限飞书文档评论智能回复处理器(`gateway/platforms/feishu_comment.py`)使用。不在 `hermes-cli` 或常规飞书聊天适配器中暴露。 +仅限飞书文档评论智能回复处理器(`plugins/platforms/feishu/feishu_comment.py`)使用。不在 `hermes-cli` 或常规飞书聊天适配器中暴露。 | 工具 | 描述 | 所需环境 | |------|------|----------|