0.0.17 ⢠Published 10 months ago
@continuedev/cli v0.0.17
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 -gUsage
Basic Usage
continue-cliWith Custom Assistant
continue-cli --assistant-path /path/to/assistant.jsonHeadless 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
- Clone the repository
- Install dependencies:
npm install- Build the project:
npm run build- Start in development mode:
npm startTesting
Run the test suite:
npm testProject 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 filesDependencies
@continuedev/*packages for core functionality@workos-inc/nodefor authenticationopenaifor 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
10 months ago
0.0.16
10 months ago
0.0.15
10 months ago
0.0.14
10 months ago
0.0.13
10 months ago
0.0.12
10 months ago
0.0.11
10 months ago
0.0.10
10 months ago
0.0.9
10 months ago
0.0.8
10 months ago
0.0.7
11 months ago
0.0.6
11 months ago
0.0.5
11 months ago
0.0.4
11 months ago
0.0.3
11 months ago
0.0.2
11 months ago
0.0.1
11 months ago