anthropics / anthropics/claude-code
Pin the last user prompt in the top bar (like Grok Build)
- Lingua principale
- Python
- Stelle
- 145k
- Fork
- 23.1k
- Metriche di merge delle PR
- Metriche PR in attesa
Descrizione
### 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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Ambito
- cli, desktop, developer-experience
- Tipo di issue
- Funzionalità
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Attiva
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 52/100