-
Notifications
You must be signed in to change notification settings - Fork 23
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
PRD: [Cody Ignore] Enterprise users cannot use ignored repos as context for autocomplete #1208
Comments
@kalanchan @taylorsperry @dominiccooney would love your review on this. Please let me know if there are other questions that I could help answer |
@aramaraju thanks, this is helpful. Not sure what the screenshot is communicating. IDEs have multiple autocomplete providers, so when Cody autocomplete is not enabled, those other providers will still appear. |
The screenshot show the Cody Autocomplete option I added to the toolbar, but yes the other autcomplete providers shouldn't be affected. I removed the screenshot to avoid this confusion. |
Reviewed the extension autocomplete code and believe, if we fix isCodyIgnoredFile, then autocomplete will be suppressed for ignored files. There's no "extra" work there. |
All complete as part of |
Description:
When an enterprise admin has configured Cody to allow/ignore repos:
As a user on an enterprise instance that has Cody allow/ignore repos configured...
P0: I cannot use Cody's autocomplete on any of the code that has been excluded by my admin
P1: I am able to quickly discern when Cody autocomplete is not available when I am editing any excluded code
P2: I see guidance in the UX for how to request that my admin include an excluded repo
Objectives:
The user is not able to use Cody's autocomplete on any code from the excluded repos and content from these repos is not shared with the LLM
Acceptance Criteria:
Design Tasks:
Design Tasks
Engineering Tasks:
Engineering Tasks
Related Docs:
The text was updated successfully, but these errors were encountered: