Cline CLI
AI AgentsCline CLI is an open-source, command-line AI agent that automates developer workflows like code reviews and batch changes. It runs locally or with clo...
Visit Website
Verified Tool
Cline CLI Introduction
cline CLI is an open-source, model-agnostic command-line agent for automating coding workflows and developer tasks. It runs locally or against hosted model providers (OpenAI, Anthropic) and supports local endpoints (Ollama) for offline or cloud inference. Integrates with editors via the ACP protocol (Neovim, Zed, Emacs, JetBrains) and supports interactive sessions or autonomous mode for CI/CD pipelines. Automates code reviews, dependency scans, scheduled jobs, pre-commit checks, and repeatable code changes while producing structured output for scripting. Supports parallel agents across branches or folders, custom tools and providers, and seamless provider switching without changing workflows. Requires Node.js 18+ and installs via npm; API keys are configured via cline auth and stored in the system keychain. Documentation, examples, and source code are available on the project docs site and GitHub.