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
refactor: address PR review feedback for line numbering feature
- Remove manual CHANGELOG.md entry (auto-generated at release)
- Revert docs/capabilities.md changes (auto-generated via mcp-discovery)
- Improve documentation clarity for with_line_numbers parameter format
- Add test for Windows line endings (\r\n)
- Add edge case tests for newline-only content
Addresses review comments on PR #61
[agent commit]
Copy file name to clipboardExpand all lines: docs/capabilities.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -230,11 +230,10 @@
230
230
<td>
231
231
<code><b>read_text_file</b></code>
232
232
</td>
233
-
<td>Read the complete contents of a text file from the file system as text. Handles various text encodings and provides detailed error messages if the file cannot be read. Use this tool when you need to examine the contents of a single file. Optionally include line numbers for precise code targeting. Only works within allowed directories.</td>
233
+
<td>Read the complete contents of a text file from the file system as text. Handles various text encodings and provides detailed error messages if the file cannot be read. Use this tool when you need to examine the contents of a single file. Only works within allowed directories.</td>
0 commit comments