What changed
- Add a POSIX
shinstaller that supportscurl ... | sh. - Installer defaults to the latest GitHub release and installs into
~/.agent-cli-to-api. - Installer can install/update
uv, install/update Codex CLI, create.env, and optionally install the macOS launchd service. - Documents the one-line install and launchd service commands.
Install
curl -fsSL https://github.com/leeguooooo/agent-cli-to-api/releases/latest/download/install.sh | shInstall and start launchd service on macOS:
curl -fsSL https://github.com/leeguooooo/agent-cli-to-api/releases/latest/download/install.sh | INSTALL_LAUNCHD=1 shValidation
.venv/bin/python -m unittest discover -s tests -vsh -n scripts/install.sh- Local installer smoke test with
file://repository