Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 13 Jun 16:45

Oratorio v0.1.3

Oratorio v0.1.3 focuses on making review runs easier to follow, PR/MR worktrees more reliable, and follow-up work stay attached to the right source context.

Highlights

  1. Live DotCraft activity in the drawer

    The task drawer now shows compact live activity while DotCraft is running, including thinking, writing, command, and tool states, with streamed text clipped into a readable one-line status.

  2. More reliable PR/MR review worktrees

    Review analysis can now fetch provider-specific review head refs when the target commit is missing locally. GitHub PRs and GitLab MRs both get stable fetch behavior and clearer failure states.

  3. Follow-up work keeps PR/MR context

    Follow-up tasks generated from review work can inherit the parent repository, branch, and head context when safe, so follow-up implementation continues from the original review target instead of losing routing.

  4. Cleaner review surfaces

    The drawer result card is slimmer, drawer overflow issues are fixed, the header has a faster detail-page shortcut, and task detail now shows the full source body with flatter source activity.

  5. App Binding UI bridge fix

    Embedded Oratorio cards now retain and reuse the DotCraft bridge token for refresh and open-link actions, making Interactive Tool UI cards more dependable.

What's Changed

  • Show live DotCraft run activity in the task drawer
  • Fetch review target refs for PR/MR analysis worktrees
  • Inherit pull request route for follow-up tasks
  • Slim the drawer Result card and add a detail-page shortcut
  • Render full source body and flatten source activity in task detail
  • Fix drawer status clipping and overflow behavior
  • Fix Interactive Tool UI bridge token handling

Full Changelog: v0.1.2...v0.1.3