kandi-cli

1.1.0 • Public • Published

Kandi CLI Logo

Kandi CLI

AI-assisted software development CLI with interactive chat and 26 built-in tools.

Installation

npm install -g kandi-cli

Or use with npx:

npx kandi-cli --help

Requirements

  • macOS (Intel or Apple Silicon)
  • Node.js 14.0.0 or higher

Getting Started

1. Configure API Keys

kandi config set anthropic.api_key "your-api-key"
kandi config set openai.api_key "your-api-key"
kandi config set github.token "your-token"

2. Start Interactive Chat

kandi chat --allow-all

3. Execute Coding Tasks

kandi code "Create a Python script that prints hello world"

4. Run Spec Files

kandi exec-spec /path/to/spec.md

Features

  • Interactive Chat Mode: Engage with AI assistants in a conversational interface
  • 26 Built-in Tools: Comprehensive toolset for software development tasks
  • Multiple AI Providers: Support for Anthropic, OpenAI, and other providers
  • GitHub Integration: Seamless integration with GitHub repositories
  • Spec File Execution: Run detailed specifications for complex tasks

Documentation

For detailed documentation and updates, visit: https://github.com/KandiForge/kandi-cli-releases

Support

Report issues at: https://github.com/KandiForge/kandi-cli-releases/issues

License

This is proprietary software. See LICENSE for details.

Package Sidebar

Install

npm i kandi-cli

Weekly Downloads

11

Version

1.1.0

License

Proprietary

Unpacked Size

8.44 kB

Total Files

5

Last publish

Collaborators

  • kentalstad