Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions autodev/architecture/webhook.mdx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
---
title: "Claude Code"
description: "Setup and usage guide for Claude Code with AutoDev"
description: "Setup and usage guide for Claude Code with DevBird"
---

<Note>
This guide covers connecting Claude Code to your repository. To set up AutoDev itself, please refer to the [AutoDev setup guide](/autodev/getting-started/prerequisites).
This guide covers connecting Claude Code to your repository. To set up DevBird
itself, please refer to the [DevBird setup
guide](/devbird/getting-started/prerequisites).
</Note>

Claude Code is Anthropic's AI coding assistant. When integrated with AutoDev, it can automate code generation, bug fixes, refactoring, and more through natural language commands.
Claude Code is Anthropic's AI coding assistant. When integrated with DevBird, it can automate code generation, bug fixes, refactoring, and more through natural language commands.

## Prerequisites

Before you begin, ensure you have:

- Claude Code installed on your machine
- A Claude subscription (recommended for long-lived token option)
- Repository access where you want to use AutoDev
- Repository access where you want to use DevBird

## Setup Process

Expand All @@ -26,6 +29,7 @@ Before you begin, ensure you have:
### Step 2: Install GitHub App

1. In the Claude Code terminal, run:

```bash
/install-github-app
```
Expand All @@ -34,11 +38,11 @@ Before you begin, ensure you have:

### Step 3: Select Repository

Select the repository where you want to use AutoDev from the list presented.
Select the repository where you want to use DevBird from the list presented.

### Step 4: Install GitHub App

Follow the GitHub prompts to install the AutoDev app to your selected repository.
Follow the GitHub prompts to install the DevBird app to your selected repository.

### Step 5: Configure Workflows

Expand All @@ -49,6 +53,7 @@ When Claude Code displays the `Select GitHub workflows to install` screen, press
Claude Code will present the `Install GitHub App` screen with authentication options:

- **Create a long-lived token with your Claude subscription** (Recommended)

- Uses your existing Claude subscription (flat rate billing)
- More cost-effective for regular use
- Requires approval on the Anthropic website
Expand All @@ -58,7 +63,8 @@ Claude Code will present the `Install GitHub App` screen with authentication opt
- Charges based on usage

<Note>
We recommend the long-lived token option if you have a Claude subscription, as it provides predictable costs.
We recommend the long-lived token option if you have a Claude subscription, as
it provides predictable costs.
</Note>

### Step 7: Approve on Anthropic Website
Expand All @@ -70,12 +76,11 @@ If you selected the long-lived token option, approve the connection on the Anthr
Claude Code will automatically create a setup pull request in your repository:

- **If you plan to use Claude Code directly**: Review and merge the PR
- **If you only plan to use AutoDev (without using Claude Code directly)**: You don't need this PR - you can close it without merging
- **If you only plan to use DevBird (without using Claude Code directly)**: You don't need this PR - you can close it without merging
- **If you're just testing**: You can close the PR without merging

## Next Steps

- [Create your first PR](/autodev/getting-started/first-pr)
- [Unit Task Guide](/autodev/tasks/unit)
- [Composite Task Guide](/autodev/tasks/composite)

- [Create your first PR](/devbird/getting-started/first-pr)
- [Unit Task Guide](/devbird/tasks/unit)
- [Composite Task Guide](/devbird/tasks/composite)
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
---
title: "Codex CLI by OpenAI"
description: "Setup and usage guide for Codex CLI with AutoDev"
description: "Setup and usage guide for Codex CLI with DevBird"
---

<Note>
This guide covers connecting Codex CLI to your repository. To set up AutoDev itself, please refer to the [AutoDev setup guide](/autodev/getting-started/prerequisites).
This guide covers connecting Codex CLI to your repository. To set up DevBird
itself, please refer to the [DevBird setup
guide](/devbird/getting-started/prerequisites).
</Note>

Codex CLI is OpenAI's AI coding assistant. When integrated with AutoDev, it can automate code generation, bug fixes, refactoring, and more through natural language commands.
Codex CLI is OpenAI's AI coding assistant. When integrated with DevBird, it can automate code generation, bug fixes, refactoring, and more through natural language commands.

## Prerequisites

Before you begin, ensure you have:

- An OpenAI account
- Repository access where you want to use AutoDev
- Repository access where you want to use DevBird

## Setup Process

### Step 1: Generate OpenAI API Key

1. Go to the [OpenAI API keys page](https://platform.openai.com/api-keys)
2. Click **Create new secret key**
3. Give your key a descriptive name (e.g., "AutoDev")
3. Give your key a descriptive name (e.g., "DevBird")
4. Copy the generated API key (you won't be able to see it again)

### Step 2: Add API Key to GitHub Repository
Expand All @@ -35,6 +38,6 @@ Before you begin, ensure you have:

## Next Steps

- [Create your first PR](/autodev/getting-started/first-pr)
- [Unit Task Guide](/autodev/tasks/unit)
- [Composite Task Guide](/autodev/tasks/composite)
- [Create your first PR](/devbird/getting-started/first-pr)
- [Unit Task Guide](/devbird/tasks/unit)
- [Composite Task Guide](/devbird/tasks/composite)
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions devbird/architecture/webhook.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "GitHub Webhook"
description: "Learn how DevBird works with GitHub Webhook"
---
6 changes: 3 additions & 3 deletions autodev/comparison.mdx → devbird/comparison.mdx
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
title: "Comparison with other tools"
description: "Compare AutoDev with Claude Code Web and Codex CLI to find the best tool for your workflow"
description: "Compare DevBird with Claude Code Web and Codex CLI to find the best tool for your workflow"
---

## Feature Comparison

Here's how it compares to other popular web-based AI agents.

| Feature | AutoDev | Claude Code Web | Codex Web |
| Feature | DevBird | Claude Code Web | Codex Web |
| ------------------------------------ | :-------------------------------------------------------: | :-------------: | :-----------: |
| **AI environment** | | | |
| - **Runs on** | GitHub Actions | Cloud | Cloud |
| - **Using own device** | ✅ , via Custom Runner | ❌ | ❌ |
| - **Configuring** | [`autodev.yml`](/autodev/getting-started/github-workflow) | ✅ (No setup) | ✅ (No setup) |
| - **Configuring** | [`devbird.yml`](/devbird/getting-started/github-workflow) | ✅ (No setup) | ✅ (No setup) |
| - **Customization** | ✅,via github actions | ❌ | ❌ |
| **Iteration (Feedback loop)** | ✅, Semi-automated | Manual | Manual |
| - **Automatic CI fix** | ✅ | ❌ | ❌ |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
---
title: "Configuring AI Agent"
description: "Learn how to configure AI agents for your AutoDev workflow"
description: "Learn how to configure AI agents for your DevBird workflow"
---

AutoDev supports multiple AI agent providers to power your development automation. Choose the right agent based on your use case and budget.
DevBird supports multiple AI agent providers to power your development automation. Choose the right agent based on your use case and budget.

## Supported AI Agents

You can configure the following AI agents in AutoDev:
You can configure the following AI agents in DevBird:

- [Claude Code](/autodev/ai-agents/claude-code)
- [Codex CLI](/autodev/ai-agents/codex-cli)
- [Crush CLI (WIP)](/autodev/ai-agents/crush-cli)
- [Gemini CLI (WIP)](/autodev/ai-agents/gemini-cli)
- [GitHub Copilot CLI (WIP)](/autodev/ai-agents/github-copilot-cli)
- [OpenCode (WIP)](/autodev/ai-agents/opencode)
- [Claude Code](/devbird/ai-agents/claude-code)
- [Codex CLI](/devbird/ai-agents/codex-cli)
- [Crush CLI (WIP)](/devbird/ai-agents/crush-cli)
- [Gemini CLI (WIP)](/devbird/ai-agents/gemini-cli)
- [GitHub Copilot CLI (WIP)](/devbird/ai-agents/github-copilot-cli)
- [OpenCode (WIP)](/devbird/ai-agents/opencode)

## Recommendations

### For Testing & Experimentation

If you're testing AutoDev or evaluating its capabilities, we recommend **OpenAI Codex with API Key** configuration:
If you're testing DevBird or evaluating its capabilities, we recommend **OpenAI Codex with API Key** configuration:

- Quick setup with just an API key
- Pay-per-use pricing
Expand All @@ -29,7 +29,7 @@ If you're testing AutoDev or evaluating its capabilities, we recommend **OpenAI

### For Production Use

If you're serious about using AutoDev in your development workflow, we strongly recommend **Claude Code with Max Plan**:
If you're serious about using DevBird in your development workflow, we strongly recommend **Claude Code with Max Plan**:

- Superior code understanding and generation
- Best-in-class context handling
Expand All @@ -39,5 +39,4 @@ If you're serious about using AutoDev in your development workflow, we strongly

## Using Multiple Agents

You can configure multiple AI agents in your GitHub repository. Once configured, you can select which agent to use for each task directly within the AutoDev app.

You can configure multiple AI agents in your GitHub repository. Once configured, you can select which agent to use for each task directly within the DevBird app.
Loading