opencode icon indicating copy to clipboard operation
opencode copied to clipboard

fix: Grep tool Windows path parsing issue

Open ledmaster opened this issue 5 months ago • 0 comments

Fixed an issue where the Grep tool failed to parse ripgrep output on Windows systems due to colons in drive letters (e.g., C:\path\to\file). The fix identifies the line number by its numeric nature rather than assuming a fixed position, making it compatible with both Windows and Unix-style paths.

ledmaster avatar Aug 11 '25 21:08 ledmaster