sourcegraph/sourcegraph-public-snapshot
(P2) Allow admins to configure in site config whether users can configure custom commands at all, or can only use the commands we ship.
Ouverte
#58 630 ouverte le 28 nov. 2023
good first issue
Métriques du dépôt
- Stars
- (10 290 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Very similar to #58631 - but allow admins to configure between the following options:
- Users can use commands (covered by #58631 )
- Users CANNOT use commands (covered by #58631 )
- Users can use commands, but CANNOT create their own custom commands (must use the default Cody ones we ship)
Bonus points if we can allow admins to create custom commands, but not users themselves.