github / github/copilot-cli

Reasoning Display keeps repeating the first thinking output

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

説明

### Describe the bug

GHCP CLI claude-sonnet-4.5 model keeps repeating the same thing over and over in reasoning display instead of displaying the current reasoning/thinking:

● Read button.cpp
└ L1:15 (14 lines read)

◐ The user wants to migrate to dynamic DPI support. I need to:1. First read the migration guide at dynamic-dpi-migration.md2. Understand the current state of the codebase3. Follow the steps in the migration guideLet me start by reading the migration guide and exploring the codebase to understand what needs to be done.

● The files include "ui/dpi.h" but they don't include the file where the wrapper functions are defined. I need to put the wrapper functions and g_dpi in a header that's included everywhere. Let me check what's in precomp.h:

● Read precomp.h
└ 47 lines read

◐ The user wants to migrate to dynamic DPI support. I need to:1. First read the migration guide at dynamic-dpi-migration.md2. Understand the current state of the codebase3. Follow the steps in the migration guideLet me start by reading the migration guide and exploring the codebase to understand what needs to be done.

● Perfect! I'll add the DPI wrappers to precomp.h since it's included everywhere:

● Edit precomp.h +9

◐ The user wants to migrate to dynamic DPI support. I need to:1. First read the migration guide at dynamic-dpi-migration.md2. Understand the current state of the codebase3. Follow the steps in the migration guideLet me start by reading the migration guide and exploring the codebase to understand what needs to be done.

● Now remove the duplicate definitions since they're in precomp.h:

● Edit proj.cpp -4

◐ The user wants to migrate to dynamic DPI support. I need to:1. First read the migration guide at dynamic-dpi-migration.md2. Understand the current state of the codebase3. Follow the steps in the migration guideLet me start by reading the migration guide and exploring the codebase to understand what needs to be done.

● Now let's try building again:

### Affected version

GitHub Copilot CLI 1.0.59

### Steps to reproduce the behavior

1. Type a prompt
2. Ensure Ctrl+T reasoning display is on
3. Watch CLI repeatedly print same reasoning display from the first prompt

### Expected behavior

Reasoning display is printing the current thinking

### Additional context

_No response_

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

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

評価

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

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

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