-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat: update references from Gemini to Qwen in setup commands and gitignore handling #1156
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
base: main
Are you sure you want to change the base?
Conversation
Code Coverage Summary
CLI Package - Full Text ReportCore Package - Full Text ReportFor detailed HTML reports, please see the 'coverage-reports-22.x-ubuntu-latest' artifact from the main CI run. |
📋 Review SummaryThis PR updates references from "Gemini" to "Qwen" in setup commands and gitignore handling. The changes correctly update GitHub repository URLs, workflow paths, and gitignore entries to align with the new Qwen Code Action naming convention. 🔍 General Feedback
🎯 Specific Feedback🟢 Medium
🔵 Low
✅ Highlights
📝 Additional NotesThere appear to be many other "gemini" references throughout the codebase that weren't addressed in this PR. While this PR correctly focuses on its stated scope, a broader refactor might be needed to fully transition the entire codebase to Qwen branding. |
Changes
Update references from Gemini to Qwen in setup commands and gitignore handling.
Modified Files
.../setupGithubCommand.test.ts- Update test referencespackages/cli/src/commands/setupGithubCommand.ts- Update setup command referencespackages/cli/src/utils/gitUtils.ts- Update git utility referencesSummary
This PR replaces Gemini references with Qwen references across the setup commands and gitignore handling utilities to align with the latest provider naming convention.