-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Context selection excludes the content of Pinned files #1984
Comments
Title:Enhance Context Selection to Exclude Pinned Files in Navie and CLI Packages Problem:The content of pinned files is currently not excluded during context selection. The user wants to enhance the system to recognize pinned files and skip them, particularly focusing on the Analysis:The core of the problem lies in adding the ability to identify pinned files globally and then ensuring they are excluded during context selection.
The Proposed Changes:
Detailed Implementation:
By implementing the above logic, pinned files will be excluded from context selection seamlessly, honoring the user requirement while maintaining the core functionality of the context selection system. |
When selecting context, the contents of "pinned" files should not be included:
--
In the navie package, set context options indicating which files are already "pinned". Utilize the existing "exclude" list option for this.
To support this option, the "codeSelection" parameter should be enhanced to support named files.
In the cli package, skip "pinned" files when searching for context.
Ignore the UI (components) for this design.
The text was updated successfully, but these errors were encountered: