devchat-ai / devchat

Automate your dev tasks with AI-powered scripts, from your IDE's chat panel.
https://www.devchat.ai
Apache License 2.0
342 stars 39 forks source link

[IntelliJ] The topic history is missing #267

Closed pplam closed 6 months ago

pplam commented 6 months ago

Describe the bug There is no any data in the topic history, the data is missing.

To Reproduce Steps to reproduce the behavior:

  1. Open DevChat in IntelliJ and chat;
  2. Click on 'New Topic' and chat;
  3. Click on the topic history button;
  4. There is no any topic shown;

Expected behavior The topic history should list all topics created;

Screenshots

Screenshot 2024-02-19 at 18 22 40

Environment

pplam commented 6 months ago

It turns out that there are some broken data in my local DevChat database which cause the devchat-core fails to execute the list topics command.

By looking into the broken data, it should came from a bug which is fixed before.

With the bad data removed, the history topic list works normally.