github / github/copilot-cli

Reduce latency and review-loop overhead in subagent workflows

オープン
#4,849 コメント 5 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

triage
主要言語
Shell
スター
11.2k
フォーク
1.9k
平均マージ
14時間 16分
マージ済み PR(30日)
6

説明

Describe the feature or problem you'd like to solve

Subagent-driven implementation and review workflows can feel extremely slow. Agent startup, task handoffs, and repeated review/fix/re-review cycles often take minutes per round trip, making modest repository changes take much longer than expected.

Proposed solution

Reduce subagent startup and handoff latency, reuse context more efficiently between fix and review rounds, and collapse redundant review passes when prior findings have been addressed. Show clearer elapsed-time and current-work indicators so users can distinguish useful background work from a stalled workflow.

Example prompts or workflows
  1. Implement a small configuration option plus regression coverage.
  2. Run an implementer followed by a code-review agent.
  3. Apply one review fix and re-review only the changed portion.
  4. Complete a documentation-only task without another expensive full-context handoff.
Additional context

Observed with Copilot CLI 1.0.83 on Linux. The main concern is end-to-end latency and the number of sequential agent round trips, not model answer quality.

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

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

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

ファイル、テスト、実装のエントリーポイントは指定されていません。まず、CLI における subagent の起動、ハンドオフ、レビュー、修正/再レビューのワークフローを整理し、次に経過時間と現在の作業を示すインジケーターがどのように生成されるかを特定してください。完了の条件は、ラウンドトリップのオーバーヘッドが低減され、コンテキストが適切に再利用され、説明されているワークフローがカバーされていることです。

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

評価

技術スタック
linux, shell
領域
cli, developer-experience, performance
issue の種類
機能追加
難易度
5/5
見積もり時間
1週間以上
活発さ
活発
明瞭さ
説明が足りない
初心者へのやさしさ
25/100

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

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