Merged
Conversation
…adability and maintainability
UN-2098-mastra-chat
Integrate AI chat feature toggle and update dependencies
Enhance Mastra integration with updated translations and workflow components
Removed unused getLastStep function.
Develop mastra
fix: update color logic for FlipCardHeader buttons to use appTheme palette
fix intesa sanPaolo name
UN-2266 review plans status
- Refactored Goal component to include CommandBar for bold and italic text options - Added styled components for CommandBar layout and functionality - Utilized editor reference to handle text formatting actions
- Introduced new AI-related SVG icons: ai-fill.svg and ai-test.svg. - Updated cancel-icon.svg to use currentColor for better theming. - Implemented new API endpoint for posting AI jobs in schema.ts. - Added postAiJobs mutation in the API slice for handling AI job requests. - Enhanced translation files to include new AI-related strings in English and Italian. - Refactored Goal component to integrate AI suggestion functionality, including a button to generate suggestions. - Created GoalModalContext to manage AI suggestion state and actions. - Added AiErrorAlert and AiModalSkeleton components for better user feedback during AI operations. - Developed ImproveWithAIModal for displaying AI suggestions and actions. - Implemented CommandBar for text formatting options in the goal editor.
…refactor ImproveWithAIModal component for improved tooltip footer styling
…refactor ImproveWithAIModal component for improved tooltip footer styling
…refactor ImproveWithAIModal component for improved tooltip footer styling
… getText for stripped content
…n and HTML stripping
…improved readability
… sanitizing input
…improving command bar functionality
…improving command bar functionality
…teTaskListsWithAI component
Un 2329 - Mastra
Refactor TasksList component for AI features display logic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant updates to the codebase, focusing on integrating new AI and workflow-related APIs, updating dependencies, and expanding schema definitions to support new features. It also includes minor code quality improvements and environment configuration changes. The most important changes are grouped below.
API and Schema Enhancements:
/services/api-k/usecases), workflow management (/workflows/{slug}and related endpoints), user token retrieval, and AI job processing. These additions include both backend schema (src/common/schema.ts) and frontend API integration (src/features/api/index.ts). [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]Dependency and Environment Updates:
.nvmrcfor local development.package.json, including AI SDKs (@ai-sdk/react,@mastra/ai-sdk,ai,zod), and updated existing libraries (@appquality/unguess-design-system,uuid). [1] [2] [3]generate-local-token.sh) to automate the creation of a local development token using credentials from a JSON file.Feature Flags and Constants:
FEATURE_FLAG_MASTRA_WORKFLOWinsrc/constants.tsfor conditional workflow integration.Code Quality Improvements:
lightbox.tsx. [1] [2] [3]API Documentation and Minor Schema Updates:
These changes collectively enable new AI-driven features, improve developer experience, and lay the groundwork for future workflow integrations.