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.

貢獻指南

開啟貢獻指南

研究方向

Run the reported Copilot CLI command with an explicit --effort value, inspect defaultReasoningEffort in the generated logs, and compare it with the effort shown in the generated VS Code chat footer. Trace how the launch effort is transferred to the chat and verify that the displayed value matches, or that the UI clearly distinguishes a different metric.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
shell, vscode
領域
cli, developer-experience
Issue 類型
缺陷
難度
3/5
預估耗時
1-2 天
活躍度
冷清
描述清晰度
基本清楚
新手友好度
65/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。