The one user-facing demo feature in the plugin, the chatbot, is not fully implemented yet. A few crucial pieces are missing: * [x] History persistence (to continue a previous chat after navigating to a different URL) * [x] Chat close button functionality * [x] Keeping the chatbot open/closed state persistent between navigations to a different URL * [x] Showing the loading ellipsis while the AI API request is in progress (rather than no UI feedback) * [x] Move focus on the chatbot input when opening the chatbot * [x] Include a label for the chatbot input for screen reader users
The one user-facing demo feature in the plugin, the chatbot, is not fully implemented yet. A few crucial pieces are missing: