erosolar
v1.0.1
Published
Schema-enforced Codex-style CLI with interactive shell
Maintainers
Readme
erosolar
erosolar is a schema-enforced, Claude/Codex-style coding agent that runs entirely from your terminal.
Install
npm install -g erosolarUsage
erosolar # launch the fully featured interactive shell
erosolar diag # environment checks
erosolar list-models # see supported models
erosolar session --prompt "fix bug" # run a single-shot worker loop
erosolar shell --session my-session # launch the persistent interactive shellSet OPENAI_API_KEY to enable live streaming responses. Without it, the CLI falls back to deterministic offline summaries so it never blocks.
See ARCHITECTURE.md for a deep dive into the fail-safe design.
