@qwen-code/qwen-code 0.6.0-preview.1 → 0.6.0-preview.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/cli.js +2012 -1764
- package/locales/en.js +88 -133
- package/locales/ru.js +118 -147
- package/locales/zh.js +47 -164
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -191,6 +191,7 @@ See [settings](https://qwenlm.github.io/qwen-code-docs/en/users/configuration/se
|
|
|
191
191
|
|
|
192
192
|
Looking for a graphical interface?
|
|
193
193
|
|
|
194
|
+
- [**AionUi**](https://github.com/iOfficeAI/AionUi) A modern GUI for command-line AI tools including Qwen Code
|
|
194
195
|
- [**Gemini CLI Desktop**](https://github.com/Piebald-AI/gemini-cli-desktop) A cross-platform desktop/web/mobile UI for Qwen Code
|
|
195
196
|
|
|
196
197
|
## Troubleshooting
|