Distinguish "agent working" vs "awaiting user input" vs "turn complete" in the title-bar indicator
- 主要語言
- Shell
- 星號
- 11.2k
- 分支
- 1.9k
- 平均合併
- 14 小時 16 分鐘
- 30 天內合併 PR
- 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_
貢獻指南
研究方向
首先追蹤標題列指示器,以及工具執行、使用者提示、權限和已完成回合的狀態轉換。定義並驗證彼此不同的工作中、等待輸入和短暫完成狀態;issue 建議的可設定字形是選用擴充。確認在相關工作流程中可以透過視覺區分這三種狀態。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- shell
- 領域
- cli
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 48/100