v0.1.5
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
-
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.
-
CLI-managed server deployments
The new
oratorioCLI can bootstrap a dedicated Docker Compose review stack withoratorio server init, including the Oratorio backend, DotCraft AppServer, shared workspace, server configuration, and repository routing. It also includes operational commands such asdoctor,status,logs,restart,upgrade, andadd-repo. -
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