@soulerou/oa-cli
v0.4.2
Published
OvernightAgent CLI — the `oa` binary. Run coding agents (claude/codex/opencode) unattended overnight against a queue of task plans.
Downloads
687
Maintainers
Readme
@soulerou/oa-cli
Commander-based CLI that ships the oa binary — the entry point for OvernightAgent. Every subcommand is a thin wrapper around an @soulerou/oa-core API.
Install
pnpm add -g @soulerou/oa-cli
# or
npm install -g @soulerou/oa-cliVerify:
oa --version
oa --helpHost-agent shims
After install, drop the slash-command resource files into your coding agent:
oa shims install --host claude # project-scope .claude/commands
oa shims install --host codex # user-scope ~/.codex/prompts
oa shims install --host opencode # user-scope ~/.config/opencode/commands
oa shims install --host all # every host with its default scopeSee oa shims install --help for --scope project|user, --dry-run, --force.
Quick start
oa intake submit --payload-file /tmp/task-one.json
oa queue add t_<id>
oa plan create --from-queue --budget 28800
oa run --detach p_<id>See the main repo README for the full CLI reference.
License
MIT — see LICENSE.
