Skip to content

Latest commit

 

History

History
96 lines (79 loc) · 2.1 KB

File metadata and controls

96 lines (79 loc) · 2.1 KB
title Overview
description Source-controlled AI checks, enforceable in CI

Continue CLI

Terminal-native AI coding assistance with TUI and headless modes.

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

```bash yarn
yarn global add @continuedev/cli
```

```bash pnpm
pnpm add -g @continuedev/cli
```
Interactive Terminal User Interface for development workflows
<sub>• Automate builds & refactoring</sub>
<br />
<sub>• Pre-commit hooks & scripted fixes</sub>
<br />
<sub>• Terminal-first development</sub>
Automated AI coding for CI/CD and server environments
<sub>• Run in CI/CD pipelines</sub>
<br />
<sub>• Batch processing & bulk operations</sub>
<br />
<sub>• Server & container deployments</sub>

IDE Extensions

Optional IDE extensions for real-time code editing and assistance.

Learn more about extension features and how to customize

Install from VS Code Marketplace Real-time coding assistance and refactoring Install from JetBrains Plugin Repository Community supported for autocomplete and multi-file edits

Resources

Open source on GitHub