Skip to content
Open
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
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,27 @@ Get started in [Mission Control](https://continue.dev/hub?type=agents), [CLI (He

### Quick Install

**macOS / Linux:**

```bash
curl -fsSL https://raw.githubusercontent.com/continuedev/continue/main/extensions/cli/scripts/install.sh | bash
```

**Windows (PowerShell):**

```powershell
irm https://raw.githubusercontent.com/continuedev/continue/main/extensions/cli/scripts/install.ps1 | iex
```

Or with npm:

```bash
npm i -g @continuedev/cli
```

Then run:

```bash
cn
```

Expand Down
16 changes: 6 additions & 10 deletions docs/cli/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description: "Get Continue CLI installed and configured for command-line AI codi
sidebarTitle: "Install"
---

import { OSAutoDetect } from '/snippets/OSAutoDetect.jsx'
import CLIInstall from '/snippets/cli-install.mdx'

<OSAutoDetect />

<iframe
width="100%"
height="400"
Expand All @@ -14,18 +19,9 @@ sidebarTitle: "Install"
allowfullscreen
></iframe>

<Info>
Make sure you have [Node.js 18 or higher
installed](https://nodejs.org/en/download/).
</Info>

## Installation

Install Continue CLI globally using npm:

```bash
npm i -g @continuedev/cli
```
<CLIInstall />

## Two Ways to Use Continue CLI

Expand Down
17 changes: 8 additions & 9 deletions docs/cli/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description: "Command-line interface for automated coding tasks, scripting, and
sidebarTitle: "Overview"
---

import { OSAutoDetect } from '/snippets/OSAutoDetect.jsx'
import CLIInstall from '/snippets/cli-install.mdx'

<OSAutoDetect />

<Frame>
<img src="/images/cn-demo.gif" />
</Frame>
Expand All @@ -22,20 +27,14 @@ Prerequisites:
- [Node.js 18 or newer](https://nodejs.org/en/download/)
- A [Continue Mission Control](https://continue.dev) account (recommended) or local configuration

```bash npm
# Install Continue CLI
npm install -g @continuedev/cli
<CLIInstall />

# Navigate to your project
Then navigate to your project and start coding:

```bash
cd your-awesome-project

# Start coding with Continue

cn

# You'll be prompted to set up on first use

```

That's it! You're ready to start automating with Continue CLI.
Expand Down
9 changes: 6 additions & 3 deletions docs/guides/atlassian-mcp-continue-cookbook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description: "Use Continue and the Atlassian Rovo MCP to search, summarize, and
sidebarTitle: "Atlassian Workflows with Continue"
---

import { OSAutoDetect } from '/snippets/OSAutoDetect.jsx'
import CLIInstall from '/snippets/cli-install.mdx'

<OSAutoDetect />

<Card title="What You'll Build" icon="atlassian">
An Atlassian workflow assistant that uses Continue with the Atlassian Rovo MCP to:
- Search and summarize Jira issues across projects
Expand Down Expand Up @@ -36,9 +41,7 @@ Before starting, ensure you have:
For all options, first:
<Steps>
<Step title="Install Continue CLI">
```bash
npm i -g @continuedev/cli
```
<CLIInstall />
</Step>

<Step title="Understand OAuth Flow">
Expand Down
11 changes: 7 additions & 4 deletions docs/guides/chrome-devtools-mcp-performance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description: "Measure and optimize web performance with Chrome DevTools MCP, aut
sidebarTitle: "Chrome DevTools MCP for Performance"
---

import { OSAutoDetect } from '/snippets/OSAutoDetect.jsx'
import CLIInstall from '/snippets/cli-install.mdx'

<OSAutoDetect />

<Card title="Debug Performance Like a Pro" icon="gauge-high">
Use AI to automatically trace performance, analyze Core Web Vitals, diagnose bottlenecks, and get actionable optimization suggestions directly from Chrome DevTools
</Card>
Expand Down Expand Up @@ -36,17 +41,15 @@ This cookbook teaches you to:
- Chrome browser installed
- Web project with a running development server (or deployed URL)
- Node.js 20+ installed
- [Continue CLI](https://docs.continue.dev/guides/cli) (`npm i -g @continuedev/cli`)
- [Continue CLI](https://docs.continue.dev/guides/cli)
- [Chrome DevTools MCP](https://continue.dev) configured

## Quick Setup

For all options, first:
<Steps>
<Step title="Install Continue CLI">
```bash
npm i -g @continuedev/cli
```
<CLIInstall />
</Step>
</Steps>

Expand Down
15 changes: 8 additions & 7 deletions docs/guides/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ sidebarTitle: "Continue CLI (cn)"
description: "Learn how to use Continue's command-line interface for context engineering, automated coding tasks, and headless development workflows with customizable models, rules, and tools"
---

import { OSAutoDetect } from '/snippets/OSAutoDetect.jsx'
import CLIInstall from '/snippets/cli-install.mdx'

<OSAutoDetect />

`cn` is an open-source, modular coding agent for the command line.

It provides a battle-tested agent loop so you can simply plug in your model, rules, and tools.
Expand All @@ -12,15 +17,11 @@ It provides a battle-tested agent loop so you can simply plug in your model, rul

## Quick Start

<Info>
Make sure you have [Node.js 18 or higher
installed](https://nodejs.org/en/download/).
</Info>
<CLIInstall />

```bash
# Install
npm i -g @continuedev/cli
Then start using it:

```bash
# Interactive mode
cn

Expand Down
7 changes: 6 additions & 1 deletion docs/guides/continuous-ai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title: "Continuous AI: A Developer's Guide"
description: "Learn how to integrate intelligent automation into development workflows, making AI assistance as natural as syntax highlighting. Implement systematic AI workflows that compound productivity gains over time."
---

import { OSAutoDetect } from '/snippets/OSAutoDetect.jsx'
import CLIInstall from '/snippets/cli-install.mdx'

<OSAutoDetect />

Continuous AI is the integration of intelligent automation directly into development workflows, making AI assistance as natural and reliable as syntax highlighting or code completion. Its purpose is to amplify developer intent at every stage of the coding process.

Think of it this way: DevOps automated the mechanical aspects of software delivery—building, testing, deploying. Continuous AI automates the intelligence aspects—understanding context, making suggestions, adapting to patterns, and learning from developer feedback.
Expand Down Expand Up @@ -179,7 +184,7 @@ Track how often you need to correct AI output. Lower intervention rates mean hig

<Steps>
<Step title="Install Continue CLI">
```bash npm i -g @continuedev/cli ```
<CLIInstall />
</Step>

<Step title="Pick One Workflow">Choose a daily friction point to automate</Step>
Expand Down
9 changes: 6 additions & 3 deletions docs/guides/dlt-mcp-continue-cookbook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description: "Set up an AI-powered data engineering workflow that helps you deve
sidebarTitle: "dlt Data Pipelines with Continue"
---

import { OSAutoDetect } from '/snippets/OSAutoDetect.jsx'
import CLIInstall from '/snippets/cli-install.mdx'

<OSAutoDetect />

<Card title="What You'll Build" icon="database">
An AI-powered data pipeline development system that uses Continue's AI agent with dlt
MCP to inspect pipeline execution, retrieve schemas, analyze datasets, and debug load errors - all through simple natural language prompts
Expand All @@ -22,9 +27,7 @@ Before starting, ensure you have:
For all options, first:
<Steps>
<Step title="Install Continue CLI">
```bash
npm i -g @continuedev/cli
```
<CLIInstall />
</Step>

<Step title="Install dlt">
Expand Down
14 changes: 9 additions & 5 deletions docs/guides/doc-writing-agent-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ sidebarTitle: "Automating Documentation Updates with Continue CLI"
description: "Learn how to create automated documentation generation workflows using Continue CLI. Set up AI agents to analyze code changes and generate or update documentation automatically in GitHub workflows or local development."
---

import { OSAutoDetect } from '/snippets/OSAutoDetect.jsx'
import CLIInstall from '/snippets/cli-install.mdx'

<OSAutoDetect />

<iframe
width="560"
height="315"
Expand Down Expand Up @@ -43,11 +48,10 @@ This process utilizes the **Continue CLI** (`cn`) in **headless mode** to analyz
## Prerequisites

<CardGroup cols={1}>
<Card title="Node.js 18+" icon="node-js">
Continue CLI requires Node.js 18 or higher. Install globally with:
```bash
npm i -g @continuedev/cli
```
<Card title="Install Continue CLI" icon="terminal">
Continue CLI requires Node.js 20 or higher.

<CLIInstall />
</Card>

<Card title="Continue API Key" icon="key">
Expand Down
9 changes: 6 additions & 3 deletions docs/guides/github-mcp-continue-cookbook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description: "Use Continue and the GitHub MCP to list, summarize, and act on ope
sidebarTitle: "GitHub Issues with Continue"
---

import { OSAutoDetect } from '/snippets/OSAutoDetect.jsx'
import CLIInstall from '/snippets/cli-install.mdx'

<OSAutoDetect />

<Card title="What You'll Build" icon="github">
A GitHub workflow assistant that uses Continue with the GitHub MCP to:
- List, filter, and summarize open issues
Expand All @@ -27,9 +32,7 @@ Before starting, ensure you have:
For all options, first:
<Steps>
<Step title="Install Continue CLI">
```bash
npm i -g @continuedev/cli
```
<CLIInstall />
</Step>

<Step title="Configure GitHub Token">
Expand Down
9 changes: 6 additions & 3 deletions docs/guides/klavis-mcp-continue-cookbook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description: "Use Continue and Klavis AI's Strata MCP to automate communication
sidebarTitle: "Klavis AI with Continue"
---

import { OSAutoDetect } from '/snippets/OSAutoDetect.jsx'
import CLIInstall from '/snippets/cli-install.mdx'

<OSAutoDetect />

<Card title="What You'll Build" icon="wand-magic-sparkles">
A communication workflow assistant that uses Continue CLI with Klavis AI's Strata MCP to manage and automate multi-platform workflows including Slack and Gmail—all through simple natural language prompts.
</Card>
Expand All @@ -24,9 +29,7 @@ Before starting, ensure you have:
For all options, first:
<Steps>
<Step title="Install Continue CLI">
```bash
npm i -g @continuedev/cli
```
<CLIInstall />
</Step>

<Step title="Get Klavis AI's Strata URL">
Expand Down
11 changes: 7 additions & 4 deletions docs/guides/netlify-mcp-continuous-deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description: "Optimize web performance with A/B testing, automated monitoring, a
sidebarTitle: "Using Netlify MCP for Performance Optimization"
---

import { OSAutoDetect } from '/snippets/OSAutoDetect.jsx'
import CLIInstall from '/snippets/cli-install.mdx'

<OSAutoDetect />

<Card title="Ship Faster Code, Not Slower Sites" icon="gauge-high">
Use AI to automatically monitor performance metrics, run A/B tests between
branches, and get actionable optimization suggestions based on real user data
Expand Down Expand Up @@ -44,7 +49,7 @@ This cookbook teaches you to:
- GitHub repository with a web project
- [Netlify account](https://netlify.com) (free tier works)
- Node.js 22+ installed (required for Netlify)
- [Continue CLI](https://docs.continue.dev/guides/cli) (`npm i -g @continuedev/cli`)
- [Continue CLI](https://docs.continue.dev/guides/cli)
- [Netlify MCP](https://continue.dev/netlify/netlify-mcp) configured
- [Netlify Development Rules](https://continue.dev/netlify/netlify-development) (recommended)

Expand All @@ -61,9 +66,7 @@ This cookbook teaches you to:
For all options, first:
<Steps>
<Step title="Install Continue CLI">
```bash
npm i -g @continuedev/cli
```
<CLIInstall />
</Step>

<Step title="Install Netlify CLI">
Expand Down
12 changes: 8 additions & 4 deletions docs/guides/notion-continue-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description: "Use Continue CLI with Notion to generate docs, manage tasks, and a
sidebarTitle: "Notion with Continue"
---

import { OSAutoDetect } from '/snippets/OSAutoDetect.jsx'
import CLIInstall from '/snippets/cli-install.mdx'

<OSAutoDetect />

<Card title="What You'll Build" icon="notion">

A workflow that lets you query, update, and create Notion pages or database
Expand All @@ -25,7 +30,7 @@ This guide teaches you to:

Before starting, ensure you have:

- [Continue CLI](https://docs.continue.dev/cli/overview) installed (`npm i -g @continuedev/cli`)
- [Continue CLI](https://docs.continue.dev/cli/overview) installed
- A [Notion workspace](https://notion.so) with Editor (or higher) access
- Node.js 18+ installed locally
- [Continue account](https://continue.dev) with **Hub access**
Expand All @@ -40,9 +45,8 @@ Before starting, ensure you have:

<Steps>
<Step title="Install Continue CLI">
```bash
npm i -g @continuedev/cli
```
<CLIInstall />

Verify installation:
```bash
cn --version
Expand Down
9 changes: 6 additions & 3 deletions docs/guides/posthog-github-continuous-ai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description: "Build an automated system that continuously monitors PostHog analy
sidebarTitle: "PostHog Analytics with Continue CLI"
---

import { OSAutoDetect } from '/snippets/OSAutoDetect.jsx'
import CLIInstall from '/snippets/cli-install.mdx'

<OSAutoDetect />

<Card title="What You'll Build" icon="robot">
A fully automated workflow that uses Continue CLI with the PostHog MCP to fetch analytics data, analyze user experience issues with AI, and automatically create GitHub
issues with the GitHub CLI.
Expand Down Expand Up @@ -36,9 +41,7 @@ Before starting, ensure you have:

<Steps>
<Step title="Install Continue CLI">
```bash
npm i -g @continuedev/cli
```
<CLIInstall />
</Step>

<Step title="Set up Continue CLI Account & API Key">
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/run-agents-locally.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description: "Set up version-controlled agents in your repository and run them w

Before starting, ensure you have:

- [Continue CLI installed](/cli/install) (`npm i -g @continuedev/cli`)
- [Continue CLI installed](/cli/install)
- `ANTHROPIC_API_KEY` environment variable set
- [GitHub CLI](https://cli.github.com/) installed locally if your agents interact with GitHub (pre-installed on GitHub-hosted runners)

Expand Down
Loading
Loading