github / github/copilot-cli

The `--config-dir=PATH` is not working as expected

未关闭
#2,197 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
area:configuration
主要语言
Shell
星标
11.2k
派生
1.9k
平均合并
14 小时 16 分钟
30 天内合并 PR
6

描述

### Describe the bug

Here is my situation:

1. I have a `~/.copilot/config.json`.
2. I run `copilot` with `--config-dir .copilot` which I want to set `./.copilot` as my primary config directory.

I found that during the execution of Copilot CLI, session data is written to the ./.copilot/ folder, but `config.json` reads the contents of `~/.copilot/config.json`. That's so strange!

### Affected version

GitHub Copilot CLI 1.0.9.

### Steps to reproduce the behavior

1. Create a `~/.copilot/config.json` which assign a model to `gpt-5-mini`.
2. Create a `./.copilot/config.json` which assign a model to `claude-sonnet-4.6`.

Run `copilot --yolo --config-dir .copilot` which will load `gpt-5-mini` model.

### Expected behavior

The command arguments should take precedence over and be higher than ~/.copilot/config.json

### Additional context

_No response_

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。