corethink-code
v1.3.3
Published
AI-powered coding assistant for your terminal
Maintainers
Readme
CoreThink Code
AI-powered coding assistant for your terminal.
Installation
npm install -g corethink-codeOr run directly with npx:
npx corethink-codeQuick Start
- Install globally:
npm install -g corethink-code - Run in any project directory:
corethink-code - Enter your CoreThink API key when prompted
- Start coding with AI assistance!
Features
- AI-Powered Coding: Get intelligent code suggestions, explanations, and refactoring help
- Multi-File Operations: Create, edit, and manage multiple files in a single session
- Terminal Native: Works directly in your terminal with a beautiful TUI
- Tool Execution: Run commands, tests, and scripts with AI guidance
- Context Aware: Understands your project structure and codebase
Requirements
- Node.js 18+ or Bun
- A CoreThink API key (get one at corethink.ai)
Usage
# Start in current directory
corethink-code
# Start in a specific directory
corethink-code /path/to/project
# Show version
corethink-code --version
# Show help
corethink-code --helpDocumentation
Visit corethink.ai/docs for full documentation.
Support
- Report issues: GitHub Issues
- Website: corethink.ai
License
MIT
