CommandCodeAI / CommandCodeAI/command-code
Allow disabling individual built-in models
まだ誰も着手していません。
- 主要言語
- 言語のデータがありません
- スター
- 4k
- フォーク
- 350
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Feature request
I'd like to be able to disable individual built-in Command Code models from the /model menu.
Right now, ~/.commandcode/providers.json supports disabling an entire BYOK provider with "disabled": true, but there doesn't seem to be a supported way to hide or disable one specific built-in model.
I'd like a configuration option at user scope that lets me disable specific models without removing access to the rest of the catalog. This would make the model picker less cluttered and make it easier to prevent accidental selection of models I don't want to use.
Suggested behavior
- Support an allowlist or denylist for built-in model IDs.
- Apply it to the
/modelmenu and model selection shortcuts. - Keep the setting at user scope so it applies across projects.
- Keep the current BYOK provider-level
disabledbehavior unchanged.
Example
{
"disabledModels": ["some/model-id"]
}
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
~/.commandcode/providers.json で表されるユーザースコープの設定から始め、次に /model メニューとモデル選択のショートカットを追跡します。組み込みモデル ID とプロバイダーレベルで無効化された設定がどのように読み込まれ、フィルタリングされるかを確認します。ユーザーがプロジェクト間で選択した組み込みモデルを無効化でき、既存の BYOK プロバイダーの動作が変わらない状態になれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 領域
- ai, cli
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 活発
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 65/100