Qoder CN CLI

更新时间:
复制 MD 格式

Qoder CN CLI is an AI-powered coding assistant that runs in your terminal, understanding natural language instructions and executing coding tasks directly from the command line.

Product overview

Qoder CN CLI integrates AI capabilities directly into your terminal workflow. Without switching tools, simply describe what you need in natural language, and Qoder CN CLI handles code writing, file operations, project management, and other programming tasks.

Qoder CN CLI offers the following core capabilities:

  • Code understanding and generation: Understands project context to generate high-quality code.

  • File operations: Creates, edits, and searches for files and directories.

  • Command execution: Runs terminal commands and understands the output.

  • MCP integration: Connects to external tools and services through the Model Context Protocol.

  • Skill extension: Customizes and extends AI capabilities through the Skill system.

  • Multiple running modes: Supports TUI mode, Print mode, MCP server mode, and more.

Use cases

  • Daily development: Write features, fix bugs, and refactor code.

  • Project initialization: Quickly set up a project structure and boilerplate code.

  • Code review: Analyze code quality and identify potential issues.

  • Documentation generation: Automatically generate code comments and project documentation.

  • CI/CD integration: Integrate with CI/CD workflows like GitHub Actions using Qoder CN Action.

  • Remote development: Use the remote control mode for AI-assisted development on a headless server.

Running modes

Mode

Description

Command

TUI mode

Starts the default, full-screen interactive interface.

qoderclicn

Print mode

Runs a single task non-interactively and prints the result.

qoderclicn -p "prompt"

MCP server mode

Runs as an MCP server, allowing other clients to connect.

qoderclicn mcp serve

Integrations and extensions

Qoder CN CLI supports the following integrations and extensions:

  • ACP (Agent Client Protocol): Connect to editors that support ACP, such as Zed IDE.

  • Remote Control: Enable remote control and headless operation through daemon mode.

  • Subagent: Create and manage dedicated subagents to handle specific tasks.