anthropics / anthropics/claude-code

Pin the last user prompt in the top bar (like Grok Build)

オープン
#92,772 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
area:tui area:ui enhancement
主要言語
Python
スター
145k
フォーク
23.1k
PR マージ指標
PR 指標を取得中

説明

### Feature request

Keep my most recent prompt pinned in the top bar of the session, the way Grok Build does it.

**Problem**

During a long session the agent produces a lot of output (tool calls, logs, diffs). After scrolling for a while I lose sight of what I actually asked for. To re-read my own last instruction I have to scroll back up through hundreds of lines, and in the desktop app that scrollback can be very long.

**Proposal**

Show the latest user message pinned in the top bar / header area:

- Always visible while the agent is working, not affected by scroll position.
- One line, truncated with an ellipsis; expandable on click/hover for the full text.
- Updates on every new user message.
- Ideally the same for the CLI (a sticky line above the input) and the desktop app (Code tab header).

**Why it helps**

- Keeps the current goal in view so it is obvious when the agent drifts off task.
- Removes the scroll-hunting for "what did I ask again".
- Useful during long autonomous runs where the operator steps away and comes back.

Nice to have: a small toggle to pin an earlier prompt instead of the latest one.

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

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

No files or tests are named. Start by finding where the CLI session UI and the desktop app Code tab header are rendered, then trace where the latest user message is stored or displayed. Done means the latest prompt stays visible, truncates to one line with access to the full text, updates on each new user message, and does not move with scroll position.

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

評価

領域
cli, desktop, developer-experience
issue の種類
機能追加
難易度
4/5
見積もり時間
3〜5日
活発さ
活発
明瞭さ
おおむね明確
初心者へのやさしさ
52/100

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

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