Merge pull request #1205 from afarber/rename-leftover-gemini-references

fix(ide): rename Gemini references to Qwen and fix IDE connection path
This commit is contained in:
tanzhenxin 2025-12-16 14:46:14 +08:00 committed by GitHub
commit bd3bdd82ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 25 additions and 25 deletions

View file

@ -115,7 +115,7 @@ export function PermissionsModifyTrustDialog({
{needsRestart && (
<Box marginLeft={1} marginTop={1}>
<Text color={theme.status.warning}>
To apply the trust changes, Gemini CLI must be restarted. Press
To apply the trust changes, Qwen Code must be restarted. Press
&apos;r&apos; to restart CLI now.
</Text>
</Box>