smallcloudai / refact-vscode

Refact AI: Open-source AI Code assistant with autocompletion, chat, refactoring and more for VS Code
https://refact.ai
BSD 3-Clause "New" or "Revised" License
61 stars 19 forks source link

[chat] Move chat between sidebar and an editor tab #40

Open olegklimov opened 9 months ago

olegklimov commented 9 months ago

Starting branch is v1.2

Chat history has the ability to restore chat back, so it's possible to switch between sidebar and a tab, by saving the current chat to history, and restoring it back.

image

Specifically, we need functions:

Then debug all the glitches that originate from making this work :D

mrkirthi-24 commented 9 months ago

@olegklimov I would like to work on this issue