Skip to main content

Release 1.11.0

Features:

  • WICORE-1023 – AI Assistant: Markup
    • Implemented the frontend for the new AI Assistant — an AI-based helper that will be integrated into various system modules. The markup includes:

      • an input field for user queries,

      • a response window to display answers from the assistant,

      • and basic controls (send, clear, loading indicator).

    • The interface is designed to be easily connected to backend logic and OpenAI API integration in the next stages.

  • WICORE-909 – AI Assistant: MVP Logic
    • Developed the Minimum Viable Product (MVP) logic for the AI Assistant. It includes:

      • ability to accept text-based user queries,

      • send those queries to the OpenAI integration (via the Integrations module),

      • return and display the assistant’s response in the UI.

    • Basic request validation and error handling were also added (e.g., when the service is unavailable or token limits are exceeded).

    • The MVP version is ready for future feature expansion.