You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an enterprise admin has configured Cody to allow/ignore repos:
Cody should not offer any autocomplete suggestions on any code from those repos
The code from those repos cannot be used as context for generating autocomplete suggestions in other files
Users need to have the appropriate visibility that autocomplete suggestions are turned off for such files
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:
Users cannot see any Cody autocomplete suggestions on any code that is excluded
User should not be able to perform autocomplete using the in-line autocomplete action, where the icon should be either disabled or the operation should fail with an error
User should not be able to perform autocomplete using any keyboard shortcuts
Code in any excluded repo cannot be used as context for autocomplete suggestions on other files
The UI informs the user that Cody autocomplete is not available through the IDE toolbar because they are working on an excluded file
P1: Any new or unsaved files created in the excluded repos must also honor the behavior mentioned above
Design Tasks:
The content you are editing has changed. Please copy your edits and refresh the page.
This issue is marked as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed automatically in 5 days.
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: