Public release manifest for the Oragent CLI.
Clients read manifest.json from this repository (served via GitHub
Pages) to discover the latest published version on each channel.
manifest.json— current version per channel.appcast-macos.xml(coming soon) — Sparkle appcast for the macOS app.
End users don't interact with this repository directly — the Oragent CLI queries it in the background and notifies users when a new version is on PyPI.
Install / upgrade Oragent:
pipx install oragent # first time
pipx upgrade oragent # later
manifest.json exposes one record per release channel:
version— latest published version on PyPIpypi_name— package name on PyPI (alwaysoragent)min_python— minimum Python requiredreleased_at— UTC ISO 8601 timestampnotes_url— link to the GitHub Release notesyanked— whether the version is withdrawn
Please open issues on the main project repository, not here.