28 lines
616 B
Plaintext
28 lines
616 B
Plaintext
---
|
|
title: "Qwen Code"
|
|
description: "Set up Qwen code-focused assistant"
|
|
icon: https://www.vibekanban.com/images/logos/qwen-logo.png#"
|
|
---
|
|
|
|
<Steps>
|
|
<Step title="Run Qwen Code">
|
|
```bash
|
|
npx -y @qwen-code/qwen-code
|
|
```
|
|
</Step>
|
|
|
|
<Step title="Follow the login instructions">
|
|
Complete the authentication flow as prompted. For more details, see the [official Qwen documentation](https://github.com/QwenLM/qwen-code).
|
|
</Step>
|
|
|
|
<Step title="Start Vibe Kanban">
|
|
Once authenticated, launch Vibe Kanban:
|
|
|
|
```bash
|
|
npx vibe-kanban
|
|
```
|
|
|
|
You can now select Qwen Code when creating task attempts.
|
|
</Step>
|
|
</Steps>
|