Skip to content

v0.11.0 — Developer Preview

Choose a tag to compare

@ZYar-er ZYar-er released this 16 Aug 01:55
· 29 commits to main since this release

dsh-notify-bell v0.11.0

Developer Preview release.

Highlights

  • Complete notifications now trigger when the final assistant turn finishes.
  • turn/end with reason.kind = completed is the authoritative completion signal.
  • Goal completion no longer produces a duplicate done notification.
  • Completion duration is measured from turn/start to turn/end.
  • Sub-agent turns are excluded using delegationDepth.
  • User request summaries are shown in completion logs.
  • Approval, question, block and error notifications retain their existing semantics.

Notification semantics

  • ✓ Complete → final assistant answer completed
  • 🔐 Approval → tool approval requested
  • ❓ Question → agent waiting for an answer
  • ⚠ Blocked → goal blocked
  • ✗ Error → agent-level error

Install

dsh plugin --profile web add dsh-notify-bell

Sound Preview

https://zyar-er.github.io/dsh-notify-bell/sound-showcase/

Verification

  • 115/115 automated tests passing
  • Real DSH Web short-turn verification
  • Real long-turn verification
  • Real approval + completion verification
  • Question verification
  • Sub-agent filtering verification

DSH remains in Developer Preview, so upstream plugin/event APIs may change.