Replies: 2 comments 1 reply
-
|
The key difference is where filtering happens. Claude built-in tools (Read, Grep, etc.) run inside the context window — full output is consumed as tokens before the model decides what to keep. RTK sits before the model, filtering raw command output so fewer tokens enter the context in the first place. Example: Where RTK adds less value: tools where Claude already does targeted extraction (like |
Beta Was this translation helpful? Give feedback.
-
|
Hey for now not possible like we do for Bash tool, but this is in the roadmap to cover more, for now we didn't had the time to look in related PRs because we were focusing on organizing repository, contribution, refactoring, fixing priority issues. We will get back to this task asap once we've solve main usage issues |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Claude seems having its own
grep,read,find,lsnative tools. Is it really worth it to replace them by RTK filtering OS tools ?Beta Was this translation helpful? Give feedback.
All reactions