diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 529458a25a0..8aebb0558ee 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -20,6 +20,14 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a - Chat: Reuse existing New Chat panel to prevent having multiple new chats open at once. [pull/2087](https://github.com/sourcegraph/cody/pull/2087) - Chat: Close the Enhanced Context popover on chat input focus. [pull/2091](https://github.com/sourcegraph/cody/pull/2091) - Chat: Show onboarding glowy dot guide until first time opening Enhanced Context. [pull/2097](https://github.com/sourcegraph/cody/pull/2097) +- In 0.12, we simplified the sign-in process and removed the option to sign into + Cody App from VScode. If you were still signed in to Cody App, we invite you to + sign in to Sourcegraph.com directly. The extension will do this automatically if + possible but you may need to sign in again. If you have set up embeddings in + Cody App, VScode will now search your local embeddings automatically: You no + longer need to have the Cody App open. Note, the sidebar chat indicator may + say embeddings were not found while we work on improving chat. + [pull/2099](https://github.com/sourcegraph/cody/pull/2099) ## [0.16.3]