close

DEV Community

Darren McLeod
Darren McLeod

Posted on

Session Control

I use vscode a lot now because I find it has a better AI integration than Visual Studio.

Although the other day I tried to rename an AI chat session and it was obliterated instead of given a new name.

This wasn't the first time I had lost an AI chat session and is very distressing, so I thought why aren't these chat sessions backed up along with the source code and Session Control was born.

Session Control is a vscode extension that allows you to save your AI sessions in a .chat folder that you can commit along with your code.

https://marketplace.visualstudio.com/items?itemName=darrenjmcleod.session-control

Top comments (0)