Navigate:
All Reposcontinue
~$CONTIN0.3%

Continue: Open-source AI coding agent CLI

Multi-LLM coding agent with interactive and automated modes.

LIVE RANKINGS • 06:51 AM • STEADY
TOP 50TOP 50TOP 50TOP 50TOP 50TOP 50TOP 50TOP 50TOP 50TOP 50TOP 50TOP 50
OVERALL
#36
11
AI & ML
#22
6
30 DAY RANKING TREND
ovr#36
·AI#22
STARS
30.8K
FORKS
4.0K
DOWNLOADS
106
7D STARS
+81
7D FORKS
+13
Tags:
See Repo:
Share:

Learn more about continue

Continue is a CLI-based coding agent that runs in multiple modes: TUI (terminal user interface) for interactive use, headless for background automation, and as IDE extensions for VS Code and JetBrains. The tool connects to various LLM providers including Claude, GPT, Gemini, and Qwen to execute coding tasks and workflows. It supports event-driven automation through PR triggers, scheduled execution, and custom event handlers. The architecture allows agents to execute workflows step-by-step with optional human approval at decision points.


1

Multi-Mode Execution

Run the same agent logic in TUI for interactive workflows, headless for CI/CD automation, or as IDE plugins for VS Code and JetBrains. No code changes required when switching between modes—agents adapt to the execution context automatically.

2

Event-Driven Automation

Workflows trigger on PR events, scheduled intervals, or custom event sources with configurable approval gates. Agents execute autonomously for trusted operations or require step-by-step human approval for sensitive changes.

3

Multi-Provider LLM Support

Connects to multiple LLM providers including OpenAI, Anthropic, local models, and custom endpoints through a unified interface. Switch between providers without changing code, optimizing for cost, latency, or capability requirements.


import { ContinueClient } from '@continuedev/cli';

const client = new ContinueClient();

const task = await client.createTask({
  prompt: 'Fix all TypeScript errors in src/utils',
  rules: ['Follow existing code style', 'Add unit tests'],
  tools: ['read_file', 'write_file', 'run_terminal']
});

await task.execute();


vv1.5.11-beta.20251112

Daily beta build for testing; no specific changes documented in release notes.

  • Release notes do not specify breaking changes, new features, or bug fixes included in this beta.
  • Expect promotion to stable after 7 days if no critical issues surface during testing period.
vv1.5.11-beta.20251111

Daily beta build for testing; no release notes provided detailing changes, fixes, or breaking updates.

  • Release notes do not specify any changes, breaking updates, or new requirements for this beta.
  • Wait 7 days for stable promotion or consult commit history if deploying this beta to production.
vv1.5.11

Stable release built directly from main branch with no documented changes, breaking updates, or migration steps.

  • Release notes do not specify any feature additions, bug fixes, or behavioral changes in this version.
  • No breaking changes, dependency updates, or configuration requirements are documented for this release.

See how people are using continue

Loading tweets...


[ EXPLORE MORE ]

Related Repositories

Discover similar tools and frameworks used by developers