Skip to content

Conversation

@mrcfps
Copy link
Contributor

@mrcfps mrcfps commented Dec 18, 2025

No description provided.

lefarcen and others added 30 commits December 12, 2025 19:37
* feat: Introduce `UseShareDataProvider` to control data source for shared content and refactor file ID handling for shared canvas data.

* refactor: use `useRef` for stable references in `SkillResponse` and `replaceAll` for safer file ID replacement.

* feat: Duplicate manual canvas files and update their references when duplicating a workflow app.
…ate publishing #1771 (#1830)

* Feat/credit pack (#1748)

* feat: implement credit pack feature with enhanced subscription and onboarding

- Add credit pack purchase functionality
- Implement onboarding success modal with animation
- Add form-based user onboarding system
- Enhance subscription management with new pricing plans
- Improve credit handling and error messaging
- Add telemetry logging for user interactions
- Update UI components and translations

* refactor: remove unused schemas and enhance workflow execution polling

- Deleted the schemas.ts file as it was no longer needed.
- Updated use-workflow-execution-polling hook to include useSubscriptionStoreShallow for improved state management.

* refactor: improve subscription component styling and logic

- Refactored PriceOption and FeatureItem components for better performance and maintainability.
- Updated Tailwind CSS classes for consistent styling across components.
- Implemented optional chaining and nullish coalescing for safer property access.
- Enhanced feature description display logic based on plan type.
- Adjusted layout and spacing for improved user experience in subscription-related components.

* feat: add currentPlan and source fields to checkout session models an… (#1753)

feat: add currentPlan and source fields to checkout session models and requests

- Introduced currentPlan and source fields in the CheckoutSession model for better tracking of subscription details.
- Updated CreateCheckoutSessionRequest and CreateCreditPackCheckoutSessionRequest types to include currentPlan and source.
- Enhanced subscription service and webhook logic to utilize new fields for improved telemetry logging and user experience.
- Refactored related components to pass currentPlan and source during checkout session creation.

* Feat/creator community (#1778)

* feat: add promotion item component and community SVG asset

- Introduced a new PromotionItem component to display promotional offers in the sidebar, utilizing Tailwind CSS for styling.
- Added community.svg asset for visual representation in the PromotionItem.
- Updated translations for promotion-related text in both English and Chinese.
- Ensured proper handling of collapsed state and click events for opening promotion URLs.

* fix: update PromotionItem component styling and enhance button accessibility

- Adjusted the width and border radius of the PromotionItem component for improved aesthetics.
- Enhanced the CTA button styling to support dark mode and improve hover effects.
- Ensured compliance with Tailwind CSS for consistent styling across the component.

* fix: update PromotionItem component styling and translations

- Adjusted padding and text styles in the PromotionItem component for improved visual consistency.
- Updated translation keys for promotion-related text to enhance clarity and user experience.
- Ensured compliance with Tailwind CSS for consistent styling across the component.

* fix: refine PromotionItem component styling and update translations

- Adjusted padding and text styles in the PromotionItem component for improved layout and visual appeal.
- Updated the promotion description in translations for better clarity and user engagement.
- Ensured compliance with Tailwind CSS for consistent styling across the component.

* feat(subscription): enhance subscription handling and user type management

- Updated subscription DTO to include 'lookupKey' in the mapping.
- Integrated user type management in the PromotionItem component, utilizing the subscription store for better user context.
- Enhanced user settings hook to set subscription plan type and user type based on retrieved settings.
- Expanded subscription plan type to include 'pro' across various schemas and types for consistency.
- Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access.

* feat: Implement voucher generation and sharing for template publishing (#1771)

* feat: implement voucher system with sharing, application, and rewards

* feat: Implement voucher system with API for triggering generation, pending claim handling, and new UI components.

* feat: implement Stripe promotion codes for vouchers, add `StripeCoupon` model, and refine discount percentage mapping.

* fix: use semantic dialog element instead of div with role

Replace div with role="dialog" with native <dialog> element to satisfy
biome a11y/useSemanticElements lint rule.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>

* feat: enhance voucher popup UI with new confetti animation, Ant Design buttons, and improved invitation verification types

* feat: enhance voucher claiming and sharing by adding inviter name display, refining UI logic, and improving share link copy functionality.

* chore: Remove voucher invite page and its corresponding route.

* feat: Implement voucher invite flow tracking for signup events and adjust associated redirects and share URLs.

* fix: Set daily voucher popup limit to 3 and change agent file write type to text/plain.

* docs: Remove deprecated voucher implementation and design documents.

* refactor: Streamline voucher invitation handling by removing `shareUrl` and `qrCodeUrl` from API and standardizing event logging.

* feat: Add user_type to various telemetry events for enhanced tracking.

* feat: Enhance voucher invitation flow by showing claimed but unused vouchers, preserving invite codes during login, and removing popup limits.

---------

Co-authored-by: Claude Opus 4.5 <[email protected]>

* feat: Implement voucher email notifications with new templates and integrate with the notification module.

* Remove invite code handling, `useSearchParams`, and associated redirects from the HomeRedirect component.

* feat: Update voucher invite links to point to `/workspace` and enhance the claim hook to prioritize URL parameters.

* feat: Redesign the voucher email template with enhanced styling and a new table-based layout.

* refactor: remove SubscriptionService dependency from DriveService

---------

Co-authored-by: Siri-Ray <[email protected]>
Co-authored-by: Claude Opus 4.5 <[email protected]>
- Added `resetUserState` parameter to the `logout` function to reset user state in the store upon logout.
- Integrated `useUserStoreShallow` to access the `resetState` method within the `useLogout` hook.
- Ensured compliance with coding standards, including optional chaining for safe property access.
- Add originalModelId and modelRoutedData fields to TokenUsage schema to track model routing history
- Update skill invoker service to extract and store routing metadata when models are routed
- Add routing data support in subscription service for token usage recording
- Update OpenAPI schema with model routing metadata structure including routing strategy and timestamps
- Add database index on originalModelId for efficient querying of auto-routed model usage
fix: resolve critical vulnerability V-001

Automatically generated security fix

Co-authored-by: orbisai0security <[email protected]>
* feat: add template generation status tracking and UI components

- Enhanced the WorkflowApp model to include fields for template generation status and error messages.
- Implemented a new service method to retrieve the template generation status for a workflow app.
- Added a polling hook to manage template generation status updates in the UI.
- Created a TemplateStatusBadge component to visually represent the generation status.
- Updated the WorkflowAPPForm to integrate the new template status functionality and display the badge conditionally.
- Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access.

* feat: enhance TemplateStatusBadge with ripple animation and improved styling

- Added a ripple animation effect for the completed status using a new RippleWrapper component.
- Implemented useEffect to manage the addition and cleanup of the ripple animation style.
- Updated Badge component styling with Tailwind CSS for better visual consistency.
- Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access.

* feat: add template generation messages to i18n translations

- Introduced new translation keys for template generation status in both English and Chinese.
- Updated the TemplateStatusBadge component to utilize the new translations for improved user feedback.
- Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access.

* feat: implement auto-switch functionality for template editor

- Added logic to automatically switch to the editor if the page refreshes with an existing completed template, enhancing user experience.
- Introduced refs to track initial status and check for auto-switch conditions, ensuring the switch only occurs under specific criteria.
- Updated useEffect hooks to manage state and side effects related to template content and user interactions.
- Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access.

* feat: validate appId in template generation status request

- Added a check to ensure appId is provided and not empty, throwing a BadRequestException if validation fails.
- Updated the handling of template generation status to account for null values from old records, defaulting to 'idle' when necessary.
- Enhanced logging for status mismatches when content exists but the status indicates otherwise.
- Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access.

* feat: improve error logging and status updates in WorkflowAppTemplateProcessor

- Enhanced logging messages to include job IDs and app IDs for better traceability during template generation failures.
- Added checks to ensure appId is available before updating generation status, preventing unnecessary updates.
- Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access.

* feat: enhance WorkflowAPPForm with dynamic polling and status tracking

- Introduced a new state to control polling based on user interactions and template status, improving responsiveness during regeneration scenarios.
- Added logic to track previous status for better detection of status changes, ensuring accurate updates during template generation.
- Updated useEffect hooks to manage polling state and status changes effectively, preventing unnecessary re-renders and ensuring compliance with coding standards.
- Enhanced TemplateStatusBadge component with proper styling using Tailwind CSS.
- Ensured compliance with optional chaining and nullish coalescing for safer property access.

* feat: add template generation status queries and hooks

- Introduced new queries and hooks for retrieving and managing template generation status, enhancing the workflow app's capabilities.
- Implemented ensureQueryData and prefetchQuery functions for efficient data handling.
- Updated the OpenAPI schema to include the new endpoint for fetching template generation status.
- Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access.
- Enhanced the useTemplateGenerationStatus hook to support polling and manual control for better user experience.

* feat: update template generation messages in i18n translations

- Revised translation strings for template generation status in both English and Chinese to provide clearer user feedback.
- Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access.

* refactor: streamline WorkflowAPPForm and template status logic

- Removed unused state and effects related to user switching and status tracking, simplifying the component's logic.
- Updated polling logic to dynamically control based on template content and status, enhancing performance.
- Refactored shouldShowStatusBadge function to eliminate unnecessary parameters, focusing on essential status checks.
- Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access.

* feat: add TemplateEditorSkeleton component for improved user experience

- Introduced TemplateEditorSkeleton to provide a skeleton loading screen during template generation states, enhancing user feedback.
- Updated WorkflowAPPForm to conditionally render the skeleton based on template content and status, improving responsiveness.
- Ensured compliance with coding standards, including the use of optional chaining and nullish coalescing for safer property access.

* refactor: update WorkflowAPPForm logic for form and skeleton display

- Enhanced the conditions for displaying the form and skeleton screen based on template status and content availability, improving user interaction.
- Clarified comments to better explain the logic for showing the editor, form, and skeleton states.
- Ensured compliance with coding standards, including the use of optional chaining and nullish coalescing for safer property access.

* feat: rm Status badge

* feat: add updating message to i18n translations

- Introduced a new translation string for the updating state in both English and Chinese, enhancing user feedback during template updates.
- Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access.

* refactor: remove status badge from WorkflowAPPForm

- Eliminated the status badge from the top-right corner of the WorkflowAPPForm, streamlining the component's display logic.
- Ensured compliance with coding standards, including the use of optional chaining and nullish coalescing for safer property access.

* refactor: remove unused template status badge and related logic

- Deleted the TemplateStatusBadge component and its references from WorkflowAPPForm, simplifying the component structure and improving maintainability.
- Updated i18n translations by removing outdated template status messages, retaining only the necessary updating message for clarity.
- Ensured compliance with coding standards, including the use of optional chaining and nullish coalescing for safer property access.
feat: Add prompt caching support with cache write token tracking

- Add cacheWriteTokens field to TokenUsageItem schema for tracking cache creation tokens
- Implement cache token extraction from AWS Bedrock and Anthropic usage metadata
- Support multiple field name variations for cache tokens across different providers
- Fix token calculation logic to correctly handle cache read/write tokens separately
- Add logging for cache hit events with detailed token breakdown
- Update provider dependencies to support new caching features
- Refactor message content handling with proper type assertions
- Updated the subscription store to manage credit insufficient modal visibility with improved state handling.
- Integrated subscription store into WorkflowAppPage to conditionally display error messages based on modal visibility.
- Enhanced WorkflowAPPForm to check credit balance before executing workflows, ensuring better user feedback and experience.
- Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access.
…tripe promo code (#1843)

* refactor: remove `PricingModal` component and integrate pricing display into `priceContent` and `subscribe-modal` components.

* feat: Make voucher expiration configurable via `app.config` and reduce the daily popup trigger limit.
* fix: Reduce template list opacity transition duration from 300ms to 1ms.

* feat: add GithubStar component to TopToolbar for enhanced user engagement

- Integrated the GithubStar component into the TopToolbar, improving visibility for users to engage with the project.
- Ensured compliance with coding standards, including the use of optional chaining and nullish coalescing for safer property access.
#1840)

* refactor: update avatar handling and improve user profile management in AccountSetting component

- Changed avatarKey state initialization to use undefined instead of an empty string for better type safety.
- Updated avatarStorageKey assignment to use nullish coalescing for handling undefined values.
- Simplified userProfile handling by setting avatarKey to undefined directly, ensuring consistent state management.
- Enhanced component performance by adhering to coding standards, including optional chaining and nullish coalescing for safer property access.

* feat: enhance chat box and copilot message components with telemetry logging

- Updated handleSendMessage in ChatBox to log events when messages are sent, capturing the source of the action.
- Modified handleRetry in CopilotMessage to include logging for retry actions, improving event tracking.
- Removed redundant logEvent call in ChatActions to streamline the code.
- Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access.

* fix: update logging property name in CopilotMessage component

- Changed the property name from 'source_type' to 'source' in the telemetry logging for retry button clicks, improving clarity and consistency in event tracking.
- Ensured compliance with coding standards, including the use of optional chaining and nullish coalescing for safer property access.
add auto model routing info in action result
#1844)

feat: enhance PlanItem component with login handling and button state management

- Added source prop to PlanItem for conditional navigation during login.
- Improved button state logic to differentiate between logged-in and guest users.
- Updated button text to show "Get Started" for non-logged-in users.
- Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access.
…preloading (#1842)

* fix: Reduce template list opacity transition duration from 300ms to 1ms.

* feat: replace banner.svg with banner.png for improved image handling in workflow app

* feat: replace banner.png with banner.webp for improved image format in workflow app

* feat: enhance image compression utility with WebP support and format handling

- Added support for WebP format in image compression options.
- Implemented a check for WebP support in the user's browser.
- Updated canvasToBlob function to handle different image formats based on availability.
- Improved file naming logic to reflect the actual image format used during compression.
- Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access.
…lish validation (#1847)

* feat: Add validation for required file inputs, track missing optional file inputs, and enable auto-editing of variables with error display.

* feat: Validate required workflow variables for completeness before template publishing, add i18n messages, and include a file input implementation plan document.

* feat: Enhance variable extraction to include a default `required` field for all variables, improve resource type detection, and document file input implementation.
* WIP[3]: verify langfuse trace data completeness

- Add toolDefinitions, systemPrompt, modelConfig to agent invoke metadata
- langfuse-sdk v4 OpenTelemetry integration auto-records metadata to Generation
- Fix api-server.sh restart orphan process issue

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>

* WIP[4]: remove redundant metadata fields (systemPrompt, modelConfig)

Phase 6: Optimize Langfuse trace payload size

Changes:
- Remove systemPrompt from metadata (already in input[0])
- Remove modelConfig from metadata (duplicates modelParameters)
- Silence console.log in tracer/providers (Phase 5 cleanup)

Results:
- Metadata size reduced from ~9.7KB to ~4.4KB per generation (-54%)
- Total savings: ~10KB per agent invocation (2 generations)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>

* feat(observability): filter internal metadata from Langfuse traces

Reduce Langfuse trace payload size by filtering out redundant metadata:

- Add FilteredLangfuseCallbackHandler to remove LangGraph/LangChain
  internal fields (langgraph_*, ls_*, __pregel_*) that duplicate
  top-level Langfuse fields or are not useful for trace analysis
- Slim down resourceAttributes in tracer.ts mask function, keeping
  only service.name, host.name, and process.runtime.version
- Use new filtered handler in skill-invoker.service.ts

This reduces Generation metadata from ~27 keys to ~15 keys per trace.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>

---------

Co-authored-by: HanYuanxi <[email protected]>
Co-authored-by: Claude Opus 4.5 <[email protected]>
refactor: remove credit recharge expiration logic from subscription service

- Removed the logic for expiring active credit recharge records upon subscription cancellation to streamline the process.
- Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access.
feat: Enable canvas and workflow duplication/sharing UI features, improve template generation enqueueing, enhance drive file duplication logic, and add image processing research documents.
fix: update default subscription interval in PlanItem component from monthly to yearly
…on (#1852)

- Added `normalizeObjectKey` method to MinioStorageBackend to ensure object keys are formatted correctly.
- Introduced `isNotFoundError` method to handle various error cases consistently when accessing MinIO.
- Updated methods in MinioStorageBackend to utilize normalized keys and improved error logging.
- Refactored DriveService to handle missing storage keys and stream more robustly, throwing appropriate exceptions when necessary.
- Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access.
* feat: Enhance context management and compression for agent tools

- Introduced ToolType for post-processing selection in AgentBaseTool.
- Added 'copilot' model scene and corresponding default model configuration.
- Implemented archiving options in UpdateWorkflowVariablesRequest and UpsertDriveFileRequest.
- Added ArchivedRef and context management utilities for efficient message handling.
- Developed compressAgentLoopMessages function to manage context during agent iterations.
- Enhanced context block truncation and archived references handling.
- Updated utility exports to include context-manager functionalities.

* feat: Update link filtering constants to allow more diverse results

* feat: Enhance ComposioService and Token utilities for improved context handling and compression

- Updated ComposioService to include 'heygen' as a valid integration for generic API key usage.
- Refactored langchainConfig type casting to ensure compatibility.
- Modified result handling to return full result object instead of a simplified error message.
- Removed estimateTokens and estimateMessagesTokens functions from token utilities to streamline token counting.
- Integrated countToken and countMessagesTokens for precise token calculations in various contexts.
- Enhanced Agent class to calculate tool tokens for better budget estimation during agent loops.
- Adjusted context manager to implement cache-friendly compression strategies, preserving essential message context.
- Implemented truncation logic for ToolMessages to fit within budget constraints.
- Updated pnpm-lock.yaml to reflect dependency changes.

* feat: Add 'nodejs' to Language type for improved language support
…rds (#1856)

* feat: Enhance voucher invitation and sharing logic with improved verification, claimant usage, owner rewards, updated popup limit, and new documentation.

* docs: Add voucher refactor plan and image processing research documents, and reduce daily voucher popup trigger limit.
…dering improvements (#1857)

* feat: Enhance file preview with expanded language and file type support, markdown truncation, and detailed workflow abort logging.

* feat: decrease file preview truncation limits and use CodeViewer for code previews

* feat: Increase the maximum number of preview lines for markdown and code files from 1000 to 2000.

* refactor: Translate comments in file preview components from Chinese to English.
- Integrated ResetPasswordModal component into the LoginPage for enhanced user experience.
- Ensured compliance with coding standards, including proper component structure and styling with Tailwind CSS.
…1854)

* feat(workflow-app): enhance execution polling and URL management

- Updated error handling in useWorkflowExecutionPolling to include data error codes.
- Refactored WorkflowAppPage to retrieve executionId from URL query parameters and manage it with useSearchParams.
- Introduced a helper function to update executionId in the URL, maintaining it for debugging purposes.
- Improved performance by using refs to store stopPolling and previous shareId, preventing unnecessary re-renders.
- Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access.

* feat(workflow-app): improve runtime file fetching logic during execution

- Updated the logic to fetch drive files for runtime products to include fetching during execution when nodes are finished.
- Simplified the condition to check for canvasId and removed unnecessary checks for isRunning.
- Enhanced the dependency array in useEffect to include nodeExecutions for better performance and accuracy.
- Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access.
- Implemented two-level caching strategy:
  - Global static point: caches system prompt across all sessions (index 0)
  - Session dynamic points: caches recent conversation history (last 3 messages before user query)
- Replaced `instanceof` checks with `_getType()` method to properly handle deserialized messages
- Added support for caching AI messages with tool calls
* 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'
…1860)

- Added `storePendingRedirect` functionality across multiple components to preserve the current page for redirection after payment and OAuth callbacks.
- Updated `CreditPacksModal`, `PriceContent`, `CreditInsufficientModal`, `VoucherPopup`, `LoginModal`, and `LoginPage` to utilize the new redirect storage mechanism.
- Enhanced `useHandleUrlParamsCallback` to manage pending redirects effectively after payment success or OAuth login.
lefarcen and others added 13 commits December 17, 2025 16:50
…irection with SPA navigation.

* 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.
* fix: update default subscription interval in PlanItem component from monthly to yearly

* fix: update PlanPriorityMap to correct starter plan priority from 1 to 2
- Add tool-based routing logic to AutoModelRouter with configurable target tools and model selection
- Extend RouterContext with scene and toolsets fields for routing decision
- Add getToolBasedRoutingConfig utility to read routing config from environment variables
- Integrate tool-based routing in SkillService and WorkflowService by passing scene and toolsets context
…#1863)

* feat: implement global audio manager for single audio playback control

- Added AudioManager class to manage audio playback, ensuring only one audio plays at a time.
- Integrated audio manager with AudioRenderer component to register audio elements and handle play/pause events.
- Ensured compliance with coding standards, including proper use of hooks and Tailwind CSS for styling.

* feat: add default agent title to translations for English and Chinese

- Added 'defaultAgentTitle' key to the translations in both English and Chinese files to provide a fallback title for agents.
- Updated WorkflowAppPage to utilize the new translation key when rendering node titles and current step titles, ensuring a consistent user experience.
- Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access.
* 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: enhance token estimation and truncation methods for improved performance
feat: enhance document generation by adding fileId placeholder support and URL replacement
* Updated query1 in both English and Chinese translation files to reflect new instructions for using Perplexity to analyze YouTube creators related to a product.
* Ensured compliance with coding standards, including proper string literal usage and translation consistency.
Staging Release 20251217
feat: Add invite page check to `useIsSharePage` hook, ignore `.serena` files, and configure SCSS formatter in VS Code.
feat: Add invite page to public access pages whitelist (#1874)

feat: Add invite page check to `useIsSharePage` hook, ignore `.serena` files, and configure SCSS formatter in VS Code.

Co-authored-by: lefarcen <[email protected]>
…dal (#1876)

* Removed credit pack options for 100 and 500 credits.
* Changed default selected credit pack from 100 to 1000 for users with a paid subscription.
* Ensured consistency in credit pack options displayed for users.
refactor: update default selected credit pack in CreditInsufficientModal (#1876)

* Removed credit pack options for 100 and 500 credits.
* Changed default selected credit pack from 100 to 1000 for users with a paid subscription.
* Ensured consistency in credit pack options displayed for users.

Co-authored-by: Siri-Ray <[email protected]>
@coderabbitai
Copy link

coderabbitai bot commented Dec 18, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch staging

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@mrcfps mrcfps changed the title Staging Release 20251218 Dec 18, 2025
#1883)

feat: Enhance resource import by preventing save during upload, add file download loading states, and configure Serena project settings.
@mrcfps mrcfps merged commit a5b3db7 into stable Dec 18, 2025
5 checks passed
@mrcfps mrcfps deleted the staging branch December 18, 2025 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants