github / github/copilot-cli

Distinguish "agent working" vs "awaiting user input" vs "turn complete" in the title-bar indicator

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

説明

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

I need a visual indicator to distinguish when an agent is performing work and when it is waiting on input.

### Proposed solution

The spinning indicator in the title bar currently means two different things, which makes it hard to know whether Copilot needs me or is actively working:

1. The agent is processing / running tools (legitimate spinner)
2. The agent is blocked waiting for me to respond (e.g., ask_user prompt, permission prompt, or just idle after a turn)

Both look identical, so I sometimes wait on Copilot while Copilot is waiting on me.

Request: A 3-state indicator with distinct glyphs:

| State | Suggested glyph |
|---|---|
| Agent working / running tools | 🔄 (current spinner) |
| Awaiting user input (ask_user, permission, idle post-turn) | ⚠️ |
| Turn just completed successfully | ✅ (briefly, then idle) |

Bonus points if the glyphs are configurable via settings.json or a new /theme key, e.g.:

```json
"indicator": {
"working": "🔄",
"awaiting": "⚠️",
"done": "✅"
}
```

### Example prompts or workflows

_No response_

### Additional context

_No response_

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

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

調査の方向性

Start by tracing the title-bar indicator and the state transitions for tool execution, user prompts, permissions, and completed turns. Define and verify distinct working, awaiting-input, and briefly completed states; the issue's suggested configurable glyphs are an optional extension. Confirm the three states are visually distinguishable in the relevant workflows.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
shell
領域
cli
issue の種類
機能追加
難易度
4/5
見積もり時間
3〜5日
活発さ
静か
明瞭さ
おおむね明確
初心者へのやさしさ
48/100

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

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