Skip to content
Open
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
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@

<p></p>

**Source-controlled AI checks, enforceable in CI**
**πŸ€– Source-controlled AI checks, enforceable in CI**

</div>

![Banner](media/github-readme.png)

## Getting started
## πŸš€ Getting started

Paste this into your coding agent of choice:

```
Help me write checks for this codebase: https://continue.dev/walkthrough
```

## How it works
## βš™οΈ How it works

Continue runs agents on every pull request as GitHub status checks. Each agent is a markdown file in your repo at `.continue/checks/`. Green if the code looks good, red with a suggested diff if not. Here is an example that performs a security review:

Expand All @@ -45,17 +45,17 @@ Review this PR and check that:
- Error responses use the standard error format
```

## Install CLI
## πŸ“¦ Install CLI

AI checks are powered by the open-source Continue CLI (`cn`).

**macOS / Linux:**
**🍎 macOS / 🐧 Linux:**

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

**Windows (PowerShell):**
**πŸͺŸ Windows (PowerShell):**

```powershell
irm https://raw.githubusercontent.com/continuedev/continue/main/extensions/cli/scripts/install.ps1 | iex
Expand All @@ -73,13 +73,13 @@ Then run:
cn
```

Looking for the VS Code extension? [See here](extensions/vscode/README.md).
πŸ’‘ Looking for the VS Code extension? [See here](extensions/vscode/README.md).

## Contributing
## 🀝 Contributing

Read the [contributing guide](https://github.com/continuedev/continue/blob/main/CONTRIBUTING.md), and
join the [GitHub Discussions](https://github.com/continuedev/continue/discussions).

## License
## πŸ“„ License

[Apache 2.0 Β© 2023-2024 Continue Dev, Inc.](./LICENSE)
Loading