github / github/copilot-cli

Allow custom agent to be specified via full qualified file path

オープン
#1,747 コメント 0 件 リアクション 2 件 担当者 0 名 GitHub で見る
area:agents
主要言語
Shell
スター
11.2k
フォーク
1.9k
平均マージ
14時間 16分
マージ済み PR(30日)
6

説明

### Describe the feature or problem you'd like to solve

The CLI should allow users to specify their custom agent path fully

### Proposed solution

Currently, copilot only allows custom agents to be referenced by name:
`copilot --agent `

The agents must be in one of the supported locations:
`$repoRoot/.github/agents`
`~/.copilot/agents`

This is limiting and users should be able to specify the fully qualified path to the custom agent definition:
`copilot --agent /path/to/agent`

This should be additive, if the fully qualified path isn't set, it should still look in the default directory locations.

### Example prompts or workflows

_No response_

### Additional context

_No response_

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。