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 ghostycodeUso local en un proyecto:
npm install ghostycode
npx ghostycode --helpEl 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
ghostyLa 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 binarioCódigo y documentación: https://github.com/blissito/ghostycode
Licencia
MIT