Skip to content

v0.2.3 - one-line installer

Latest

Choose a tag to compare

@leeguooooo leeguooooo released this 28 Jul 01:48

What changed

  • Add a POSIX sh installer that supports curl ... | 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 | sh

Install and start launchd service on macOS:

curl -fsSL https://github.com/leeguooooo/agent-cli-to-api/releases/latest/download/install.sh | INSTALL_LAUNCHD=1 sh

Validation

  • .venv/bin/python -m unittest discover -s tests -v
  • sh -n scripts/install.sh
  • Local installer smoke test with file:// repository