sourcegraph / cody

Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.
https://cody.dev
Apache License 2.0
2.53k stars 261 forks source link

Chat UI: Tab bar available to all users #5092

Closed abeatrix closed 1 month ago

abeatrix commented 1 month ago

FOLLOW UP on https://github.com/sourcegraph/cody/pull/5039

Made a change couple days again in https://github.com/sourcegraph/cody/pull/5039 to make sidebar chat the default for both DotCom and Enterprise users in prepare for the next release, but missed to remove the condition about the nav bar for enterprise users. This PR removes the condition to check if the user is Enterprise users or not, and display the nav bar for everyone until the chat is in the Editor panel.

Test plan

  1. log into s2
  2. open a new chat in the editor
  3. confirm the nav bar is showing up in the sidebar
  4. confirm the nav bar is not showing up in the editor panel

image

Changelog