28 lines
583 B
Plaintext
28 lines
583 B
Plaintext
---
|
|
title: "OpenCode"
|
|
description: "Set up SST's OpenCode"
|
|
icon: https://www.vibekanban.com/images/logos/opencode-light.svg
|
|
---
|
|
|
|
<Steps>
|
|
<Step title="Run OpenCode">
|
|
```bash
|
|
npx -y opencode-ai
|
|
```
|
|
</Step>
|
|
|
|
<Step title="Follow the login instructions">
|
|
Complete the authentication flow as prompted. For more details, see the [OpenCode GitHub page](https://github.com/sst/opencode).
|
|
</Step>
|
|
|
|
<Step title="Start Vibe Kanban">
|
|
Once authenticated, launch Vibe Kanban:
|
|
|
|
```bash
|
|
npx vibe-kanban
|
|
```
|
|
|
|
You can now select OpenCode when creating task attempts.
|
|
</Step>
|
|
</Steps>
|