0.0.17 • Published 6 months ago

@continuedev/cli v0.0.17

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
6 months ago

Continue CLI

A command-line interface for Continue Dev that provides an interactive AI-assisted development experience.

Features

  • šŸ¤– Interactive AI Assistant Chat
  • šŸ” Secure Authentication via WorkOS
  • šŸ› ļø Built-in Development Tools
  • ⚔ Real-time Response Streaming
  • šŸŽÆ Slash Command Support
  • 🤫 Headless Mode for Automation

Installation

npm install @continuedev/cli -g

Usage

Basic Usage

continue-cli

With Custom Assistant

continue-cli --assistant-path /path/to/assistant.json

Headless Mode

continue-cli --headless --prompt "Your command here"

Available Commands

The CLI supports various slash commands during interaction:

  • /help - Display help information
  • /exit - Exit the CLI
  • Additional commands available during chat sessions

Development

Prerequisites

  • Node.js (version specified in .nvmrc)
  • npm or yarn

Setup

  1. Clone the repository
  2. Install dependencies:
npm install
  1. Build the project:
npm run build
  1. Start in development mode:
npm start

Testing

Run the test suite:

npm test

Project Structure

src/
ā”œā”€ā”€ auth/           # Authentication implementation
ā”œā”€ā”€ tools/          # CLI tools and utilities
ā”œā”€ā”€ index.ts        # Main entry point
ā”œā”€ā”€ args.ts         # Command line argument parsing
ā”œā”€ā”€ client.ts       # Client implementation
ā”œā”€ā”€ mcp.ts          # Model Context Protocol integration
└── ...            # Various utility files

Dependencies

  • @continuedev/* packages for core functionality
  • @workos-inc/node for authentication
  • openai for AI capabilities
  • Various utility packages (chalk, axios, etc.)

License

Apache-2.0 - see LICENSE file for details

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Support

For issues and feature requests, please use the GitHub issue tracker.

0.0.17

6 months ago

0.0.16

6 months ago

0.0.15

6 months ago

0.0.14

6 months ago

0.0.13

6 months ago

0.0.12

6 months ago

0.0.11

6 months ago

0.0.10

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago