-
Notifications
You must be signed in to change notification settings - Fork 518
Release 20251219 #1905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 20251219 #1905
Conversation
Co-authored-by: HanYuanxi <[email protected]>
…1866) - Implemented a pre-check for credit balance in the WorkflowRunForm component to display a modal if the user's credit balance is insufficient for the required credits. - Integrated subscription usage hooks to manage credit balance state and modal visibility. - Enhanced user experience by preventing submission when credit requirements are not met.
…t shimmer rendering (#1872) * feat: Implement invite redirection to handle voucher codes, preserve invite parameters during redirects, and rename tool call ID generation. * fix: retrieve invite code from 'invite' query parameter instead of 'code' * feat: Standardize invite link path to `/invite` and enhance invite redirection with SPA navigation. * feat: update unauthenticated invite redirect to use a full page reload. * feat: introduce compact UI rendering for internal tools and filter them from user-facing lists. * perf: Memoize internal tool renderers for improved performance
…ce component (#1871) - Simplified button rendering logic for 'creditInsufficient' and 'userAbort' error types in the ErrorNotice component. - Enhanced error notification conditions in useInitializeWorkflow to exclude credit insufficient errors from triggering notifications. - Improved code readability and maintainability by reducing nested conditions and consolidating button rendering logic.
feat: remove file type restrictions and fix unsupported file download (#1883) feat: Enhance resource import by preventing save during upload, add file download loading states, and configure Serena project settings. Co-authored-by: lefarcen <[email protected]> Co-authored-by: Siri-Ray <[email protected]>
… prop and MIME type mapping from `FileInput` component.
fix: Remove file type restrictions from FileInput in mixed-text-editor
…ster and claim flow (#1885) feat: Add tracebox utility, integrate Serena project configuration, and update voucher and workflow UI components.
…shes (#1890) fix: gracefully handle non-string variable text values during trimming to prevent crashes
…ultId mapping on canvas duplication (#1891)
) * refactor: update image upload handling and notification system - Changed image upload function from `handleUploadImage` to `handleUploadMultipleImages` for batch processing. - Improved notification system by utilizing Ant Design's message component for better user feedback during uploads. - Updated translation strings for clarity and consistency in both English and Chinese. - Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access. * refactor: improve MemoNode and copy-paste functionality - Simplified position retrieval in MemoNode by directly accessing event?.dragCreateInfo?.position. - Updated background color default in MemoNode metadata for better visual consistency. - Enhanced copy-paste functionality to include 'memo' nodes alongside 'skillResponse' nodes. - Implemented node duplication logic for 'memo' nodes using event emitters for better event handling. - Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access. * fix: update upload success notification message - Changed the success notification message for uploads to provide clearer user feedback. - Ensured compliance with coding standards, including proper string literal usage. * fix: adjust positioning of settings item on front page - Updated the right positioning of the settings item from `right-[1px]` to `right-5` for improved layout consistency. - Ensured compliance with coding standards, including proper use of Tailwind CSS for styling. * refactor: enhance node hover and z-index management - Updated hover event handlers in SkillResponseNode to pass the selected state to onHoverStart and onHoverEnd for improved hover behavior. - Removed unnecessary use of useSelectedNodeZIndex in MemoNode to streamline component logic. - Simplified z-index management in useNodeHoverEffect and useSelectedNodeZIndex for better performance and clarity. - Ensured compliance with coding standards, including proper use of optional chaining and nullish coalescing. * fix: update dependency array in useCopyPasteSkillResponseNode hook - Adjusted the dependency array in the useCopyPasteSkillResponseNode hook to include getNode for improved functionality. - Ensured compliance with coding standards, including proper use of optional chaining and nullish coalescing. * fix: adjust top positioning of settings item on front page - Updated the top positioning of the settings item from `top-4` to `top-5` for improved layout consistency. - Ensured compliance with coding standards, including proper use of Tailwind CSS for styling.
…#1896) - Implemented z-index management for nodes in the Flow component based on the selected node. - Removed the useSelectedNodeZIndex hook from various node components to streamline logic and improve performance. - Updated the prepareAddNode utility to conditionally connect nodes based on their type. - Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access.
* feat: enhance document generation by adding fileId placeholder support and URL replacement * feat: Enhance Volcengine API integration with signing and polling utilities - Added Volcengine API signing and polling utility to handle HMAC-SHA256 signing for authentication. - Implemented POST-based polling for async task status with customizable request body and status extraction. - Introduced new metadata fields in ToolFactory for better context tracking. - Enhanced ToolInventoryService to build credentials from adapter configurations. - Updated ResourceHandler to handle special cases for video generation. - Added new utility functions in tool-context for retrieving tool name and toolset key. - Updated OpenAPI schema and generated types to include new polling configuration options. - Modified sitemap templates to reflect updated last modification dates. * feat: Implement Volcengine HMAC-SHA256 signing for HTTP requests
Staging Release 20251219
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
No description provided.