Merged
Conversation
… and improved state management
- Updated the LinkFloatingToolbar component to apply a non-selectable style to the insert and edit divs using React's useMemo for performance optimization. chore(package): update dependencies - Upgraded Next.js to version 16.0.3. - Updated React and React DOM to version 19.2.0. - Updated TypeScript types for React and React DOM to the latest versions. - Updated eslint-config-next to version 16.0.3.
- added blog article about agent configs - added MCP compatibility
- Introduced `PushReasoningNode`, `PushStepNode`, `PushTextToStepNode`, and `RemoveStepNode` to handle reasoning and step management in chat events. - Updated `ChatStreamingResponse` to include plan steps and reasoning. - Enhanced UI components to display execution plans and reasoning effectively. - Replaced `SimpleMarkdown` with `TextEditor` for rendering markdown content in various components. - Updated database schema to accommodate new plan step structures and statuses. - Improved performance by optimizing the rendering of large content in the text editor.
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 several dependency upgrades, configuration improvements, and UI logic changes, primarily targeting the desktop application. The updates aim to keep the project up to date with the latest frameworks, improve build performance, and enhance the user experience in specific views. Below are the most important changes grouped by theme:
Dependency and Configuration Updates:
apps/desktop/package.jsonto latest major versions, includingnextto 16.0.3,reactandreact-domto 19.2.0, and their corresponding type definitions. Also updatedeslint-config-nextand added explicitoverridesfor React types to ensure consistency. [1] [2] [3] [4]next.config.mjswith new experimental features, enabled the React Compiler, and optimized development performance with options liketurbopackFileSystemCacheForDev. [1] [2]UI and Layout Improvements:
apps/desktop/app/library/config/layout.tsxto render the storage route differently, providing a better loading experience with a skeleton and improved suspense handling. [1] [2]apps/desktop/app/library/config/storage/page.tsxcomponent by removing unnecessary wrapper elements, resulting in cleaner structure and reduced nesting. [1] [2]ExecutionEngineProviderComponentto provide context or functionality globally across the app. [1] [2]Rust and Schema Updates:
Cargo.toml, enabling new features forrig-coreand addingrmcpwith extended feature flags for improved protocol support.desktop-schema.jsonto ensure compatibility and correctness in schema validation. [1] [2] [3] [4] [5] [6] [7] [8] [9]