easy-pilot
v0.1.38
Published
Terminal-based AI creative writing assistant
Readme
easy-pilot
Terminal-based AI creative writing assistant for long-form novel workflows, built with Ink and local-first storage.
Install
npm install -g easy-pilot
easy-pilotRequirements
- Node.js 22 or newer
- An OpenAI-compatible API endpoint and key
First Run
Start the CLI:
easy-pilotThen open the settings view inside the app and configure:
apiKeybaseURLmodel- language and generation options
Configuration is stored at:
~/.easy-pilot/config.jsonApplication data is stored at:
~/.easy-pilot/data/Development
npm ci
npm run dev
npm run typecheck
npm run buildPublishing
This repository is configured for public npm publishing via GitHub Actions.
- Pushes to
maintrigger the publish workflow. - The workflow runs type-checking and build first.
- npm publish only happens when the local
package.jsonversion is newer than the latest npm version. - GitHub must have an
NPM_TOKENsecret configured with publish permission.
When preparing a new release, bump the version in package.json, commit, and push to main.
