-
Notifications
You must be signed in to change notification settings - Fork 3
sync: merge upstream v1.0.177 #164
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
Conversation
Resolved conflicts: - package.json files: accepted upstream version 1.0.177 - bun.lock: regenerated - .github/workflows/publish.yml: kept fork-specific workflow - packages/extensions/zed/extension.toml: accepted upstream - packages/desktop/src/context/global-sdk.tsx: merged fork's fetch/throwOnError with upstream's signal change - packages/desktop/src/context/global-sync.tsx: merged upstream retry() wrappers with fork's defensive array check - packages/desktop/src/pages/layout.tsx: kept fork's inline header with theme/font pickers (upstream refactored to separate component) Preserved fork features: - Desktop inline header with shuvcode ASCII branding - ThemePicker and FontPicker components - Mobile session dropdown - Version display - Defensive array handling in global-sync - Custom fetch/throwOnError in global-sdk
|
Important Review skippedAuto reviews are disabled on this repository. 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 |
Summary
Resolved Conflicts
fetch/throwOnErrorwith upstream's signal changeretry()wrappers with fork's defensive array checkPreserved Fork Features
Validation
Closes #163