tju-yxq opened a new issue, #3566: URL: https://github.com/apache/rocketmq-dashboard/issues/3566
## Problem\n\nThe AI chat history drawer can list and select conversations, but cannot remove a specific conversation. The only destructive action is clearing all histories.\n\n## Current behavior\n\niChatHistoryStore supports starting, selecting, updating, and clearing conversations, but has no per-conversation delete action. The history drawer has no delete control.\n\n## Expected behavior\n\n- Add a store action that removes one conversation by ID.\n- If the deleted conversation is active, select the next remaining conversation or clear the active selection deterministically.\n- Add a confirmed delete action in the history drawer.\n- Keep persistence and history-size limits consistent with the existing store behavior.\n\n## Why this matters\n\nOperators often paste temporary diagnostics into AI chat. Deleting one conversation should not require wiping the whole history. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
