github / github/copilot-cli

Feature request: Customizable prompt markers (❯ and ●)

未關閉
#2,175 0 則留言 1 個 reaction 已指派 0 人 在 GitHub 檢視
area:configuration area:theming-accessibility
主要語言
Shell
星號
11.2k
分支
1.9k
平均合併
14 小時 16 分鐘
30 天內合併 PR
6

描述

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

When scrolling back through a long session, it's difficult to visually distinguish user prompts (`❯`) from Copilot responses (`●`). Both are small single-character markers that blend together, especially in sessions with lots of tool output.

### Proposed solution

Allow customization of the user input prompt marker and the assistant response marker via `config.json` or CLI flags. For example:

```json
{
"prompt_marker": "🟢 ❯",
"response_marker": "●"
}
```

Or even just supporting a config option to add a colored prefix, username, or emoji before the `❯` would help.

### Example prompts or workflows

In a long session with multiple tool calls, the terminal output can be hundreds of lines. Scrolling back to find where a specific prompt was entered requires visually scanning for the small `❯` character among tool output, status messages, and response markers. A more distinctive or customizable marker would make navigation much faster.

### Additional context

Ghostty and other modern terminals support rich Unicode rendering, so emoji or multi-character markers would render fine.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

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

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