- Added ChatBox component for improved chat interface.
- Introduced Msg and Node components for rendering messages with markdown support.
- Implemented useScroll composable for automatic scrolling behavior in chat.
- Updated auto-imports to include useScroll globally.
- Added loading spinner in index.html for better user experience during loading.
- Removed deprecated theme-helpers.scss file and refactored global styles.
- Updated package.json to include new dependencies for markdown rendering and DOM manipulation.