Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: chat history handling in ChatPanelProvider #1826

Merged
merged 2 commits into from
Nov 20, 2023
Merged

Conversation

abeatrix
Copy link
Contributor

@abeatrix abeatrix commented Nov 20, 2023

CLOSE #1827

Right now in the new chat UI, users cannot loop through their input history on UP arrow. This is because we are not sending the history back to the webview

Test plan

Start Cody from this build, and then press the UP arrow on your keyboard to loop through your input history/

Before

Input history is not showing up on UP arrow press

image

After

You can loop through input history on UP arrow

image

@abeatrix abeatrix requested a review from a team November 20, 2023 15:38
@abeatrix abeatrix enabled auto-merge (squash) November 20, 2023 15:40
@abeatrix abeatrix merged commit b65da2f into main Nov 20, 2023
14 checks passed
@abeatrix abeatrix deleted the bee/fix-chat-history branch November 20, 2023 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: input history not working in new chat ui
2 participants