Package Exports
- @codecenter-cli/codecenter
- @codecenter-cli/codecenter/codecenter-core.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@codecenter-cli/codecenter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
CodeCenter CLI
____ ____ ____ _____ ____ _____ _ _ _____ ____ ____
/ ___| / __ \ | _ \ | ____|/ ___| | ____|| \ | || ____|| _ \| _ \
| | | | | || | | || _| | | | _| | \| || _| | |_\ || |_\ |
| |___ | |__| || |_| || |___ | |___ | |___ | |\ || |___ | _ < | _ <
\____\ \____/ |____/ |_____| \____\ |_____||_| \_||_____||_| \_\|_| \_\Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more.
Installation
Install CodeCenter globally using npm:
npm install -g codecenterUsage
codecenterThis will start the CodeCenter 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
CodeCenter can be configured through:
- Environment variables
- Configuration files
- Command-line arguments
See the main documentation for detailed configuration options.
Links
- Website: https://codecenter.bot
- Documentation: https://docs.codecenter.bot
- GitHub: https://github.com/codecenter/codecenter
- VSCode Extension: Available in the VSCode Marketplace
- JetBrains Extension: Available in the JetBrains Marketplace
License
Apache-2.0 - see LICENSE for details.
Support
- Report issues: GitHub Issues
- Community: GitHub Discussions
- Documentation: docs.codecenter.bot
- CodeCenter CLI Architecture: architecture.md