Skip to content

Commit 04257f8

Browse files
committed
Rabbit tweaks
1 parent ba2de35 commit 04257f8

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

docs/guides/ai-agents/claude-code-trigger.mdx

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,10 @@ The [Claude Agent SDK](https://platform.claude.com/docs/en/agent-sdk/overview) g
1818

1919
<Step title="Install the Claude Agent SDK">
2020

21-
<CodeGroup>
22-
2321
```bash npm
2422
npm install @anthropic-ai/claude-agent-sdk
2523
```
2624

27-
```bash pnpm
28-
pnpm add @anthropic-ai/claude-agent-sdk
29-
```
30-
31-
```bash yarn
32-
33-
```
34-
35-
```bash bun
36-
bun add @anthropic-ai/claude-agent-sdk
37-
```
38-
39-
</CodeGroup>
40-
4125
</Step>
4226

4327
<Step title="Configure trigger.config.ts">
@@ -71,7 +55,7 @@ Add your Anthropic API key to your environment variables. The SDK reads it autom
7155
ANTHROPIC_API_KEY=sk-ant-...
7256
```
7357

74-
You can set this in the [Trigger.dev dashboard](/dashboard/overview) under **Environment Variables**, or in your `.env` file for local development.
58+
You can set this in the [Trigger.dev dashboard](https://cloud.trigger.dev) under **Environment Variables**, or in your `.env` file for local development.
7559

7660
</Step>
7761

docs/guides/example-projects/claude-github-wiki.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Ask questions about any public GitHub repository and get AI-powere
66

77
## Overview
88

9-
This demo shows how to build an AI agent using the Claude Agent SDK that clones any public GitHub repo and uses Claude to answer questions about it's codebase. The agent explores the code using `Grep` and `Read` tools to provide detailed, accurate answers.
9+
This demo shows how to build an AI agent using the Claude Agent SDK that clones any public GitHub repo and uses Claude to answer questions about its codebase. The agent explores the code using `Grep` and `Read` tools to provide detailed, accurate answers.
1010

1111
## Tech stack
1212

0 commit comments

Comments
 (0)