Skip to content

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 30 Jun 07:52

Oratorio v0.1.5

Oratorio v0.1.5 focuses on remote operation: Desktop can connect to a private headless backend, and the new CLI can provision and manage a Linux review stack for unattended PR review work.

Highlights

  1. Remote backend mode for Desktop

    Oratorio Desktop can now connect to a configured remote backend URL instead of always starting a local server. Remote mode is health-checked, clearly shown in the desktop shell, and offers reconnect, change-address, and switch-to-local recovery paths.

  2. CLI-managed server deployments

    The new oratorio CLI can bootstrap a dedicated Docker Compose review stack with oratorio server init, including the Oratorio backend, DotCraft AppServer, shared workspace, server configuration, and repository routing. It also includes operational commands such as doctor, status, logs, restart, upgrade, and add-repo.

  3. More reliable AppServer timeout handling

    When an AppServer run times out after a DotCraft turn has started, Oratorio now requests a turn interrupt and keeps Oratorio's timeout decision authoritative, avoiding late completions being treated as successful runs.

What's Changed

  • feat: add remote backend desktop mode by @AkiKurisu in #4
  • Add remote deployment CLI and server deployment docs
  • Handle AppServer timeouts by interrupting active turns

Full Changelog: v0.1.4...v0.1.5