continue icon indicating copy to clipboard operation
continue copied to clipboard

Feature: Primary Chat

Open priyashpatil opened this issue 1 year ago • 3 comments

Validations

  • [X] I believe this is a way to improve. I'll try to join the Continue Discord for questions
  • [X] I'm not able to find an open issue that requests the same enhancement

Problem

While working on some code let's say terraform with docker you could ask and get the all the code needed. But sometime's there's a case where you might have an additional question related to the problem but it's more of completely separate question about docker. Which would be out of context of given the problem i want to solve. Currently you either ask the question in same chat or create new chat. Both have there +s and -s.

Solution

It would be a feature called: Primary Chat. While your main task remains easy to access the other queries can go separately. This can be solved either by UI or keyboard shortcuts. But both will have very different UX. probably pair of both.

My preference is to keyboard shortcuts for minimal POC. The workflow could be:

  1. You start a normal chat.
  2. Use some "Magic Set" keyboard shortcut to mark the current chat as primary chat.
  3. If you got any new question you start a new chat CMD + L
  4. Need to go back to primary chat? use "Magic Go" keyboard shortcut to return to primary chat.
  5. You can change the primary chat by using same Magic Set shortcut.

Additionally there could be more UI improvements that would have:

  • primary chat pinned to top or some icon somewhere.
  • UI to mark current chat as primary

This feature could be really useful for learning new tools and technologies and also doing quick research. Possibly in the future this can be extended into "Learn along with Continue."

priyashpatil avatar Sep 27 '24 06:09 priyashpatil