logoalt Hacker News

skerittoday at 4:22 PM2 repliesview on HN

Does Claude's grep still prepend the relative path of the file before _every_ single line? Because that is nasty, especially in java projects.


Replies

shrishdwitoday at 5:05 PM

We are using hooks to direct the coding agent to use graft grep instead of just grep, so this should ideally not happen.

Also, for java projects we do support a more deeper graph, a few of our contributors are working on making it better for java projects, let us know if you have any ideas there.

oefrhatoday at 4:37 PM

Relative path? You sweet summer child. It prepends the absolute path for me all the time.