- Refactored build scripts in package.json for better clarity and functionality.
- Added new environment variables and paths for production and development setups.
- Improved chat component with dynamic message handling and error management.
- Updated dependencies in package.json for enhanced performance and compatibility.
- Introduced new Chat and MessageHelper classes for improved chat handling.
- Added Ollama and OpenAI providers for diverse AI model support.
- Implemented error handling with custom error classes for better debugging.
- Updated auto-imports to include new chat-related types and functions globally.
- Added a new SVG asset for chat UI.
- Enhanced ChatBox component with dynamic message handling and configuration options.
- Updated package.json to include eventsource-parser for streaming support.
- 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.