-
Notifications
You must be signed in to change notification settings - Fork 22
feat: zed support #25
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
|
Claude finished @Dhravya's task —— View job PR Review: Zed Editor SupportReview Checklist:
Changes Analysis:The PR adds Zed editor support with the following changes:
Code Quality Assessment✅ Strengths:
🔴 Critical Issues:1. Missing Documentation Update
2. Cross-Platform Path Concern
🟡 Minor Issues:3. Test Coverage Gap
4. Package.json Formatting
Technical Implementation ReviewConfig Path Implementation (
|
|
@claude i fking love you bro. Go ahead and add a commit implementing everything you listed earlier. |
|
Claude finished @Dhravya's task —— View job Implementing Zed Support Improvements ✅I've successfully implemented all the fixes from my previous code review to make the Zed support production-ready! Todo List:
✅ All Critical Issues Fixed:
🔧 Files Changed:
💡 Technical Details:The key fix was changing from: path.join(homeDir, '.config', 'zed', 'settings.json') // Unix-onlyto: path.join(baseDir, 'zed', 'settings.json') // Cross-platform via getPlatformPaths()This ensures Zed support works correctly on Windows, macOS, and Linux just like all other supported clients. Status: All improvements have been committed and pushed to the PR branch. The Zed integration is now production-ready! 🚀 |
- Add Zed to supported clients list in README.md - Fix Zed config path to use cross-platform baseDir instead of hardcoded Unix path - Update tests to include Zed and Goose in expected clients list - Increase minimum client count test from 11 to 13 This addresses the code review feedback to make Zed support production-ready with proper Windows/macOS/Linux compatibility and complete documentation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Dhravya Shah <[email protected]>
69353c1 to
ad9154f
Compare
|
🎉 This PR is included in version 1.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |

Tested ✅