Package Exports
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 (corethink-code) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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