JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q37184F
  • License MIT

AI-powered coding assistant for your terminal

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-code

    Or run directly with npx:

    npx corethink-code

    Quick Start

    1. Install globally: npm install -g corethink-code
    2. Run in any project directory: corethink-code
    3. Enter your CoreThink API key when prompted
    4. 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 --help

    Documentation

    Visit corethink.ai/docs for full documentation.

    Support

    License

    MIT