Feature Request: Add a Clickable User Prompt Navigator for the Current Conversation #28073
Corbeau3II
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request
Please consider adding a clickable user prompt navigator for the current conversation.
This feature is specifically for navigating within a single conversation/thread, not for managing global conversation history across multiple chats.
The idea is to provide a visual index of the user's own messages in the current thread, so users can directly click a prompt and jump to that part of the same conversation.
Problem
In long conversations, users may ask many questions or give many instructions. As the conversation grows, it becomes difficult to quickly find a previous question, return to an earlier part of the discussion, or review how the conversation evolved.
Scrolling manually through a long thread is inefficient, especially for coding, debugging, learning, research, and project planning workflows.
Proposed Solution
Add a sidebar, outline panel, or message navigator that automatically lists every user message in the current conversation.
Each item in the list should represent one user prompt or question, with a short preview or generated title. When the user clicks an item, the app should immediately scroll or jump to the exact position of that message and its related assistant response.
The basic workflow should be visual and clickable. Users should not need to type a command such as
/jump 12just to navigate to a previous prompt.Suggested Features
Why This Would Be Useful
This would make long conversations much easier to navigate.
It would help users:
This would be especially useful for users who prefer mouse-based navigation in the desktop app.
Clarification
This is not a request for the model to permanently remember all conversations.
It is a UI/navigation feature for the current conversation: a clickable index of user prompts that helps users jump to specific parts of a thread.
Commands and search could still be useful as optional advanced features, but the main experience should be direct click-to-jump navigation.
Thanks for considering this feature.
Beta Was this translation helpful? Give feedback.
All reactions