Skip to content

v0.0.1-alpha.13

Pre-release
Pre-release

Choose a tag to compare

@OldKrab OldKrab released this 20 Jul 00:26

Features

  • Add VS Code workbench notifications when background Tasks finish, stop, fail, require permission, or ask a question.
  • Show alerts only when the affected Task was not focused when the event occurred, including when another Task, source file, workbench surface, or application was focused.
  • Add an Open Task action that routes directly to the corresponding Task editor.
  • Use VS Code's Notification Center, notification filtering, and Do Not Disturb controls; these are workbench notifications rather than operating-system notifications.

Reliability

  • Suppress old attention events at startup so existing Tasks do not create a notification backlog.
  • Prevent duplicate and replayed notifications across reconnects and extension restarts with extension-global delivery receipts.
  • Accept persisted Task Attention timestamps in both epoch-millisecond and ISO formats, fixing valid events that could otherwise be silently suppressed.
  • Keep Task Attention state authoritative in the App Server while the VS Code shell owns focus observation, local delivery, and Task routing.

Changelog

Full Changelog: v0.0.1-alpha.12...v0.0.1-alpha.13