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.

Session Control

Comments

Popular posts from this blog

ToMethodObject Refactoring

The program has exited with code 4294967295

Interface Oriented Code Organization(IOCO)