docs: cleanup outdated documentation and configuration#315
Conversation
- Remove obsolete Qdrant vector search documentation (README_VectorSearch.md) - Update vector command names: /向量* → /faiss* - Update LiteDB reference to SQLite in Bot_Commands_User_Guide.md - Remove completed Qdrant migration instructions from README_FaissVectorSearch.md - Update .NET version in Vector/README.md: 8.0 → 10.0 - Update MCP attribute examples in copilot-instructions.md: [McpTool] → [BuiltInTool] - Remove personal HTTP_PROXY from launchSettings.json
📝 WalkthroughWalkthroughUpdates documentation and a local launch configuration: renames MCP tool annotations to Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🔍 PR检查报告📋 检查概览
🧪 测试结果
📊 代码质量
📁 测试产物
🔗 相关链接此报告由GitHub Actions自动生成 |
- Add missing commands to Bot_Commands_User_Guide.md: - 向量搜索、语法搜索 - 群组黑名单管理 (查黑名单/封群/解封群) - 定时任务管理 (/scheduler) - LLM Agent 管理 (/agent) - 系统更新 (/checkupdate, /update) - 测试定时任务 - 交互式模型选择 - 向量数据管理命令 - 账本功能命令 - Fix README_MCP.md: - Remove non-existent EditFile tool - Fix tool names (memory_search→process_memory_command, brave_web_search→search_web) - Add missing tools (echo, calculator, send_message, execute_js, todo tools) - Update tool count from 24+ to 30+ - Add complete parameter descriptions
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
Docs/README_MCP.md (1)
168-168:⚠️ Potential issue | 🟡 MinorRemove outdated EditFile reference.
The security section lists
EditFileamong admin-only file operation tools, butEditFilehas been removed from the main tool registry table (lines 36-41) and is also absent fromDocs/Bot_Commands_User_Guide.mdline 358. For consistency with the cleanup performed elsewhere in this PR, theEditFilereference should be removed from this security note.📝 Proposed fix
-以下工具仅对管理员开放: -- 所有文件操作工具 (`ReadFile`, `WriteFile`, `EditFile`, `SearchText`, `ListFiles`) +以下工具仅对管理员开放: +- 所有文件操作工具 (`ReadFile`, `WriteFile`, `SearchText`, `ListFiles`) - MCP 服务器管理工具 (`AddMcpServer`, `RemoveMcpServer`, `UpdateMcpServer`, `RestartMcpServers`)🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@Docs/README_MCP.md` at line 168, The security note still lists the removed tool EditFile; update the line that enumerates admin-only file-operation tools to remove EditFile so it only lists the current functions (ReadFile, WriteFile, SearchText, ListFiles), and verify there are no other leftover mentions of EditFile in this file (README_MCP.md) to keep the documentation consistent with the main tool registry.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Outside diff comments:
In `@Docs/README_MCP.md`:
- Line 168: The security note still lists the removed tool EditFile; update the
line that enumerates admin-only file-operation tools to remove EditFile so it
only lists the current functions (ReadFile, WriteFile, SearchText, ListFiles),
and verify there are no other leftover mentions of EditFile in this file
(README_MCP.md) to keep the documentation consistent with the main tool
registry.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: aa3d8e44-5424-41d0-a815-3cac6e5e3319
📒 Files selected for processing (2)
Docs/Bot_Commands_User_Guide.mdDocs/README_MCP.md
Summary
Cleanup of outdated documentation and configuration in the project.
Changes
Verification
Summary by CodeRabbit
Documentation
Chores