Aias00 opened a new issue, #2110: URL: https://github.com/apache/rocketmq-dashboard/issues/2110
## Background The Studio home page renders a history icon beside the model and engine selectors, but it has no interaction or data source. AI conversation history is already persisted per data mode (`real` / `mock`) in browser session storage and shown only after navigating to `/ai`. ## Scope - Make the home-page history control accessible and functional. - Reuse the existing per-mode AI chat history store; do not introduce a second persistence format. - Show recent conversations/messages in a compact history panel and allow opening the relevant AI conversation. - Preserve Real/Mock isolation and show a clear empty state. - Add focused frontend regression tests. ## Acceptance criteria - The home-page history control is actionable rather than a decorative icon. - It only shows history for the current data mode. - Selecting a history entry navigates to `/ai` without losing the restored conversation. - Empty history has an explicit, non-misleading state. - Behavior is covered by unit/UI tests. -- 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]
