docs/overview.mdx
<sub>• Run a one-time task or test for automation</sub>
<sub>• Monitor progress in the tasks tab</sub>
<sub>• Cron, Webhook, or GitHub-based triggers</sub>
<sub>• Ideal for daily audits or status checks</sub>
<sub>• Address review comments</sub>
<sub>• Fix CI test failures and resolve merge conflicts</sub>
You can go to Mission Control Integrations for the full list of tools you can connect, or for more information see the docs page.
<Note>Terminal-native AI coding assistance with TUI and headless modes.</Note>
<CodeGroup>```bash npm
npm i -g @continuedev/cli
```
```bash yarn
yarn global add @continuedev/cli
```
```bash pnpm
pnpm add -g @continuedev/cli
```
<sub>• Automate builds & refactoring</sub>
<sub>• Pre-commit hooks & scripted fixes</sub>
<sub>• Terminal-first development</sub>
<sub>• Run in CI/CD pipelines</sub>
<sub>• Batch processing & bulk operations</sub>
<sub>• Server & container deployments</sub>
Learn more about extension features and how to customize →
<CardGroup cols={2}> <Card title="VS Code" icon="code" href="https://marketplace.visualstudio.com/items?itemName=Continue.continue" > Install from VS Code Marketplace <sub>Real-time coding assistance and refactoring</sub> </Card> <Card title="JetBrains" icon="jet-fighter" href="https://plugins.jetbrains.com/plugin/22707-continue-extension" > Install from JetBrains Plugin Repository <sub>Community supported for autocomplete and multi-file edits</sub> </Card> </CardGroup>