Skip to content

docs(tools-reference): fix stale feishu_comment.py path - #71185

Closed
santhiprakash wants to merge 1 commit into
NousResearch:mainfrom
santhiprakash:docs/fix-stale-feishu-comment-path
Closed

santhiprakash wants to merge 1 commit into
NousResearch:mainfrom
santhiprakash:docs/fix-stale-feishu-comment-path

Conversation

@santhiprakash

Copy link
Copy Markdown

Problem

website/docs/reference/tools-reference.md line 67 references the Feishu document-comment handler as gateway/platforms/feishu_comment.py. That path no longer exists — the feishu platform was migrated to plugins/platforms/feishu/, so the actual file is plugins/platforms/feishu/feishu_comment.py.

Triage / Root cause

Path drift after the platforms were moved from gateway/platforms/ to plugins/platforms//. The migration caught most references but missed this one in the tools reference doc.

Fix

One-line path correction: gateway/platforms/feishu_comment.py → plugins/platforms/feishu/feishu_comment.py.

Verification

  • Confirmed plugins/platforms/feishu/feishu_comment.py exists on upstream/main (e0dfcf2).
  • Confirmed gateway/platforms/feishu_comment.py does not exist.
  • No other stale gateway/platforms/feishu_comment references remain in the file.

- Problem: website/docs/reference/tools-reference.md references
  `gateway/platforms/feishu_comment.py` but the feishu platform was
  migrated to `plugins/platforms/feishu/feishu_comment.py` — the old
  path no longer exists.
- Fix: update the path to `plugins/platforms/feishu/feishu_comment.py`.
- Verification: confirmed the file exists at the corrected path on
  upstream/main (e0dfcf2).
@alt-glitch alt-glitch added type/docs Documentation improvements P3 Low — cosmetic, nice to have comp/plugins Plugin system and bundled plugins platform/feishu Feishu / Lark adapter labels Jul 25, 2026
@santhiprakash

Copy link
Copy Markdown
Author

Closing this PR: the target files no longer exist on the current main branch due to a major repository restructuring. The doc/code changes this PR addresses may already be fixed or are no longer applicable. Will verify and re-open a fresh PR if the issue persists on the restructured codebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/plugins Plugin system and bundled plugins P3 Low — cosmetic, nice to have platform/feishu Feishu / Lark adapter type/docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants