Files
vibe-kanban/docs/agents/amp.mdx
2025-10-23 09:30:36 -07:00

28 lines
579 B
Plaintext

---
title: "Amp"
description: "Set up Amp code completion agent"
icon: https://www.vibekanban.com/images/logos/amp-logo.svg
---
<Steps>
<Step title="Run Amp">
```bash
npx -y @sourcegraph/amp
```
</Step>
<Step title="Follow the login instructions">
Complete the authentication flow as prompted. For more details, see the [Amp Owner's Manual](https://ampcode.com/manual#install).
</Step>
<Step title="Start Vibe Kanban">
Once authenticated, launch Vibe Kanban:
```bash
npx vibe-kanban
```
You can now select Amp when creating task attempts.
</Step>
</Steps>