JSPM

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

DeepSeek V4 terminal coding agent & constitutional harness — Rust TUI with MCP, sub-agents, and session persistence

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

    Readme

    ghostycode

    Ghosty Code — agente de código para tu terminal, sobre DeepSeek V4. 👻

    Instala y corre Ghosty Code desde los binarios precompilados (Rust) publicados en GitHub Releases.

    Instalación

    npm install -g ghostycode
    # o
    pnpm add -g ghostycode

    Uso local en un proyecto:

    npm install ghostycode
    npx ghostycode --help

    El postinstall baja los binarios de tu plataforma a bin/downloads/ y expone los comandos ghosty y ghosty-tui. Si los assets del release no están disponibles en ese momento, la instalación continúa y el wrapper reintenta la descarga al primer uso.

    Primer uso

    ghosty auth set --provider deepseek --api-key "TU_DEEPSEEK_API_KEY"
    ghosty doctor
    ghosty

    La config vive en ~/.ghosty/config.toml (también lee la variable DEEPSEEK_API_KEY).

    Comandos básicos

    ghosty                                # TUI interactiva
    ghosty "explica esta función"         # prompt de una sola vez
    ghosty --model auto "arregla el bug"  # auto-selecciona modelo + thinking
    ghosty --yolo                         # auto-aprueba herramientas
    ghosty sessions / resume --last       # sesiones guardadas
    ghosty update                         # actualiza el binario

    MCP — easybits incluido por defecto

    Ghosty trae preconfigurado el servidor MCP de easybits (gestión de archivos desde el agente, 100+ herramientas), desactivado hasta que añadas tu llave.

    1. Consigue tu API key: https://www.easybits.cloud/dash/developer

    2. Añádela (esto la activa):

      ghosty mcp add easybits --url "https://www.easybits.cloud/api/mcp?tools=all" --bearer TU_EASYBITS_API_KEY
    3. Verifica con ghosty mcp list.

    Código y documentación: https://github.com/blissito/ghostycode

    Licencia

    MIT