gencay / vscode-chatgpt

An unofficial Visual Studio Code - OpenAI ChatGPT integration
ISC License
3.5k stars 760 forks source link

be able to continue interrupted conversation #60

Closed ciekawy closed 1 year ago

ciekawy commented 1 year ago

when chatgpt-api get signed out, connecting again creates new conversation in the history.

within this issue I'd like to at least be able to continue last conversation - even by providing conversationId. I wanted to create a PR but apparently the repo seem not up to date - cannot find eg login with google

ciekawy commented 1 year ago

the drawbacks of current behavior are 1. I cannot use context of interrupted conversation, 2 conversations history gets culttered.

Ideally I'd like to see a list of conversations like in chatgpt web interface so I could switch between but thats can be a separate ticket

gencay commented 1 year ago

@ciekawy thank you! here's the discussion thread about being able to access the conversation history: https://github.com/gencay/vscode-chatgpt/discussions/47.

I will look into providing a user experience to switch between conversations/provide conversationId to continue previous conversations.

gencay commented 1 year ago

@ciekawy check out V3.7.0 📢

I have added support to access all of your conversation history.

conversation-history