I found three bugs in the app:
-
Chat rename is not persisted
- I renamed a chat.
- After restarting the app, the chat name reverted back to the old title.
-
New chat gets attached to another existing chat
- After launching the app following a reboot, a clean/new chat was opened automatically.
- I started working on a new project in that chat.
- Later, when I opened the chat list to switch to another chat/project, the newly created chat session unexpectedly became attached to the top chat in the stack.
- As a result, the new conversation continued inside a different existing chat instead of staying isolated as a separate chat.
-
Connection/session desynchronization issues
- The app frequently loses sync with the backend/session state.
- Sometimes the app shows that the LLM response has already finished, while in the web version the task is still actively running normally.
- In other cases, the UI shows that a task has started, but logs indicate that nothing was actually launched/executed.