# Claude Code

Send any Korey task to a Claude Code session in your terminal or the Claude app.

Claude Code is a local coding agent: it runs on your machine, so there is nothing to connect. Enable it once and every task in Korey gains an **Implement with Claude Code** action.

## What you can do

- Hand any Korey task to Claude Code with its full context attached.
- Open a session directly in your terminal, in the last place you worked, with the prompt ready to send.
- Start the session in the Claude desktop app instead, or copy a `claude` command to paste into any terminal.

## Setup

1. Open **Settings → Connectors** and find **Claude Code** under **Local Coding Agents**.
2. Enable it. Claude Code runs on your machine, so there are no keys to paste and no accounts to link.

## Using it

Choose **Implement with Claude Code** on a task, or pick it from the **Delegate to agent** menu. Korey hands off the task in whichever way you have selected:

- **Copy a claude command** (the default) puts a ready-to-run `claude` command on your clipboard, with the task prompt included. Paste it into any terminal to start.
- **Open in your terminal** opens a new terminal window running Claude Code with the prompt ready to send. Requires Claude Code 2.1.91 or later.
- **Open in the Claude app** starts a Claude Code session in the Claude desktop app with the prompt ready to send.