github / github/copilot-cli

Effort mismatch: CLI launch effort differs from effort shown in VS Code chat UI

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

描述

### Describe the bug

When launching Copilot CLI with an explicit --effort value (for example xhigh), the generated VS Code chat shows a different effort (for example Medium).

The core issue is an effort mismatch between the CLI launch configuration and the VS Code chat UI display.
This is reproducible with models other than gpt-5.3-codex as well.

Image

### Affected version

GitHub Copilot CLI 1.0.63

### Steps to reproduce the behavior

1. Run Copilot CLI with an explicit effort value:
copilot --model gpt-5.3-codex --effort xhigh --context long_context --log-level debug --log-dir /tmp/mylog -p "test"

2. Check logs:
grep "defaultReasoningEffort" /tmp/mylog/*.log

3. Open the generated VS Code chat and check the effort shown in the chat UI footer.

**Actual Result**
- Logs indicate the requested effort was set (example: defaultReasoningEffort=xhigh).
- The VS Code chat UI shows a different effort level (example: Medium).

### Expected behavior

The effort shown in the generated VS Code chat UI should match the effort specified at CLI launch (--effort), or the UI should clearly indicate if it represents a different metric/concept.

### Additional context

- This issue is not model-specific.
- Reproduced across multiple models; the mismatch is between launch effort and effort displayed in VS Code chat.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

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