Merged
Conversation
…s, alongside updating project dependencies and build processes
- Enable code signing with Developer ID Application certificate - Enable notarization with Apple credentials - Add build scripts for platform-specific builds (mac/win/linux) - Configure GitHub Actions with signing environment variables - Update electron-builder to use notarization This enables automatic code signing and notarization when building releases through GitHub Actions, ensuring the app can run on macOS without Gatekeeper warnings. Co-authored-by: Cursor <cursoragent@cursor.com>
… useMemo in multiple components - Simplified bin path resolution logic in GatewayManager. - Moved fetchConfiguredTypes function inside useEffect in Channels component for better encapsulation. - Introduced useMemo for currentTimestamp in Chat and uptime calculation in Dashboard to optimize performance. - Replaced state management for canProceed in Setup with useMemo for cleaner logic. - Added setTimeout to prevent synchronous setState in Skills component.
- Replaced multiple icon files (16x16, 32x32, 48x48, 64x64, 128x128, 256x256, 512x512) with updated versions. - Modified SVG icon to a new design, enhancing visual consistency across the application. - Updated ICO and ICNS formats for better compatibility with various platforms.
…ents - Updated ESLint configuration to ignore additional directories. - Refactored Channels component to use useCallback for fetchConfiguredTypes, improving performance and preventing unnecessary re-renders. - Modified Chat component to manage streaming timestamp with useState, ensuring accurate timestamp handling during message sending. - Updated Dashboard component to periodically calculate uptime using useEffect, enhancing responsiveness. - Improved Setup component's runtime checks by integrating state management for runtimeChecksPassed, ensuring proper step validation.
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.
No description provided.