github / github/copilot-cli

Condensed timeline display option for autopilot mode

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

説明

Description:

When running in autopilot mode, the agent executes many tool calls in sequence. Currently, each tool call shows:

- Description label
- Full command preview (2-3 lines)
- Output summary ("51 lines...")

Request: Add a display option for autopilot mode that collapses each tool call to just the description label, e.g.:

● Extract authorized scopes section (shell) ▸
● Extract Bitbucket repo mapping (shell) ▸
● Create REF_SCOPES.md (file) ▸

The ▸ or similar indicator would show it's expandable. Pressing Ctrl+O/Ctrl+E would still expand as today.

Why: In autopilot mode, users primarily monitor progress via descriptions, not command details. A condensed view would:

1. Show more activity on screen at once
2. Reduce visual noise during long autonomous runs
3. Make it easier to spot when the agent pauses for input

Suggested implementation:

- New config option: display.autopilotCondensed: true
- Or a /display slash command to toggle verbosity levels

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

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

評価

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

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

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