Feature Request: Glob Context Support #159
gabrielbryk
started this conversation in
Ideas
Replies: 2 comments 8 replies
-
|
Hi, how do you envision adding/removing them? We already have an option of saving context selections (undocumented yet, sorry for that): It works differently but you can resort to it for the time being. |
Beta Was this translation helpful? Give feedback.
7 replies
-
|
@gabrielbryk Support for If you find any issues, please let me know 🤓 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Please consider adding support for using glob patterns to automatically select workspace files for context. Manually choosing files can be tedious, so defining context via globs would automate this process, improving efficiency and accuracy.
Ideally, this would allow multiple patterns (e.g.,
"src/**/*.py", "docs/*.md") and crucially, exclusion patterns using ! (like"stuff/i/want/*", "!stuff/i/want/but/not/this/*" or "!src/tests/**"). This offers precise, rule-based control over the context provided to Gemini, similar to how .gitignore or other build tools handle file selection.Beta Was this translation helpful? Give feedback.
All reactions