You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #2194, the chat welcome message sets up the expectation that you're talking to Cody instead of using Cody to chat with Claude/ChatGPT/etc with additional context:
This can create confusing scenarios where sometimes it responds as Cody, and other times as the underlying LLM.
Expected behavior
The welcome message shouldn't be written in first person, and instead be only instructional.
I think it's fine that this happens since we expose the model so clearly, but we should change the text that says I'm Cody. right above. Even just removing I'm Cody. seems like it would be fine. Cody is the system, not some personification.
The text was updated successfully, but these errors were encountered:
This updates the welcome message to not be in first-person and make it
more transparent that you're chatting with the model shown at the top.
It also includes clearer keyboard shortcuts, and actual icons of the
buttons they can expect to find in the interface (sidebar, title, status
bar, etc).
| Before | After |
| - | - |
| <img width="581" alt="Screenshot 2023-12-12 at 10 59 52 pm"
src="https://github.com/sourcegraph/cody/assets/153/d7887fff-03df-401e-bde6-d99798187cba">
| <img width="581" alt="Screenshot 2023-12-12 at 10 58 41 pm"
src="https://github.com/sourcegraph/cody/assets/153/3f6f214e-14de-48e9-b84b-5215ccbf1a7b">
|
Fixes#2282
## Test plan
- Started a new chat
- Clicked on all the links
Version
0.18.0
Describe the bug
Related to #2194, the chat welcome message sets up the expectation that you're talking to Cody instead of using Cody to chat with Claude/ChatGPT/etc with additional context:
This can create confusing scenarios where sometimes it responds as Cody, and other times as the underlying LLM.
Expected behavior
The welcome message shouldn't be written in first person, and instead be only instructional.
Additional context
@sqs's comments:
The text was updated successfully, but these errors were encountered: