Files
wehub-resource-sync 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
chore: import upstream snapshot with attribution
2026-07-13 12:12:58 +08:00

28 lines
719 B
Plaintext

---
title: "GitHub Copilot"
description: "Set up GitHub Copilot CLI"
icon: https://www.vibekanban.com/images/logos/github-copilot-logo.svg
---
<Steps>
<Step title="Run GitHub Copilot">
```bash
npx -y @github/copilot
```
</Step>
<Step title="Follow the login instructions">
When prompted, follow the on-screen instructions to authenticate using the `/login` command. For more details, see the [GitHub Copilot CLI documentation](https://docs.github.com/en/copilot/how-tos/use-copilot-agents/use-copilot-cli).
</Step>
<Step title="Start Vibe Kanban">
Once authenticated, launch Vibe Kanban:
```bash
npx vibe-kanban
```
You can now select GitHub Copilot when creating task attempts.
</Step>
</Steps>