680cc63b3d
Relay Deploy Dev / Deploy Relay Dev (push) Failing after 1s
Remote Deploy Dev / Deploy Remote Dev (push) Failing after 2s
Test / frontend-checks (push) Blocked by required conditions
Test / changes (push) Waiting to run
Test / backend-schema-checks (push) Blocked by required conditions
Test / backend-remote-checks (push) Blocked by required conditions
Test / backend-clippy (push) Blocked by required conditions
Test / backend-test (push) Blocked by required conditions
Test / tauri-checks (push) Blocked by required conditions
30 lines
867 B
Plaintext
30 lines
867 B
Plaintext
---
|
|
title: "Cursor Agent CLI"
|
|
description: "Set up Cursor's command-line agent"
|
|
icon: https://www.vibekanban.com/images/logos/cursor-logo-light.png
|
|
---
|
|
|
|
<Steps>
|
|
<Step title="Install Cursor Agent CLI">
|
|
```bash
|
|
curl https://cursor.com/install -fsS | bash
|
|
```
|
|
|
|
Verify installation with `cursor-agent --version`. For more details, see the [official installation guide](https://docs.cursor.com/en/cli/installation).
|
|
</Step>
|
|
|
|
<Step title="Follow the login instructions">
|
|
Sign in with `cursor-agent login` (opens a browser). You can also set the `CURSOR_API_KEY` environment variable. Full instructions: https://docs.cursor.com/en/cli/reference/authentication
|
|
</Step>
|
|
|
|
<Step title="Start Vibe Kanban">
|
|
Once authenticated, launch Vibe Kanban:
|
|
|
|
```bash
|
|
npx vibe-kanban
|
|
```
|
|
|
|
You can now select Cursor Agent CLI when creating task attempts.
|
|
</Step>
|
|
</Steps>
|