JSPM

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

Ghosty Code — agentic terminal coding agent

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

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

    Licencia

    MIT