sourcegraph/sourcegraph-public-snapshot

(P2) Allow admins to configure in site config whether clients can use chat/autocomplete/commands as features.

開放

#58,631 建立於 2023年11月28日

 (1 則留言) (0 個反應) (1 位負責人)Go (1,374 個分叉)auto 404
good first issue

倉庫指標

星標
 (10,290 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Allow site admins to put in place restrictions on which Cody features may be used client-side in VS Code, etc.

i.e. the ability to globally turn on/off the following for all users (or better, for groups of users, if easily implementable):

  • Chat
  • Autocomplete
  • Commands
  • TODO: ask Ryan Phillips if any other functionality is missing here.

This will require e.g. adding a new site config option, and propagating that to VS Code clients to have them decide which features users can use based on the Sourcegraph instance.

It may be a good starter task for someone looking to dive in to both codebases.

貢獻者指南