You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Optimized the display of Skills information
- Added the replaceedit default editor
- Optimized the loading display of sub-agents
- Fixed the ambiguity bug of reranker model configuration between global and project
- Fixed the issue where sub-agent Diffviewer did not display
'**WHEN**: Prefer this for normal workflow and diff-friendly context display. Use `filesystem-edit` when you need strict hash-anchored safety checks. '+
2423
2428
'**REMOTE SSH**: Supports ssh:// paths like other filesystem tools. '+
2424
2429
'**INPUT**: `searchContent` must be raw source text — strip `lineNum:hash→` prefixes if you pasted from `filesystem-read`. '+
2425
2430
'**BATCH**: `filePath` may be a string, string[] with top-level search/replace, or {path, searchContent, replaceContent, occurrence?}[]. '+
@@ -2500,7 +2505,7 @@ export const mcpTools = [
2500
2505
{
2501
2506
name: 'filesystem-edit',
2502
2507
description:
2503
-
'PREFERRED edit tool: Hash-anchored editing using content hashes from filesystem-read. '+
2508
+
'OPTIONAL strict edit tool: Hash-anchored editing using content hashes from filesystem-read. '+
2504
2509
'Line format: "lineNum:hash→content" (e.g. "42:a3→code"). Use anchors "lineNum:hash" to reference lines — no text reproduction needed. '+
2505
2510
'**OPERATIONS**: (1) replace — replaces startAnchor..endAnchor with content; '+
2506
2511
'(2) insert_after — inserts content after startAnchor; '+
0 commit comments