v0.11.0 — Developer Preview
dsh-notify-bell v0.11.0
Developer Preview release.
Highlights
- Complete notifications now trigger when the final assistant turn finishes.
turn/endwithreason.kind = completedis the authoritative completion signal.- Goal completion no longer produces a duplicate done notification.
- Completion duration is measured from
turn/starttoturn/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-bellSound 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.