Max 608dde94b3 bump go version (#8216) 1 неделя назад
..
cmd b3e0ef9ed7 multi-root workspace support for cli (#8163) 1 неделя назад
e2e 9be3fa5acf NPM install for cline (#6861) 2 месяцев назад
man b3e0ef9ed7 multi-root workspace support for cli (#8163) 1 неделя назад
pkg 12eadd3378 fix bedrock byo problem (#8191) 1 неделя назад
.gitignore 8e3ee11966 Man page for cline command, and build system to do it (#6870) 2 месяцев назад
README.md da5477f891 added an architecture doc describing cline CLI architecture (#8049) 1 неделя назад
architecture.md da5477f891 added an architecture doc describing cline CLI architecture (#8049) 1 неделя назад
go.mod 608dde94b3 bump go version (#8216) 1 неделя назад
go.sum aa2cbc39a4 bubbles (#6871) 2 месяцев назад
package.json b4ea1a17a5 WIP proxy patch (#7263) 1 месяц назад

README.md

Cline CLI

/_____/\ /_/\      /_______/\/__/\ /__/\ /_____/\
\:::__\/ \:\ \     \__.::._\/\::\_\\  \ \\::::_\/_
 \:\ \  __\:\ \       \::\ \  \:. `-\  \ \\:\/___/\
  \:\ \/_/\\:\ \____  _\::\ \__\:. _    \ \\::___\/_
   \:\_\ \ \\:\/___/\/__\::\__/\\. \`-\  \ \\:\____/\
    \_____\/ \_____\/\________\/ \__\/ \__\/ \_____\/

Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more.

Installation

Install Cline globally using npm:

npm install -g cline

Usage

cline

This will start the Cline CLI interface where you can interact with the autonomous coding agent.

Features

  • Autonomous Coding: AI-powered code generation, editing, and refactoring
  • File Operations: Create, read, update, and delete files and directories
  • Command Execution: Run shell commands and scripts
  • Browser Automation: Interact with web pages and applications
  • Multi-Model Support: Works with Anthropic Claude, OpenAI GPT, and other AI models
  • MCP Integration: Extensible through Model Context Protocol servers
  • Project Understanding: Analyzes codebases to provide context-aware assistance

Requirements

  • Node.js 18.0.0 or higher
  • Supported platforms: macOS, Linux. Windows soon
  • Supported architectures: x64, arm64

Configuration

Cline can be configured through:

  • Environment variables
  • Configuration files
  • Command-line arguments

See the main documentation for detailed configuration options.

Links

License

Apache-2.0 - see LICENSE for details.

Support