Feature request for product/service
Chat
Describe the request
When having long conversations with the AI agent, key insights and decisions often appear somewhere in the middle of the chat (e.g., around 1000px from the top). Currently there’s no way to bookmark or anchor specific positions in a chat conversation.
Problem:
- Long agent conversations require scrolling back and forth to find important parts
- No way to mark “this is the key decision/insight” in a conversation
- Cmd+F text search is the only workaround, but you need to remember exact keywords
Proposed Solution:
- Allow users to place scroll bookmarks at specific points in a chat conversation
- A small bookmark icon or marker in the chat gutter/margin
- A bookmark list panel (like VS Code’s bookmark extension for code) to jump between bookmarked positions
- Keyboard shortcut to toggle bookmark at current scroll position (e.g., Cmd+Shift+B)
Use Cases:
- Bookmarking the moment the agent produces a critical architectural decision
- Marking the start of a specific subtask in a long multi-step conversation
- Quickly jumping back to a reference point (e.g., error output, agreed-upon interface design)
This would significantly improve navigation in long agent sessions where context and decisions accumulate over time.