jackschedel / KoalaClient

The best LLM API Playground Interface (for me)
https://client.koaladev.io/
Creative Commons Zero v1.0 Universal
26 stars 8 forks source link

Inconsistent Chat Title Naming Behaviour on Creating New Chat #96

Closed HritikR closed 5 months ago

HritikR commented 5 months ago

Steps to Reproduce:

https://github.com/jackschedel/KoalaClient/assets/35923605/74eb271b-8c77-498e-afd9-171c04c84fed

jackschedel commented 5 months ago

Hi, this is due to a QoL change introduced in v2.0.6 that hides empty chats in the side menu (unless it is the current chat) to reduce clutter. This is the expected behavior, as deleting puts you back to your previous chat, which was hidden, and is then unhidden as it is the current one.

I might rework it to instead fully clear empty chats from the chat data on program init instead to avoid this strange behavior.