I want /file
to have an -exclude
option.
#24610
yasainet
started this conversation in
LLMs and Zed Agent
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Check for existing issues
Describe the feature
This may be a lazy request. 😅
Usage example:.
Run
/file src/
when providing source code for the whole project.However, I want to exclude
/components/ui
when using shadcn etc.In other words, we expect the execution to be as follows.
/file src/ -exclude components/ui
Reason:
Because In any LLM, such as claude, ChatGPT, etc., if you exceed 10K tokens, the answer will not be understood correctly and the accuracy of the answer will decrease.
Alternate:
However, after running
/file src/
, you can just expand>
and remove the relevant part.Let me know what you think!
If applicable, add mockups / screenshots to help present your vision of the feature
No response
Beta Was this translation helpful? Give feedback.
All reactions