No way to recall a previous prompt. The terminal has up-arrow and Ctrl+R; the web composer has neither, so a long prompt you want to re-run has to be retyped.
The data already exists — ~/.claude/history.jsonl is on the machine and is already read (it's one of the title sources), so this needs a capability to serve it and a composer keybinding, not new storage.
Wanted
- up-arrow walks back through this session's prompts
Ctrl+R fuzzy-searches across the project's history
No way to recall a previous prompt. The terminal has up-arrow and
Ctrl+R; the web composer has neither, so a long prompt you want to re-run has to be retyped.The data already exists —
~/.claude/history.jsonlis on the machine and is already read (it's one of the title sources), so this needs a capability to serve it and a composer keybinding, not new storage.Wanted
Ctrl+Rfuzzy-searches across the project's history